Skip to content

Commit

Permalink
Updated "tested up to" value
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBusch committed Jul 5, 2024
1 parent 6a96a33 commit 1e2d4a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions datafeedr-api.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.4.4-alpha
Version: 1.3.17
Tested up to: 6.7-alpha-58674
Version: 1.3.18
Datafeedr API Plugin
Copyright (C) 2024, Datafeedr - help@datafeedr.com
Expand All @@ -32,7 +32,7 @@
/**
* Define constants.
*/
define( 'DFRAPI_VERSION', '1.3.17' );
define( 'DFRAPI_VERSION', '1.3.18' );
define( 'DFRAPI_URL', plugin_dir_url( __FILE__ ) ); // https://example.com/wp-content/plugins/datafeedr-api/
define( 'DFRAPI_PATH', plugin_dir_path( __FILE__ ) ); // /absolute/path/to/wp-content/plugins/datafeedr-api/
define( 'DFRAPI_BASENAME', plugin_basename( __FILE__ ) ); // datafeedr-api/datafeedr-api.php
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.4.4-alpha
Stable tag: 1.3.17
Tested up to: 6.7-alpha-58674
Stable tag: 1.3.18

Connect to the Datafeedr API.

Expand Down Expand Up @@ -74,6 +74,9 @@ Our support area can be found here: [https://datafeedrapi.helpscoutdocs.com/](ht

== Changelog ==

= 1.3.18 - 2024/07/05 =
* Updated "tested up to" value

= 1.3.17 - 2024/02/29 =
* Updated "tested up to" value

Expand Down

0 comments on commit 1e2d4a6

Please sign in to comment.