Changeset 3048289
- Timestamp:
- 03/09/2024 03:31:45 PM (2 years ago)
- Location:
- woocommerce-notify-updated-product
- Files:
-
- 12 added
- 5 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
tags/1.6 (added)
-
tags/1.6/core (added)
-
tags/1.6/core/class-woonotifyupdatedproduct.php (added)
-
tags/1.6/core/class-wordpress-woonotifyupdatedproduct.php (added)
-
tags/1.6/languages (added)
-
tags/1.6/languages/woocommerce-notify-updated-product-es_ES.mo (added)
-
tags/1.6/languages/woocommerce-notify-updated-product-es_ES.po (added)
-
tags/1.6/readme.txt (added)
-
tags/1.6/screenshot-1.png (added)
-
tags/1.6/screenshot-2.png (added)
-
tags/1.6/screenshot-3.png (added)
-
tags/1.6/woo-notify-updated-product.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-notify-updated-product.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-notify-updated-product/trunk/readme.txt
r2881195 r3048289 3 3 Donate link: https://www.eggemplo.com/ 4 4 Tags: woocommerce, notify, updated, product, notifications, emails, reports, cro 5 Requires at least: 5. 76 Tested up to: 6. 1.17 Stable tag: 1. 5.35 Requires at least: 5.9 6 Tested up to: 6.4.3 7 Stable tag: 1.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Notify customers when their Woocommerce product are updated. 11 Keep your customers in the loop with real-time updates on their favorite WooCommerce products! 12 12 13 13 == Description == 14 14 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. 15 Enhance 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. 17 16 18 Web oficial: [eggemplo](https://www.eggemplo.com/plugin/woocommerce-notify-updated-product)17 Product info: [eggemplo](https://www.eggemplo.com/plugin/woocommerce-notify-updated-product) 19 18 20 19 == Installation == … … 35 34 36 35 == Changelog == 36 37 = 1.6 = 38 * WordPress 6.4.3 compatible 37 39 38 40 = 1.5.3 = -
woocommerce-notify-updated-product/trunk/woo-notify-updated-product.php
r2881195 r3048289 3 3 * woo-notify-updated-product.php 4 4 * 5 * Copyright (c) 2011,2012 Antonio Blanco http ://www.eggemplo.com5 * Copyright (c) 2011,2012 Antonio Blanco https://www.eggemplo.com 6 6 * 7 7 * This code is released under the GNU General Public License. … … 22 22 * Plugin URI: https://www.eggemplo.com/plugin/woocommerce-notify-updated-product/ 23 23 * Description: Notify customers when their products are updated. 24 * Version: 1. 5.324 * Version: 1.6 25 25 * Author: eggemplo 26 * Author URI: http ://www.eggemplo.com26 * Author URI: https://www.eggemplo.com 27 27 * Text Domain: woocommerce-notify-updated-product 28 28 * Domain Path: /languages … … 70 70 } else { 71 71 add_action( 'admin_menu', array( __CLASS__, 'admin_menu' ), 40 ); 72 //call register settings function73 add_action( 'admin_init', array( __CLASS__, 'register_woocommerce_notify_updated_product_settings' ) );74 72 75 73 if ( !class_exists( "WooNotifyUpdatedProduct" ) ) { … … 80 78 } 81 79 } 82 83 }84 85 public static function register_woocommerce_notify_updated_product_settings() {86 80 87 81 } … … 241 235 </div> 242 236 </div> 243 <?php 244 } 245 246 237 <?php 238 } 247 239 } 248 240 WooNotifyUpdatedProduct_Plugin::init();
Note: See TracChangeset
for help on using the changeset viewer.