Skip to content

Commit

Permalink
0.2.0; Auto bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Wiz Bot committed Sep 23, 2022
1 parent 7c7dafb commit 614774b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.0

- Added minimum requirement of PHP version 7.3 due to upstream dependencies.
- Updated dependencies.
- Fixed issue where ordering results did not work.

## 0.1.9

- Added support for "is in" and "is not in" operators. These are useful if checking for the presence of a value in a checkbox field's selected choices.
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.9
* Version: 0.2.0
* Author URI: https://gravitywiz.com
*/

define( 'GPPA_GS_VERSION', '0.1.9' );
define( 'GPPA_GS_VERSION', '0.2.0' );

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

0 comments on commit 614774b

Please sign in to comment.