Skip to content

Commit

Permalink
0.1.3; Auto bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Wiz Bot committed Sep 11, 2021
1 parent 8e4c0aa commit b2fada8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.3

- Fixed PHP warning that would occur if the number of columns in a row did not match the number of columns in the first row of column names.

## 0.1.2

- Added changelog.txt.
Expand Down
4 changes: 2 additions & 2 deletions gp-populate-anything-google-sheets.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Plugin URI: https://gravitywiz.com/documentation/gravity-forms-populate-anything
* Description: Add Object Type for fetching data from Google Sheets.
* Author: Gravity Wiz
* Version: 0.1.2
* Version: 0.1.3
* Author URI: https://gravitywiz.com
*/

define( 'GPPA_GS_VERSION', '0.1.2' );
define( 'GPPA_GS_VERSION', '0.1.3' );

if ( ! defined( 'ABSPATH' ) ) {
die();
Expand Down

0 comments on commit b2fada8

Please sign in to comment.