Plugin Directory

Changeset 3048289


Ignore:
Timestamp:
03/09/2024 03:31:45 PM (2 years ago)
Author:
eggemplo
Message:

version 1.6

Location:
woocommerce-notify-updated-product
Files:
12 added
5 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-notify-updated-product/trunk/readme.txt

    r2881195 r3048289  
    33Donate link: https://www.eggemplo.com/
    44Tags: woocommerce, notify, updated, product, notifications, emails, reports, cro
    5 Requires at least: 5.7
    6 Tested up to: 6.1.1
    7 Stable tag: 1.5.3
     5Requires at least: 5.9
     6Tested up to: 6.4.3
     7Stable tag: 1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Notify customers when their Woocommerce product are updated.
     11Keep your customers in the loop with real-time updates on their favorite WooCommerce products!
    1212
    1313== Description ==
    1414
    15 When you update a product and you need to notify the customers about this update, with the plugin the customers will receive an email.
    16 This is useful when you sell digital content and you get updates of your products.
     15Enhance your customer's shopping experience with 'WooCommerce Notify Updated Product'! Whenever you make an update to a product in your WooCommerce store, don't let your customers miss out. This essential plugin ensures that all your customers are promptly informed via email about the latest updates. Perfect for digital content sellers, this tool keeps your audience engaged and informed about the newest versions of your products, enhancing satisfaction and loyalty.
    1716
    18 Web oficial: [eggemplo](https://www.eggemplo.com/plugin/woocommerce-notify-updated-product)
     17Product info: [eggemplo](https://www.eggemplo.com/plugin/woocommerce-notify-updated-product)
    1918
    2019== Installation ==
     
    3534
    3635== Changelog ==
     36
     37= 1.6 =
     38* WordPress 6.4.3 compatible
    3739
    3840= 1.5.3 =
  • woocommerce-notify-updated-product/trunk/woo-notify-updated-product.php

    r2881195 r3048289  
    33 * woo-notify-updated-product.php
    44 *
    5  * Copyright (c) 2011,2012 Antonio Blanco http://www.eggemplo.com
     5 * Copyright (c) 2011,2012 Antonio Blanco https://www.eggemplo.com
    66 *
    77 * This code is released under the GNU General Public License.
     
    2222 * Plugin URI: https://www.eggemplo.com/plugin/woocommerce-notify-updated-product/
    2323 * Description: Notify customers when their products are updated.
    24  * Version: 1.5.3
     24 * Version: 1.6
    2525 * Author: eggemplo
    26  * Author URI: http://www.eggemplo.com
     26 * Author URI: https://www.eggemplo.com
    2727 * Text Domain: woocommerce-notify-updated-product
    2828 * Domain Path: /languages
     
    7070        } else {
    7171            add_action( 'admin_menu', array( __CLASS__, 'admin_menu' ), 40 );
    72             //call register settings function
    73             add_action( 'admin_init', array( __CLASS__, 'register_woocommerce_notify_updated_product_settings' ) );
    7472
    7573            if ( !class_exists( "WooNotifyUpdatedProduct" ) ) {
     
    8078            }
    8179        }
    82 
    83     }
    84 
    85     public static function register_woocommerce_notify_updated_product_settings() {
    8680
    8781    }
     
    241235    </div>
    242236    </div>
    243     <?php
    244     }
    245 
    246 
     237    <?php
     238    }
    247239}
    248240WooNotifyUpdatedProduct_Plugin::init();
Note: See TracChangeset for help on using the changeset viewer.