File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v0.13.0.1]
6+
7+ This _ patch_ release fixes compatibility with Composer-based WordPress installations, and a few minor issues introduced in the previous release.
8+
59- fix: Check if classes are loaded by a different autoloader before attempting to autoload them. H/t @cvanh
610- fix: Return ` wp_max_upload_size() ` instead of ` null ` if ` GfFieldWithFileSizeSetting.maxFileSize ` is ` null ` . H/t @Gytjarek
711- fix: Fix typo in Autoloader release URL.
Original file line number Diff line number Diff 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.13.0 ) ![ 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.13.0.1 ) ![ 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
Original file line number Diff line number Diff line change 55
66define ( 'CRGEARY_JAMSTACK_DEPLOYMENTS_OPTIONS_KEY ' , 'wp-jamstack-deployments ' );
77define ( 'WPGRAPHQL_GF_PLUGIN_FILE ' , 'wp-graphql-gravity-forms.php ' );
8- define ( 'WPGRAPHQL_GF_VERSION ' , '0.13.0 ' );
8+ define ( 'WPGRAPHQL_GF_VERSION ' , '0.13.0.1 ' );
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Tested up to: 6.5
66Requires PHP: 7.4
77Requires Gravity Forms: 2.7.0
88Requires WPGraphQL: 1.26.0
9- Stable tag: 0.13.0
9+ Stable tag: 0.13.0.1
1010Maintained at: https://github.com/axewp/wp-graphql-gravity-forms
1111License: GPL-3
1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
Original file line number Diff line number Diff line change 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.13.0
10+ * Version: 0.13.0.1
1111 * Text Domain: wp-graphql-gravity-forms
1212 * Domain Path: /languages
1313 * Requires at least: 6.0
5151function constants (): void {
5252 // Plugin version.
5353 if ( ! defined ( 'WPGRAPHQL_GF_VERSION ' ) ) {
54- define ( 'WPGRAPHQL_GF_VERSION ' , '0.13.0 ' );
54+ define ( 'WPGRAPHQL_GF_VERSION ' , '0.13.1 ' );
5555 }
5656
5757 // Plugin Folder Path.
You can’t perform that action at this time.
0 commit comments