Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
- Update version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Jul 19, 2021
1 parent 87fb6ec commit 697d5dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'dc5e83d190211baf88978a905ff44a9122fdaff8',
'reference' => '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0',
'name' => 'wp-graphql/wp-graphql-acf',
),
'versions' =>
Expand All @@ -42,7 +42,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'dc5e83d190211baf88978a905ff44a9122fdaff8',
'reference' => '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0',
),
),
);
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => 'dc5e83d190211baf88978a905ff44a9122fdaff8',
'reference' => '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0',
'name' => 'wp-graphql/wp-graphql-acf',
),
'versions' =>
Expand All @@ -18,7 +18,7 @@
'aliases' =>
array (
),
'reference' => 'dc5e83d190211baf88978a905ff44a9122fdaff8',
'reference' => '87fb6ecc2ca38d4c8064d95f8bd91ca368e5b7e0',
),
),
);
4 changes: 2 additions & 2 deletions wp-graphql-acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -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
Expand Down

0 comments on commit 697d5dd

Please sign in to comment.