Changeset 3175848
- Timestamp:
- 10/25/2024 07:59:23 PM (17 months ago)
- Location:
- tradetracker-connect
- Files:
-
- 6 edited
-
tags/2.2.9/README.md (modified) (2 diffs)
-
tags/2.2.9/README.txt (modified) (2 diffs)
-
tags/2.2.9/tradetracker-connect.php (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/tradetracker-connect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tradetracker-connect/tags/2.2.9/README.md
r3175800 r3175848 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.5 7 Stable tag: 2.2. 87 Stable tag: 2.2.9 8 8 License: GPLv3 or later 9 9 … … 90 90 91 91 == Changelog == 92 = 2.2.9 = 93 - Added time limit to the product feed 94 92 95 = 2.2.8 = 93 96 - Show last generated time of product feed -
tradetracker-connect/tags/2.2.9/README.txt
r3175800 r3175848 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.5 7 Stable tag: 2.2. 87 Stable tag: 2.2.9 8 8 License: GPLv3 or later 9 9 … … 90 90 91 91 == Changelog == 92 = 2.2.9 = 93 - Added time limit to the product feed 94 92 95 = 2.2.8 = 93 96 - Show last generated time of product feed -
tradetracker-connect/tags/2.2.9/tradetracker-connect.php
r3175800 r3175848 15 15 * Plugin Name: TradeTracker Connect 16 16 * Description: Seamless WordPress integration for TradeTracker's Merchants. 17 * Version: 2.2. 817 * Version: 2.2.9 18 18 * Author: TradeTracker.com 19 19 * Author URI: https://tradetracker.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('TRADETRACKER_CONNECT_VERSION', '2.2. 8');38 define('TRADETRACKER_CONNECT_VERSION', '2.2.9'); 39 39 define('TRADETRACKER_CONNECT_URL', plugin_dir_url(__FILE__)); 40 40 define('TRADETRACKER_CONNECT_PATH', plugin_dir_path(__FILE__)); -
tradetracker-connect/trunk/README.md
r3161563 r3175848 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.5 7 Stable tag: 2.2. 87 Stable tag: 2.2.9 8 8 License: GPLv3 or later 9 9 … … 90 90 91 91 == Changelog == 92 = 2.2.9 = 93 - Added time limit to the product feed 94 92 95 = 2.2.8 = 93 96 - Show last generated time of product feed -
tradetracker-connect/trunk/README.txt
r3161563 r3175848 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.5 7 Stable tag: 2.2. 87 Stable tag: 2.2.9 8 8 License: GPLv3 or later 9 9 … … 90 90 91 91 == Changelog == 92 = 2.2.9 = 93 - Added time limit to the product feed 94 92 95 = 2.2.8 = 93 96 - Show last generated time of product feed -
tradetracker-connect/trunk/tradetracker-connect.php
r3161563 r3175848 15 15 * Plugin Name: TradeTracker Connect 16 16 * Description: Seamless WordPress integration for TradeTracker's Merchants. 17 * Version: 2.2. 817 * Version: 2.2.9 18 18 * Author: TradeTracker.com 19 19 * Author URI: https://tradetracker.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('TRADETRACKER_CONNECT_VERSION', '2.2. 8');38 define('TRADETRACKER_CONNECT_VERSION', '2.2.9'); 39 39 define('TRADETRACKER_CONNECT_URL', plugin_dir_url(__FILE__)); 40 40 define('TRADETRACKER_CONNECT_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.