Skip to content

Commit ebb8f29

Browse files
author
Gravity Wiz Bot
committed
0.2.2; Auto bump
1 parent d444222 commit ebb8f29

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.2
4+
5+
- Fixed PHP error that could occur if using both filtering and ordering.
6+
37
## 0.2.1
48

59
- Added try/catch in `get_sheet_raw_values()` to prevent fatal errors if an error occurs when communicating with Google.

gp-populate-anything-google-sheets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://gravitywiz.com/populate-gravity-forms-with-google-sheets/
55
* Description: Add Object Type for fetching data from Google Sheets.
66
* Author: Gravity Wiz
7-
* Version: 0.2.1
7+
* Version: 0.2.2
88
* Author URI: https://gravitywiz.com
99
* License: GPL2
1010
*
@@ -15,7 +15,7 @@
1515
* @link https://github.com/gravitywiz/gp-populate-anything-google-sheets
1616
*/
1717

18-
define( 'GPPA_GS_VERSION', '0.2.1' );
18+
define( 'GPPA_GS_VERSION', '0.2.2' );
1919

2020
if ( ! defined( 'ABSPATH' ) ) {
2121
die();

0 commit comments

Comments
 (0)