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