From 520abaf85245080208c2eaf31c88925865da004a Mon Sep 17 00:00:00 2001 From: Gravity Wiz Bot Date: Wed, 19 Apr 2023 22:15:30 +0000 Subject: [PATCH] 0.2.3; Auto bump --- changelog.txt | 4 ++++ gp-populate-anything-google-sheets.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index db75c42..02989b9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ # Changelog +## 0.2.3 + + - Fixed issue where filtering rows did not work as expected. + ## 0.2.2 - Fixed PHP error that could occur if using both filtering and ordering. diff --git a/gp-populate-anything-google-sheets.php b/gp-populate-anything-google-sheets.php index 720037c..75d8789 100644 --- a/gp-populate-anything-google-sheets.php +++ b/gp-populate-anything-google-sheets.php @@ -4,7 +4,7 @@ * Plugin URI: https://gravitywiz.com/populate-gravity-forms-with-google-sheets/ * Description: Add Object Type for fetching data from Google Sheets. * Author: Gravity Wiz - * Version: 0.2.2 + * Version: 0.2.3 * Author URI: https://gravitywiz.com * License: GPL2 * @@ -15,7 +15,7 @@ * @link https://github.com/gravitywiz/gp-populate-anything-google-sheets */ -define( 'GPPA_GS_VERSION', '0.2.2' ); +define( 'GPPA_GS_VERSION', '0.2.3' ); if ( ! defined( 'ABSPATH' ) ) { die();