Changeset 3043331
- Timestamp:
- 02/29/2024 07:13:49 PM (23 months ago)
- Location:
- datafeedr-api
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.17 (copied) (copied from datafeedr-api/trunk)
-
tags/1.3.17/datafeedr-api.php (modified) (2 diffs)
-
tags/1.3.17/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.17/datafeedr-api.php
r2993994 r3043331 10 10 Requires PHP: 7.4 11 11 Requires at least: 3.8 12 Tested up to: 6.4. 2-alpha13 Version: 1.3.1 612 Tested up to: 6.4.4-alpha 13 Version: 1.3.17 14 14 15 15 Datafeedr API Plugin 16 Copyright (C) 202 3, Datafeedr - [email protected]16 Copyright (C) 2024, Datafeedr - [email protected] 17 17 18 18 This program is free software: you can redistribute it and/or modify … … 33 33 * Define constants. 34 34 */ 35 define( 'DFRAPI_VERSION', '1.3.1 6' );35 define( 'DFRAPI_VERSION', '1.3.17' ); 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.17/readme.txt
r2993994 r3043331 7 7 Requires PHP: 7.4 8 8 Requires at least: 3.8 9 Tested up to: 6.4. 2-alpha10 Stable tag: 1.3.1 69 Tested up to: 6.4.4-alpha 10 Stable tag: 1.3.17 11 11 12 12 Connect to the Datafeedr API. … … 74 74 75 75 == Changelog == 76 77 = 1.3.17 - 2024/02/29 = 78 * Updated "tested up to" value 76 79 77 80 = 1.3.16 - 2023/11/10 = -
datafeedr-api/trunk/datafeedr-api.php
r2993994 r3043331 10 10 Requires PHP: 7.4 11 11 Requires at least: 3.8 12 Tested up to: 6.4. 2-alpha13 Version: 1.3.1 612 Tested up to: 6.4.4-alpha 13 Version: 1.3.17 14 14 15 15 Datafeedr API Plugin 16 Copyright (C) 202 3, Datafeedr - [email protected]16 Copyright (C) 2024, Datafeedr - [email protected] 17 17 18 18 This program is free software: you can redistribute it and/or modify … … 33 33 * Define constants. 34 34 */ 35 define( 'DFRAPI_VERSION', '1.3.1 6' );35 define( 'DFRAPI_VERSION', '1.3.17' ); 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
r2993994 r3043331 7 7 Requires PHP: 7.4 8 8 Requires at least: 3.8 9 Tested up to: 6.4. 2-alpha10 Stable tag: 1.3.1 69 Tested up to: 6.4.4-alpha 10 Stable tag: 1.3.17 11 11 12 12 Connect to the Datafeedr API. … … 74 74 75 75 == Changelog == 76 77 = 1.3.17 - 2024/02/29 = 78 * Updated "tested up to" value 76 79 77 80 = 1.3.16 - 2023/11/10 =
Note: See TracChangeset
for help on using the changeset viewer.