Skip to content

Commit

Permalink
- update versions/changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Apr 4, 2023
1 parent fe677cf commit ff40c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
24 changes: 2 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,11 @@
# Changelog


## 2.0.0-beta.2.0.4

### Chores / Bugfixes:

- fix: another attempt (before I throw my computer out a window) at fixing the failing github workflow for uploading the graphql schema artifact upon releases. No functional changes for users. (I _might_ be starting to understand Docker 🤣)

## 2.0.0-beta.2.0.3

### Chores / Bugfixes:

- fix: another attempt at fixing the failing github workflow for uploading the graphql schema artifact upon releases. No functional changes for users. (I clearly don't understand Docker 🤣)


## 2.0.0-beta.2.0.2

### Chores / Bugfixes:

- fix: another attempt at fixing the failing github workflow for uploading the graphql schema artifact upon releases. No functional changes for users.


## 2.0.0-beta.2.0.1
## 2.0.0-beta.2.0.1 to 2.0.0-beta.2.0.5

### Chores / Bugfixes:

- [#33](https://github.com/wp-graphql/wpgraphql-acf/pull/33) fix: failing github workflow for uploading the graphql schema artifact upon releases. No functional changes for users.
- chore: debugging github workflow for uploading Schema Artifact

## 2.0.0-beta.2

Expand Down
4 changes: 2 additions & 2 deletions wpgraphql-acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Re-imagining the WPGraphQL for ACF plugin
* Author: WPGraphQL, Jason Bahl
* Author URI: https://www.wpgraphql.com
* Version: 2.0.0-beta.2.0.4
* Version: 2.0.0-beta.2.0.5
* Text Domain: wpgraphql-acf
* Requires PHP: 7.3
* Requires at least: 5.9
Expand All @@ -29,7 +29,7 @@
}

if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION' ) ) {
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.2.0.4' );
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.2.0.5' );
}

if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {
Expand Down

0 comments on commit ff40c76

Please sign in to comment.