File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 *
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
2020if ( ! defined ( 'ABSPATH ' ) ) {
2121 die ();
You can’t perform that action at this time.
0 commit comments