Changeset 3113233
- Timestamp:
- 07/05/2024 05:40:42 PM (19 months ago)
- Location:
- datafeedr-api
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.19 (copied) (copied from datafeedr-api/trunk)
-
tags/1.3.19/datafeedr-api.php (modified) (2 diffs)
-
tags/1.3.19/readme.txt (modified) (2 diffs)
-
trunk/datafeedr-api.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
datafeedr-api/tags/1.3.19/datafeedr-api.php
r3113231 r3113233 10 10 Requires PHP: 7.4 11 11 Requires at least: 3.8 12 Tested up to: 6. 7-alpha-5867413 Version: 1.3.1 812 Tested up to: 6.6-RC2 13 Version: 1.3.19 14 14 15 15 Datafeedr API Plugin … … 33 33 * Define constants. 34 34 */ 35 define( 'DFRAPI_VERSION', '1.3.1 8' );35 define( 'DFRAPI_VERSION', '1.3.19' ); 36 36 define( 'DFRAPI_URL', plugin_dir_url( __FILE__ ) ); // https://example.com/wp-content/plugins/datafeedr-api/ 37 37 define( 'DFRAPI_PATH', plugin_dir_path( __FILE__ ) ); // /absolute/path/to/wp-content/plugins/datafeedr-api/ -
datafeedr-api/tags/1.3.19/readme.txt
r3113231 r3113233 2 2 3 3 Contributors: datafeedr.com 4 Tags: woocommerce, datafeedr, affiliate products, dfrapi, import csv, import datafeed, import datafeed, data feed, datafeed, import affiliate products4 Tags: import csv, import datafeed, data feed, datafeed, import affiliate products 5 5 License: GPLv2 or later 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 7 Requires PHP: 7.4 8 8 Requires at least: 3.8 9 Tested up to: 6. 7-alpha-5867410 Stable tag: 1.3.1 89 Tested up to: 6.6-RC2 10 Stable tag: 1.3.19 11 11 12 12 Connect to the Datafeedr API. … … 74 74 75 75 == Changelog == 76 77 = 1.3.19 - 2024/07/05 = 78 * Fixed "tested up to" version 76 79 77 80 = 1.3.18 - 2024/07/05 = -
datafeedr-api/trunk/datafeedr-api.php
r3113231 r3113233 10 10 Requires PHP: 7.4 11 11 Requires at least: 3.8 12 Tested up to: 6. 7-alpha-5867413 Version: 1.3.1 812 Tested up to: 6.6-RC2 13 Version: 1.3.19 14 14 15 15 Datafeedr API Plugin … … 33 33 * Define constants. 34 34 */ 35 define( 'DFRAPI_VERSION', '1.3.1 8' );35 define( 'DFRAPI_VERSION', '1.3.19' ); 36 36 define( 'DFRAPI_URL', plugin_dir_url( __FILE__ ) ); // https://example.com/wp-content/plugins/datafeedr-api/ 37 37 define( 'DFRAPI_PATH', plugin_dir_path( __FILE__ ) ); // /absolute/path/to/wp-content/plugins/datafeedr-api/ -
datafeedr-api/trunk/readme.txt
r3113231 r3113233 2 2 3 3 Contributors: datafeedr.com 4 Tags: woocommerce, datafeedr, affiliate products, dfrapi, import csv, import datafeed, import datafeed, data feed, datafeed, import affiliate products4 Tags: import csv, import datafeed, data feed, datafeed, import affiliate products 5 5 License: GPLv2 or later 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 7 Requires PHP: 7.4 8 8 Requires at least: 3.8 9 Tested up to: 6. 7-alpha-5867410 Stable tag: 1.3.1 89 Tested up to: 6.6-RC2 10 Stable tag: 1.3.19 11 11 12 12 Connect to the Datafeedr API. … … 74 74 75 75 == Changelog == 76 77 = 1.3.19 - 2024/07/05 = 78 * Fixed "tested up to" version 76 79 77 80 = 1.3.18 - 2024/07/05 =
Note: See TracChangeset
for help on using the changeset viewer.