Skip to content

Commit 74569d8

Browse files
authored
chore: version bump (#389)
1 parent d4e6551 commit 74569d8

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Unreleased
44

5-
- fix: Fix installation errors when upgrading plugin via the WordPress backend.
5+
## v0.12.4
6+
7+
This _minor_ release fixes a bug where updating the plugin via the WordPress backend would fail due to changes to GitHub's API.
8+
9+
**Note**: Users relying on WordPress's built-in plugin update mechanism will need to update manually to this version by downloading the release zip.
10+
11+
- fix: Fix installation errors when upgrading plugin via the WordPress backend. H/t @shaderpixel.
612
- chore: Update `yahnis-elsts/plugin-update-checker` to v5.2.
713
- ci: Include top-level plugin folder in release zip.
814

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A WordPress plugin that adds <a href="https://wpgraphql.com" target="_blank">WPG
88

99
-----
1010

11-
![Packagist License](https://img.shields.io/packagist/l/harness-software/wp-graphql-gravity-forms?color=green) ![Packagist Version](https://img.shields.io/packagist/v/harness-software/wp-graphql-gravity-forms?label=stable) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/axewp/wp-graphql-gravity-forms/v0.12.3) ![GitHub forks](https://img.shields.io/github/forks/axewp/wp-graphql-gravity-forms?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/axewp/wp-graphql-gravity-forms?style=social)<br />
11+
![Packagist License](https://img.shields.io/packagist/l/harness-software/wp-graphql-gravity-forms?color=green) ![Packagist Version](https://img.shields.io/packagist/v/harness-software/wp-graphql-gravity-forms?label=stable) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/axewp/wp-graphql-gravity-forms/v0.12.4) ![GitHub forks](https://img.shields.io/github/forks/axewp/wp-graphql-gravity-forms?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/axewp/wp-graphql-gravity-forms?style=social)<br />
1212
[![Coverage Status](https://coveralls.io/repos/github/AxeWP/wp-graphql-gravity-forms/badge.svg?branch=develop)](https://coveralls.io/github/AxeWP/wp-graphql-gravity-forms?branch=develop) [![WordPress Coding Standards](https://github.com/axewp/wp-graphql-gravity-forms/actions/workflows/code-standard.yml/badge.svg)](https://github.com/axewp/wp-graphql-gravity-forms/actions/workflows/code-standard.yml) [![Code Quality](https://github.com/axewp/wp-graphql-gravity-forms/actions/workflows/code-quality.yml/badge.svg)](https://github.com/axewp/wp-graphql-gravity-forms/actions/workflows/code-quality.yml) [![Schema Linter](https://github.com/axewp/wp-graphql-gravity-forms/actions/workflows/schema-linter.yml/badge.svg)](https://github.com/axewp/wp-graphql-gravity-forms/actions/workflows/schema-linter.yml)
1313

1414
## Overview

phpstan/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
define( 'WPGRAPHQL_GF_AUTOLOAD', true );
77
define( 'CRGEARY_JAMSTACK_DEPLOYMENTS_OPTIONS_KEY', 'wp-jamstack-deployments' );
88
define( 'WPGRAPHQL_GF_PLUGIN_FILE', 'wp-graphql-gravity-forms.php' );
9-
define( 'WPGRAPHQL_GF_VERSION', '0.12.3' );
9+
define( 'WPGRAPHQL_GF_VERSION', '0.12.4' );

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tested up to: 6.3.1
66
Requires PHP: 7.4
77
Requires Gravity Forms: 2.5.0
88
Requires WPGraphQL: 1.9.0
9-
Stable tag: 0.12.3
9+
Stable tag: 0.12.4
1010
Maintained at: https://github.com/axewp/wp-graphql-gravity-forms
1111
License: GPL-3
1212
License URI: https://www.gnu.org/licenses/gpl-3.0.html

vendor/composer/installed.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'harness-software/wp-graphql-gravity-forms',
4-
'pretty_version' => 'dev-main',
5-
'version' => 'dev-main',
6-
'reference' => '07d6471beff1304aa7e8db183ec63df20ab89800',
4+
'pretty_version' => 'dev-develop',
5+
'version' => 'dev-develop',
6+
'reference' => 'd4e65512d3d0189161d3607319cf99b3a01ef695',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
1010
'dev' => false,
1111
),
1212
'versions' => array(
1313
'harness-software/wp-graphql-gravity-forms' => array(
14-
'pretty_version' => 'dev-main',
15-
'version' => 'dev-main',
16-
'reference' => '07d6471beff1304aa7e8db183ec63df20ab89800',
14+
'pretty_version' => 'dev-develop',
15+
'version' => 'dev-develop',
16+
'reference' => 'd4e65512d3d0189161d3607319cf99b3a01ef695',
1717
'type' => 'wordpress-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

wp-graphql-gravity-forms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: AxePress Development
88
* Author URI: https://axepress.dev
99
* Update URI: https://github.com/axewp/wp-graphql-gravity-forms/releases
10-
* Version: 0.12.3
10+
* Version: 0.12.4
1111
* Text Domain: wp-graphql-gravity-forms
1212
* Domain Path: /languages
1313
* Requires at least: 5.4.1
@@ -35,7 +35,7 @@
3535
function gf_graphql_constants(): void {
3636
// Plugin version.
3737
if ( ! defined( 'WPGRAPHQL_GF_VERSION' ) ) {
38-
define( 'WPGRAPHQL_GF_VERSION', '0.12.3' );
38+
define( 'WPGRAPHQL_GF_VERSION', '0.12.4' );
3939
}
4040

4141
// Plugin Folder Path.

0 commit comments

Comments
 (0)