Skip to content

Commit

Permalink
Wp 6.1 (#252)
Browse files Browse the repository at this point in the history
* bump wp version

* bump all wp plugins

* bump acf plugin versions
  • Loading branch information
ccorda authored Feb 9, 2023
1 parent 9efb4d8 commit 1f70585
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
31 changes: 15 additions & 16 deletions wordpress/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "5.12.2",
"version": "6.0.7",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
Expand Down Expand Up @@ -50,27 +50,27 @@
"require": {
"php": ">=7.3",
"composer/installers": "^1.8",
"advanced-custom-fields/advanced-custom-fields-pro": "5.12.2",
"wpackagist-plugin/acf-repeater-flexible-content-collapser": "1.2.4",
"advanced-custom-fields/advanced-custom-fields-pro": "6.0.7",
"wpackagist-plugin/acf-repeater-flexible-content-collapser": "1.2.6",
"wpackagist-plugin/classic-editor": "1.6.2",
"wpackagist-plugin/duplicate-post": "4.5",
"wpackagist-plugin/enable-media-replace": "3.6.3",
"wpackagist-plugin/filter-page-by-template": "2.2",
"wpackagist-plugin/google-apps-login": "3.4.4",
"wpackagist-plugin/enable-media-replace": "4.0.2",
"wpackagist-plugin/filter-page-by-template": "3.1",
"wpackagist-plugin/google-apps-login": "3.4.5",
"wpackagist-plugin/gutenberg-ramp": "1.1.0",
"wpackagist-plugin/post-type-archive-links": "1.3.1",
"wpackagist-plugin/post-type-switcher": "3.2.1",
"wpackagist-plugin/redirection": "5.2.3",
"wpackagist-plugin/safe-svg": "2.0.2",
"wpackagist-plugin/simple-history": "3.3.0",
"wpackagist-plugin/so-clean-up-wp-seo": "3.14.8",
"wpackagist-plugin/redirection": "5.3.9",
"wpackagist-plugin/safe-svg": "2.0.3",
"wpackagist-plugin/simple-history": "3.4.0",
"wpackagist-plugin/so-clean-up-wp-seo": "3.14.13",
"wpackagist-plugin/term-management-tools": "2.0.1",
"wpackagist-plugin/wordpress-seo": "19.2",
"wpackagist-plugin/wp-graphql": "1.6.12",
"wpackagist-plugin/wordpress-seo": "20.1",
"wpackagist-plugin/wp-graphql": "1.13.8",
"wpackagist-plugin/wp-stateless": "3.2.2",
"wp-graphql/wp-graphql-acf": "0.5.3",
"wp-graphql/wp-graphql-acf": "0.6.1",
"wp-graphql/wp-graphql-tax-query": "0.1.0",
"ashhitch/wp-graphql-yoast-seo": "4.18.1",
"ashhitch/wp-graphql-yoast-seo": "4.22.0",
"ashhitch/wp-graphql-redirection": "^0.0.3"
},
"config": {
Expand All @@ -79,8 +79,7 @@
"vendor-dir": "wp-content/plugins/composer-libs",
"allow-plugins": {
"ffraenz/private-composer-installer": true,
"composer/installers": true,
"roots/wordpress-core-installer": true
"composer/installers": true
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion wordpress/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
wordpress:
depends_on:
- db
image: wordpress:6.0.0
image: wordpress:6.1.1
ports:
- "8000:80"
volumes:
Expand Down

0 comments on commit 1f70585

Please sign in to comment.