Skip to content

Commit

Permalink
Chore: WP Core update to 6.4.3 and plugin updates:
Browse files Browse the repository at this point in the history
+---------------------------------+----------+---------+----------------+
| name                            | status   | version | update_version |
+---------------------------------+----------+---------+----------------+
| advanced-custom-fields-pro      | active   | 6.2.4   | 6.2.6          |
| gravityforms                    | active   | 2.8.0   | 2.8.3          |
| duracelltomi-google-tag-manager | inactive | 1.19.1  | 1.20           |
| limit-login-attempts-reloaded   | inactive | 2.25.29 | 2.26.2         |
| seo-by-rank-math                | active   | 1.0.210 | 1.0.212        |
+---------------------------------+----------+---------+----------------+
  • Loading branch information
dpellenwood committed Feb 6, 2024
1 parent 92cc389 commit 4150633
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 276 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.4.2 --skip-content --force",
"setup-wordpress": "./vendor/bin/wp core download --version=6.4.3 --skip-content --force",
"update-db": "./vendor/bin/wp core update-db",
"post-root-package-install": [
"@setup-repo"
Expand Down Expand Up @@ -63,7 +63,7 @@
"type": "package",
"package": {
"name": "gravityforms/gravityforms",
"version": "2.8.0",
"version": "2.8.3",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
Expand Down Expand Up @@ -128,13 +128,13 @@
"vlucas/phpdotenv": "^5.5",
"wp-cli/wp-cli-bundle": "^2.8",
"wpackagist-plugin/disable-emojis": "1.7.6",
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.19.1",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.25.29",
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.20",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.26.2",
"wpackagist-plugin/safe-svg": "2.2.2",
"wpackagist-plugin/seo-by-rank-math": "1.0.210",
"wpackagist-plugin/seo-by-rank-math": "1.0.212",
"wpackagist-plugin/user-switching": "1.7.2",
"wpackagist-plugin/wp-tota11y": "^1.2",
"wpengine/advanced-custom-fields-pro": "6.2.4"
"wpengine/advanced-custom-fields-pro": "6.2.6"
},
"extra": {
"installer-paths": {
Expand Down
Loading

0 comments on commit 4150633

Please sign in to comment.