From fd4e37abbb18799baa3342dc142a8456b352485d Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 23 Feb 2023 14:22:51 -0500 Subject: [PATCH] Fix warning for undefined array key Resolves #24 --- datafeedr-product-sets.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/datafeedr-product-sets.php b/datafeedr-product-sets.php index d341bbc..c5210e3 100644 --- a/datafeedr-product-sets.php +++ b/datafeedr-product-sets.php @@ -10,7 +10,7 @@ Requires PHP: 7.4 Requires at least: 3.8 Tested up to: 6.1.2-alpha -Version: 1.3.16 +Version: 1.3.17 Datafeedr Product Sets Plugin Copyright (C) 2023, Datafeedr - help@datafeedr.com @@ -37,7 +37,7 @@ /** * Define constants. */ -define( 'DFRPS_VERSION', '1.3.16' ); +define( 'DFRPS_VERSION', '1.3.17' ); define( 'DFRPS_DB_VERSION', '1.2.0' ); define( 'DFRPS_SET_VERSION', '1.2.0' ); define( 'DFRPS_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 31f3507..50dc468 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html Requires PHP: 7.4 Requires at least: 3.8 Tested up to: 6.1.2-alpha -Stable tag: 1.3.16 +Stable tag: 1.3.17 Build sets of products to import into your website. @@ -82,6 +82,9 @@ Our support area can be found here: [https://datafeedrapi.helpscoutdocs.com/](ht == Changelog == += 1.3.17 - 2023/02/23 = +* Fixed warning for undefined array key. + = 1.3.16 - 2023/02/21 = * Fixed Product Set "Last Update" metabox displaying inaccurate data when a Product Set has never updated or is in the process of updating for the first time.