From 697d5dd8d31883a4b8c0f333ad2abd23850097ff Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Mon, 19 Jul 2021 15:50:17 -0600 Subject: [PATCH] - Update version numbers for release --- composer.json | 4 ++-- readme.txt | 2 +- vendor/composer/InstalledVersions.php | 4 ++-- vendor/composer/installed.php | 4 ++-- wp-graphql-acf.php | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index a5fcb29..2c76bc1 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpstan": ["phpstan analyze --ansi --memory-limit=1G"] }, "require": { - "php": "^7" + "php": "^7.1 || ^8.0" }, "require-dev": { "lucatume/wp-browser": "^2.4", @@ -63,7 +63,7 @@ "phpstan/phpstan": "^0.12.64", "szepeviktor/phpstan-wordpress": "^0.7.1", "codeception/module-rest": "^1.2", - "wp-graphql/wp-graphql-testcase": "^1.0", + "wp-graphql/wp-graphql-testcase": "~2.1", "phpunit/phpunit": "9.4.1", "simpod/php-coveralls-mirror": "^3.0", "phpstan/extension-installer": "^1.1" diff --git a/readme.txt b/readme.txt index bb481bf..5c8d9b0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wpgraphql.com/acf Tags: WPGraphQL, GraphQL, API, Advanced Custom Fields, ACF Requires at least: 5.0 Tested up to: 5.1.1 -Stable tag: 0.5.2 +Stable tag: 0.5.3 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php index 6b5a555..2a3c352 100644 --- a/vendor/composer/InstalledVersions.php +++ b/vendor/composer/InstalledVersions.php @@ -30,7 +30,7 @@ class InstalledVersions 'aliases' => array ( ), - 'reference' => 'dc5e83d190211baf88978a905ff44a9122fdaff8', + 'reference' => '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0', 'name' => 'wp-graphql/wp-graphql-acf', ), 'versions' => @@ -42,7 +42,7 @@ class InstalledVersions 'aliases' => array ( ), - 'reference' => 'dc5e83d190211baf88978a905ff44a9122fdaff8', + 'reference' => '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0', ), ), ); diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 933c2e4..594c6fd 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -6,7 +6,7 @@ 'aliases' => array ( ), - 'reference' => 'dc5e83d190211baf88978a905ff44a9122fdaff8', + 'reference' => '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0', 'name' => 'wp-graphql/wp-graphql-acf', ), 'versions' => @@ -18,7 +18,7 @@ 'aliases' => array ( ), - 'reference' => 'dc5e83d190211baf88978a905ff44a9122fdaff8', + 'reference' => '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0', ), ), ); diff --git a/wp-graphql-acf.php b/wp-graphql-acf.php index 7275d55..1443961 100644 --- a/wp-graphql-acf.php +++ b/wp-graphql-acf.php @@ -7,7 +7,7 @@ * Author URI: https://www.wpgraphql.com * Text Domain: wp-graphql-acf * Domain Path: /languages - * Version: 0.5.2 + * Version: 0.5.3 * Requires PHP: 7.0 * GitHub Plugin URI: https://github.com/wp-graphql/wp-graphql-acf * @@ -26,7 +26,7 @@ * Define constants */ const WPGRAPHQL_REQUIRED_MIN_VERSION = '0.4.0'; -const WPGRAPHQL_ACF_VERSION = '0.5.2'; +const WPGRAPHQL_ACF_VERSION = '0.5.3'; /** * Initialize the plugin