Skip to content

Commit 7d0cf28

Browse files
author
Gravity Wiz Bot
committed
0.2.1; Auto bump
1 parent 4cf98db commit 7d0cf28

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.txt

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

3+
## 0.2.1
4+
5+
- Added try/catch in `get_sheet_raw_values()` to prevent fatal errors if an error occurs when communicating with Google.
6+
- Added copyright headers and license.
7+
- Updated `Plugin URI`.
8+
- Added `readme.md`.
9+
- Added caching mechanism when querying for Google Sheet rows to help avoid rate limit issues.
10+
311
## 0.2.0
412

513
- Added minimum requirement of PHP version 7.3 due to upstream dependencies.

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.0
7+
* Version: 0.2.1
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.0' );
18+
define( 'GPPA_GS_VERSION', '0.2.1' );
1919

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

0 commit comments

Comments
 (0)