From 614774b553be8582f45543f79c4557486f06cf22 Mon Sep 17 00:00:00 2001 From: Gravity Wiz Bot Date: Fri, 23 Sep 2022 18:11:38 +0000 Subject: [PATCH] 0.2.0; Auto bump --- changelog.txt | 6 ++++++ gp-populate-anything-google-sheets.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index b2d18f0..b9e5200 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/gp-populate-anything-google-sheets.php b/gp-populate-anything-google-sheets.php index 23c0e3a..8ba508a 100644 --- a/gp-populate-anything-google-sheets.php +++ b/gp-populate-anything-google-sheets.php @@ -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();