Changeset 3427119
- Timestamp:
- 12/25/2025 06:30:40 AM (3 months ago)
- Location:
- discontinued-product-stock-status-woocommerce
- Files:
-
- 24 added
- 2 edited
-
tags/1.7.0 (added)
-
tags/1.7.0/assets (added)
-
tags/1.7.0/assets/css (added)
-
tags/1.7.0/assets/css/discontinued_products.css (added)
-
tags/1.7.0/assets/css/font-awesome.min.css (added)
-
tags/1.7.0/assets/css/sweetalert2.min.css (added)
-
tags/1.7.0/assets/images (added)
-
tags/1.7.0/assets/images/bfcm-sale-notice-img.png (added)
-
tags/1.7.0/assets/images/moneyback-badge.png (added)
-
tags/1.7.0/assets/images/saffiretech-quick-links-logo.png (added)
-
tags/1.7.0/assets/images/saffiretech_logo.png (added)
-
tags/1.7.0/assets/images/tooltip.png (added)
-
tags/1.7.0/assets/js (added)
-
tags/1.7.0/assets/js/discontinued.js (added)
-
tags/1.7.0/assets/js/dpssw-function.js (added)
-
tags/1.7.0/assets/js/sweetalert2.all.min.js (added)
-
tags/1.7.0/discontinued-products-stock-status.php (added)
-
tags/1.7.0/includes (added)
-
tags/1.7.0/includes/dpssw-functions.php (added)
-
tags/1.7.0/includes/dpssw-product-data-tabs.php (added)
-
tags/1.7.0/languages (added)
-
tags/1.7.0/languages/discontinued-products-stock-status.POT (added)
-
tags/1.7.0/readme.txt (added)
-
tags/1.7.0/wpml-config.xml (added)
-
trunk/discontinued-products-stock-status.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
discontinued-product-stock-status-woocommerce/trunk/discontinued-products-stock-status.php
r3425312 r3427119 8 8 * Requires Plugins: woocommerce 9 9 * Domain Path: /languages 10 * Stable Tag : 1. 610 * Stable Tag : 1.7.0 11 11 * Requires at least: 5.0 12 * Tested up to: 6. 812 * Tested up to: 6.9 13 13 * WC requires at least: 4.0.0 14 14 * WC tested up to: 9.9 … … 16 16 * License: GPLv3 17 17 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 18 * Version: 1. 618 * Version: 1.7.0 19 19 */ 20 20 … … 111 111 wp_enqueue_script( 'dpssw_sweet_alert_js', plugins_url( 'assets/js/sweetalert2.all.min.js', __FILE__ ), array(), '10.10.1', false ); 112 112 113 wp_enqueue_style( 'dpssw_banner_css', plugins_url( 'assets/css/font-awesome.min.css' .__FILE__ ), array(), '1.0.1' );113 wp_enqueue_style( 'dpssw_banner_css', plugins_url( 'assets/css/font-awesome.min.css', __FILE__ ), array(), '1.0.1' ); 114 114 115 115 wp_localize_script( -
discontinued-product-stock-status-woocommerce/trunk/readme.txt
r3425312 r3427119 3 3 Tags: woocommerce, products, discontinued, stock status, tools, utilities, sale, e-commerce, store, woo, shop, woo commerce. 4 4 Requires at least: 5.0 5 Tested up to: 6. 8.15 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 1. 67 Stable tag: 1.7.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 75 75 76 76 == Changelog == 77 = 1.7.0 2025-12-25 = 78 79 * Fix - Critical issue fixed 80 77 81 = 1.6 2025-12-22 = 78 82
Note: See TracChangeset
for help on using the changeset viewer.