Changeset 3413439
- Timestamp:
- 12/07/2025 10:03:17 AM (4 months ago)
- Location:
- atlas-dynamic-messages-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/2.4.3 (copied) (copied from atlas-dynamic-messages-for-woocommerce/trunk)
-
tags/2.4.3/README.txt (modified) (2 diffs)
-
tags/2.4.3/atlas-dynamic-messages-for-woocommerce.php (modified) (3 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/atlas-dynamic-messages-for-woocommerce.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
atlas-dynamic-messages-for-woocommerce/tags/2.4.3/README.txt
r3408054 r3413439 3 3 Tags: woocommerce, countdown, shipping, timer, urgency 4 4 Requires at least: 5.0 5 Tested up to: 6. 8.25 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.4. 27 Stable tag: 2.4.3 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 135 135 == Changelog == 136 136 137 = 2.4.3 = 138 * Updated: Compatibility with WordPress 6.9 139 * Updated: Compatibility with WooCommerce 10.3.6 140 137 141 = 2.4.2 = 138 142 * NEW: Added LiteSpeed Cache compatibility with dedicated no-cache headers -
atlas-dynamic-messages-for-woocommerce/tags/2.4.3/atlas-dynamic-messages-for-woocommerce.php
r3408054 r3413439 3 3 * Plugin Name: Atlas Dynamic Messages for WooCommerce 4 4 * Description: Cache-compatible real-time countdown messages for WooCommerce. Works perfectly with ALL caching plugins - the only countdown plugin that bypasses cache for accurate, live updates! 5 * Version: 2.4. 25 * Version: 2.4.3 6 6 * Author: PluginAtlas 7 7 * Author URI: https://pluginatlas.com … … 11 11 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 12 12 * Requires at least: 5.0 13 * Tested up to: 6. 813 * Tested up to: 6.9 14 14 * Requires PHP: 7.4 15 15 * WC requires at least: 4.0 16 * WC tested up to: 9.516 * WC tested up to: 10.3.6 17 17 * Requires Plugins: woocommerce 18 18 */ … … 55 55 56 56 // Define plugin constants 57 define('ATLAS_DMSG_VERSION', '2.4. 2');57 define('ATLAS_DMSG_VERSION', '2.4.3'); 58 58 define('ATLAS_DMSG_PLUGIN_DIR', plugin_dir_path(__FILE__)); 59 59 define('ATLAS_DMSG_PLUGIN_URL', plugin_dir_url(__FILE__)); -
atlas-dynamic-messages-for-woocommerce/trunk/README.txt
r3408054 r3413439 3 3 Tags: woocommerce, countdown, shipping, timer, urgency 4 4 Requires at least: 5.0 5 Tested up to: 6. 8.25 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.4. 27 Stable tag: 2.4.3 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 135 135 == Changelog == 136 136 137 = 2.4.3 = 138 * Updated: Compatibility with WordPress 6.9 139 * Updated: Compatibility with WooCommerce 10.3.6 140 137 141 = 2.4.2 = 138 142 * NEW: Added LiteSpeed Cache compatibility with dedicated no-cache headers -
atlas-dynamic-messages-for-woocommerce/trunk/atlas-dynamic-messages-for-woocommerce.php
r3408054 r3413439 3 3 * Plugin Name: Atlas Dynamic Messages for WooCommerce 4 4 * Description: Cache-compatible real-time countdown messages for WooCommerce. Works perfectly with ALL caching plugins - the only countdown plugin that bypasses cache for accurate, live updates! 5 * Version: 2.4. 25 * Version: 2.4.3 6 6 * Author: PluginAtlas 7 7 * Author URI: https://pluginatlas.com … … 11 11 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 12 12 * Requires at least: 5.0 13 * Tested up to: 6. 813 * Tested up to: 6.9 14 14 * Requires PHP: 7.4 15 15 * WC requires at least: 4.0 16 * WC tested up to: 9.516 * WC tested up to: 10.3.6 17 17 * Requires Plugins: woocommerce 18 18 */ … … 55 55 56 56 // Define plugin constants 57 define('ATLAS_DMSG_VERSION', '2.4. 2');57 define('ATLAS_DMSG_VERSION', '2.4.3'); 58 58 define('ATLAS_DMSG_PLUGIN_DIR', plugin_dir_path(__FILE__)); 59 59 define('ATLAS_DMSG_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.