Skip to content

Commit

Permalink
0.1.6; Auto bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Wiz Bot committed Nov 18, 2021
1 parent 2e296da commit 9733d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.6

- Updated filter behavior to be case-insensitive to match behavior of core Populate Anything Object Types.

## 0.1.5

- Fixed PHP conflicts with other WordPress plugins using un-scoped Composer dependencies such as Guzzle or the Google APIs.
Expand Down
4 changes: 2 additions & 2 deletions gp-populate-anything-google-sheets.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Plugin URI: https://gravitywiz.com/documentation/gravity-forms-populate-anything
* Description: Add Object Type for fetching data from Google Sheets.
* Author: Gravity Wiz
* Version: 0.1.5
* Version: 0.1.6
* Author URI: https://gravitywiz.com
*/

define( 'GPPA_GS_VERSION', '0.1.5' );
define( 'GPPA_GS_VERSION', '0.1.6' );

if ( ! defined( 'ABSPATH' ) ) {
die();
Expand Down

0 comments on commit 9733d6b

Please sign in to comment.