Plugin Directory

Changeset 3427119


Ignore:
Timestamp:
12/25/2025 06:30:40 AM (3 months ago)
Author:
saffiretech
Message:

Critical issue Fixed

Location:
discontinued-product-stock-status-woocommerce
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • discontinued-product-stock-status-woocommerce/trunk/discontinued-products-stock-status.php

    r3425312 r3427119  
    88 * Requires Plugins: woocommerce
    99 * Domain Path: /languages
    10  * Stable Tag : 1.6
     10 * Stable Tag : 1.7.0
    1111 * Requires at least: 5.0
    12  * Tested up to: 6.8
     12 * Tested up to: 6.9
    1313 * WC requires at least: 4.0.0
    1414 * WC tested up to: 9.9
     
    1616 * License:    GPLv3
    1717 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
    18  * Version: 1.6
     18 * Version: 1.7.0
    1919 */
    2020
     
    111111    wp_enqueue_script( 'dpssw_sweet_alert_js', plugins_url( 'assets/js/sweetalert2.all.min.js', __FILE__ ), array(), '10.10.1', false );
    112112
    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' );
    114114
    115115    wp_localize_script(
  • discontinued-product-stock-status-woocommerce/trunk/readme.txt

    r3425312 r3427119  
    33Tags: woocommerce, products, discontinued, stock status, tools, utilities, sale, e-commerce, store, woo, shop, woo commerce.
    44Requires at least: 5.0
    5 Tested up to: 6.8.1
     5Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 1.6
     7Stable tag: 1.7.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7575
    7676== Changelog ==
     77= 1.7.0 2025-12-25 =
     78
     79* Fix - Critical issue fixed
     80
    7781= 1.6 2025-12-22 =
    7882
Note: See TracChangeset for help on using the changeset viewer.