Plugin Directory

Changeset 3413439


Ignore:
Timestamp:
12/07/2025 10:03:17 AM (4 months ago)
Author:
malakontask
Message:

v2.4.3 - WordPress 6.9 and WooCommerce 10.3.6 compatibility

Location:
atlas-dynamic-messages-for-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • atlas-dynamic-messages-for-woocommerce/tags/2.4.3/README.txt

    r3408054 r3413439  
    33Tags: woocommerce, countdown, shipping, timer, urgency
    44Requires at least: 5.0
    5 Tested up to: 6.8.2
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.4.2
     7Stable tag: 2.4.3
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    135135== Changelog ==
    136136
     137= 2.4.3 =
     138* Updated: Compatibility with WordPress 6.9
     139* Updated: Compatibility with WooCommerce 10.3.6
     140
    137141= 2.4.2 =
    138142* 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  
    33 * Plugin Name: Atlas Dynamic Messages for WooCommerce
    44 * 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.2
     5 * Version: 2.4.3
    66 * Author: PluginAtlas
    77 * Author URI: https://pluginatlas.com
     
    1111 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    1212 * Requires at least: 5.0
    13  * Tested up to: 6.8
     13 * Tested up to: 6.9
    1414 * Requires PHP: 7.4
    1515 * WC requires at least: 4.0
    16  * WC tested up to: 9.5
     16 * WC tested up to: 10.3.6
    1717 * Requires Plugins: woocommerce
    1818 */
     
    5555
    5656// Define plugin constants
    57 define('ATLAS_DMSG_VERSION', '2.4.2');
     57define('ATLAS_DMSG_VERSION', '2.4.3');
    5858define('ATLAS_DMSG_PLUGIN_DIR', plugin_dir_path(__FILE__));
    5959define('ATLAS_DMSG_PLUGIN_URL', plugin_dir_url(__FILE__));
  • atlas-dynamic-messages-for-woocommerce/trunk/README.txt

    r3408054 r3413439  
    33Tags: woocommerce, countdown, shipping, timer, urgency
    44Requires at least: 5.0
    5 Tested up to: 6.8.2
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.4.2
     7Stable tag: 2.4.3
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    135135== Changelog ==
    136136
     137= 2.4.3 =
     138* Updated: Compatibility with WordPress 6.9
     139* Updated: Compatibility with WooCommerce 10.3.6
     140
    137141= 2.4.2 =
    138142* NEW: Added LiteSpeed Cache compatibility with dedicated no-cache headers
  • atlas-dynamic-messages-for-woocommerce/trunk/atlas-dynamic-messages-for-woocommerce.php

    r3408054 r3413439  
    33 * Plugin Name: Atlas Dynamic Messages for WooCommerce
    44 * 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.2
     5 * Version: 2.4.3
    66 * Author: PluginAtlas
    77 * Author URI: https://pluginatlas.com
     
    1111 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    1212 * Requires at least: 5.0
    13  * Tested up to: 6.8
     13 * Tested up to: 6.9
    1414 * Requires PHP: 7.4
    1515 * WC requires at least: 4.0
    16  * WC tested up to: 9.5
     16 * WC tested up to: 10.3.6
    1717 * Requires Plugins: woocommerce
    1818 */
     
    5555
    5656// Define plugin constants
    57 define('ATLAS_DMSG_VERSION', '2.4.2');
     57define('ATLAS_DMSG_VERSION', '2.4.3');
    5858define('ATLAS_DMSG_PLUGIN_DIR', plugin_dir_path(__FILE__));
    5959define('ATLAS_DMSG_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.