Skip to content

Commit

Permalink
Feature: PHP 8.2 support (#1074)
Browse files Browse the repository at this point in the history
* Update minimum PHP version, WP and plugins.

* Fix deprecation notices in PHP 8.2

* Update changelog

* Update tests dump.sql
  • Loading branch information
defunctl authored Aug 29, 2023
1 parent 890eb3f commit a5d5216
Show file tree
Hide file tree
Showing 5 changed files with 717 additions and 717 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

# 2023.08
* Updated: The minimum composer PHP version was updated to `>=7.4` to support PHP 8.1 and 8.2.
* Updated: WordPress to 6.3.1 and all plugins to their latest versions.
* Fixed: Deprecated messages in memcached-object-cache.php in PHP 8.2.

# 2023.05
* Fixed: docker-compose.yml syntax errors when using docker-compose v2.17.x. See https://github.com/docker/compose/issues/10411

Expand Down
21 changes: 11 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"type": "package",
"package": {
"name": "gravityforms/gravityforms",
"version": "2.6.7",
"version": "2.7.13",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
Expand All @@ -63,7 +63,7 @@
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "6.0.2",
"version": "6.2.0",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
Expand All @@ -76,7 +76,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": ">=7.4",
"ext-exif": "*",
"ext-gd": "*",
"ext-imagick": "*",
Expand All @@ -85,9 +85,10 @@
"advanced-custom-fields/advanced-custom-fields-pro": "*",
"gravityforms/gravityforms": "*",
"guzzlehttp/psr7": "^1.4",
"http-interop/http-factory-guzzle": "^1.2",
"humanmade/s3-uploads": "3.0.4",
"johnbillion/extended-cpts": "^5.0",
"johnpbloch/wordpress-core": "6.0.3",
"johnpbloch/wordpress-core": "6.3.1",
"johnpbloch/wordpress-core-installer": "2.0.*",
"moderntribe/acf-image-select": "dev-master",
"moderntribe/acf-menu-chooser": "^1.1",
Expand All @@ -100,14 +101,14 @@
"sabre/cache": "^1.0",
"sunra/php-simple-html-dom-parser": "1.5.2",
"vlucas/phpdotenv": "^5.3",
"wpackagist-plugin/disable-emojis": "1.7.4",
"wpackagist-plugin/disable-emojis": "1.7.5",
"wpackagist-plugin/gravity-forms-wcag-20-form-fields": "1.7.2",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.25.8",
"wpackagist-plugin/posts-to-posts": "1.7",
"wpackagist-plugin/redirection": "5.3.4",
"wpackagist-plugin/regenerate-thumbnails": "3.1.5",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.25.23",
"wpackagist-plugin/posts-to-posts": "1.7.1",
"wpackagist-plugin/redirection": "5.3.10",
"wpackagist-plugin/regenerate-thumbnails": "3.1.6",
"wpackagist-plugin/user-switching": "1.7.0",
"wpackagist-plugin/wordpress-seo": "19.8",
"wpackagist-plugin/wordpress-seo": "21.0",
"wpackagist-plugin/wp-tota11y": "1.2.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit a5d5216

Please sign in to comment.