Skip to content

Commit

Permalink
chore: version bump (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine authored Sep 30, 2023
1 parent d4e6551 commit 74569d8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Unreleased

- fix: Fix installation errors when upgrading plugin via the WordPress backend.
## v0.12.4

This _minor_ release fixes a bug where updating the plugin via the WordPress backend would fail due to changes to GitHub's API.

**Note**: Users relying on WordPress's built-in plugin update mechanism will need to update manually to this version by downloading the release zip.

- fix: Fix installation errors when upgrading plugin via the WordPress backend. H/t @shaderpixel.
- chore: Update `yahnis-elsts/plugin-update-checker` to v5.2.
- ci: Include top-level plugin folder in release zip.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A WordPress plugin that adds <a href="https://wpgraphql.com" target="_blank">WPG

-----

![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 />
![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 />
[![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)

## Overview
Expand Down
2 changes: 1 addition & 1 deletion phpstan/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
define( 'WPGRAPHQL_GF_AUTOLOAD', true );
define( 'CRGEARY_JAMSTACK_DEPLOYMENTS_OPTIONS_KEY', 'wp-jamstack-deployments' );
define( 'WPGRAPHQL_GF_PLUGIN_FILE', 'wp-graphql-gravity-forms.php' );
define( 'WPGRAPHQL_GF_VERSION', '0.12.3' );
define( 'WPGRAPHQL_GF_VERSION', '0.12.4' );
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tested up to: 6.3.1
Requires PHP: 7.4
Requires Gravity Forms: 2.5.0
Requires WPGraphQL: 1.9.0
Stable tag: 0.12.3
Stable tag: 0.12.4
Maintained at: https://github.com/axewp/wp-graphql-gravity-forms
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php return array(
'root' => array(
'name' => 'harness-software/wp-graphql-gravity-forms',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '07d6471beff1304aa7e8db183ec63df20ab89800',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'd4e65512d3d0189161d3607319cf99b3a01ef695',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'harness-software/wp-graphql-gravity-forms' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '07d6471beff1304aa7e8db183ec63df20ab89800',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'd4e65512d3d0189161d3607319cf99b3a01ef695',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
4 changes: 2 additions & 2 deletions wp-graphql-gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: AxePress Development
* Author URI: https://axepress.dev
* Update URI: https://github.com/axewp/wp-graphql-gravity-forms/releases
* Version: 0.12.3
* Version: 0.12.4
* Text Domain: wp-graphql-gravity-forms
* Domain Path: /languages
* Requires at least: 5.4.1
Expand Down Expand Up @@ -35,7 +35,7 @@
function gf_graphql_constants(): void {
// Plugin version.
if ( ! defined( 'WPGRAPHQL_GF_VERSION' ) ) {
define( 'WPGRAPHQL_GF_VERSION', '0.12.3' );
define( 'WPGRAPHQL_GF_VERSION', '0.12.4' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 74569d8

Please sign in to comment.