From fd336d4fc0bfde096f2f498deca716d28ddf23f8 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Fri, 18 Oct 2024 09:48:45 -0400 Subject: [PATCH 1/4] wp 6.7-beta3 release --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cda32a25..0c4e0edb 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "@php -r \"file_exists('local-config.php') || copy('local-config-sample.php', 'local-config.php');\"", "@php -r \"file_exists('local-config.json') || copy('local-config-sample.json', 'local-config.json');\"" ], - "setup-wordpress": "./vendor/bin/wp core download --version=6.6.1 --skip-content --force", + "setup-wordpress": "./vendor/bin/wp core download --version=6.7-beta3 --skip-content --force", "update-db": "./vendor/bin/wp core update-db", "post-root-package-install": [ "@setup-repo" From 05b9d48743d51254265dd48e9b925e2a16e519b4 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Thu, 31 Oct 2024 10:09:12 -0400 Subject: [PATCH 2/4] update to RC2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c4e0edb..92a137c9 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "@php -r \"file_exists('local-config.php') || copy('local-config-sample.php', 'local-config.php');\"", "@php -r \"file_exists('local-config.json') || copy('local-config-sample.json', 'local-config.json');\"" ], - "setup-wordpress": "./vendor/bin/wp core download --version=6.7-beta3 --skip-content --force", + "setup-wordpress": "./vendor/bin/wp core download --version=6.7-RC2 --skip-content --force", "update-db": "./vendor/bin/wp core update-db", "post-root-package-install": [ "@setup-repo" From 9e6d9249fe23c054f6193afd07adece0c77d9878 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Wed, 6 Nov 2024 09:39:06 -0500 Subject: [PATCH 3/4] update to RC3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 92a137c9..5d2d0d37 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "@php -r \"file_exists('local-config.php') || copy('local-config-sample.php', 'local-config.php');\"", "@php -r \"file_exists('local-config.json') || copy('local-config-sample.json', 'local-config.json');\"" ], - "setup-wordpress": "./vendor/bin/wp core download --version=6.7-RC2 --skip-content --force", + "setup-wordpress": "./vendor/bin/wp core download --version=6.7-RC3 --skip-content --force", "update-db": "./vendor/bin/wp core update-db", "post-root-package-install": [ "@setup-repo" From a3b1c388c076330d44b5665d19d38318cd1fb252 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Thu, 14 Nov 2024 11:22:38 -0500 Subject: [PATCH 4/4] WP 6.7 Release --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d2d0d37..63a625d0 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "@php -r \"file_exists('local-config.php') || copy('local-config-sample.php', 'local-config.php');\"", "@php -r \"file_exists('local-config.json') || copy('local-config-sample.json', 'local-config.json');\"" ], - "setup-wordpress": "./vendor/bin/wp core download --version=6.7-RC3 --skip-content --force", + "setup-wordpress": "./vendor/bin/wp core download --version=6.7 --skip-content --force", "update-db": "./vendor/bin/wp core update-db", "post-root-package-install": [ "@setup-repo"