Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBusch committed Oct 28, 2022
1 parent f5b1228 commit 7ae1f29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions datafeedr-product-sets.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
License: GPL v3
Requires PHP: 7.4
Requires at least: 3.8
Tested up to: 6.0-alpha
Version: 1.3.12
Tested up to: 6.1
Version: 1.3.13
Datafeedr Product Sets Plugin
Copyright (C) 2022, Datafeedr - help@datafeedr.com
Expand All @@ -37,7 +37,7 @@
/**
* Define constants.
*/
define( 'DFRPS_VERSION', '1.3.12' );
define( 'DFRPS_VERSION', '1.3.13' );
define( 'DFRPS_DB_VERSION', '1.2.0' );
define( 'DFRPS_SET_VERSION', '1.2.0' );
define( 'DFRPS_URL', plugin_dir_url( __FILE__ ) );
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 7.4
Requires at least: 3.8
Tested up to: 6.0-alpha
Stable tag: 1.3.12
Tested up to: 6.1
Stable tag: 1.3.13

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.13 - 2022/10/28 =
* Updated readme

= 1.3.12 - 2022/03/02 =
* Added a minimum WordPress version check to the `register_activation_hook`
* Added a Multisite check to the `register_activation_hook` to ensure that plugin can only be activated at Site-Level, not Network-Level
Expand Down

0 comments on commit 7ae1f29

Please sign in to comment.