Plugin Directory

Changeset 2987364


Ignore:
Timestamp:
11/01/2023 12:37:38 PM (2 years ago)
Author:
tplugins
Message:

new version 1.0.3

Location:
tp-price-drop-notifier-for-woocommerce
Files:
80 added
2 edited

Legend:

Unmodified
Added
Removed
  • tp-price-drop-notifier-for-woocommerce/trunk/README.txt

    r2651337 r2987364  
    44Tags: product price drop,price drop,woocommerce product price drop,woocommerce price track,price track,notifier,back to stock
    55Requires at least: 4.5
    6 Tested up to: 5.8.1
    7 Stable tag: 1.0.2
     6Tested up to: 6.3.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    110110== Changelog ==
    111111
     112= 1.0.3 - Update =
     113* Update - WordPress 6.3.2 compatibility
     114* Update - WooCommerce 8.2.1 compatibility
     115
    112116= 1.0.2 - Update =
    113 
    114117* Update - WordPress 5.8.2 compatibility
    115118* Update - WooCommerce 6.0.0 compatibility
    116119
    117120= 1.0.1 - 2021-11-07 =
    118 
    119121* Update - WordPress 5.8 compatibility
    120122* Update - WooCommerce 5.8 compatibility
    121123
    122124= 1.0.0 - Released on 07 July 2021 =
    123 
    124125* Initial release
    125126
  • tp-price-drop-notifier-for-woocommerce/trunk/tp-price-drop-notifier-for-woocommerce.php

    r2651337 r2987364  
    1717 * Plugin URI:        tplugins.com
    1818 * Description:       Give your customers a new option to track product price and track product back to stock.
    19  * Version:           1.0.2
     19 * Version:           1.0.3
    2020 * Author:            TP Plugins
    2121 * Author URI:        tplugins.com/shop
     
    2525 * Domain Path:       /languages
    2626 * WC requires at least: 3.5
    27  * WC tested up to: 6.0.0
     27 * WC tested up to: 8.2.1
    2828 */
    2929
     
    3838 * Rename this for your plugin and update it as you release new versions. ********** TPPDN tppdn ***********
    3939 */
    40 define( 'TP_PRICE_DROP_NOTIFIER_FOR_WOOCOMMERCE_VERSION', '1.0.2' );
     40define( 'TP_PRICE_DROP_NOTIFIER_FOR_WOOCOMMERCE_VERSION', '1.0.3' );
    4141define('TPPDN_PLUGIN_NAME', 'TP Price Drop Notifier for WooCommerce');
    4242define('TPPDN_PLUGIN_MENU_NAME', 'TP Price Drop Notifier');
Note: See TracChangeset for help on using the changeset viewer.