diff --git a/changelog.txt b/changelog.txt index cf23021..ac0d6af 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/gp-populate-anything-google-sheets.php b/gp-populate-anything-google-sheets.php index 1054918..26f24fc 100644 --- a/gp-populate-anything-google-sheets.php +++ b/gp-populate-anything-google-sheets.php @@ -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();