Skip to content

Commit

Permalink
Fix warning for undefined array key
Browse files Browse the repository at this point in the history
Resolves #24
  • Loading branch information
EricBusch committed Feb 23, 2023
1 parent cbb1ae1 commit fd4e37a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions datafeedr-product-sets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit fd4e37a

Please sign in to comment.