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 Feb 29, 2024
1 parent 69444fa commit 6a96a33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions datafeedr-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
License: GPL v3
Requires PHP: 7.4
Requires at least: 3.8
Tested up to: 6.4.2-alpha
Version: 1.3.16
Tested up to: 6.4.4-alpha
Version: 1.3.17
Datafeedr API Plugin
Copyright (C) 2023, Datafeedr - help@datafeedr.com
Copyright (C) 2024, Datafeedr - help@datafeedr.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -32,7 +32,7 @@
/**
* Define constants.
*/
define( 'DFRAPI_VERSION', '1.3.16' );
define( 'DFRAPI_VERSION', '1.3.17' );
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.2-alpha
Stable tag: 1.3.16
Tested up to: 6.4.4-alpha
Stable tag: 1.3.17

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.17 - 2024/02/29 =
* Updated "tested up to" value

= 1.3.16 - 2023/11/10 =
* Updated "tested up to" value

Expand Down

0 comments on commit 6a96a33

Please sign in to comment.