Plugin Directory

Changeset 2550201


Ignore:
Timestamp:
06/18/2021 04:42:25 AM (5 years ago)
Author:
motpr355
Message:

1.0.10 version

Location:
woo-sale-product-info
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woo-sale-product-info/tags/1.0.10/readme.txt

    r2315107 r2550201  
    33Tags: WooCommerce, E-commerce, product, sale product, sale product list, product list, sale product tag, sale product info, WooCommerce product
    44Requires at least: 4.0
    5 Tested up to: 5.4
     5Tested up to: 5.7
    66Requires PHP : 5.4
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99
  • woo-sale-product-info/tags/1.0.10/woo-sale-product-info.php

    r2315107 r2550201  
    33Plugin Name: WooCommerce sale product info
    44Description: Customize WooCommerce products "Sale" tag.
    5 Version: 1.0.9
     5Version: 1.0.10
    66Author: Motpr355
    77Text Domain: woo-sale-product-info
    88Domain Path: /languages/
    99License: GPLv2 or later
     10WC requires at least: 3.4.3
     11WC tested up to: 5.4.1
    1012*/
    1113
     
    172174                    plugins_url( 'js/admin.js', __FILE__ ),
    173175                    array( 'wp-color-picker' ),
    174                     '1.0.9',
     176                    '1.0.10',
    175177                    true
    176178                );
     
    185187                    plugins_url( 'js/admin-extensions.js', __FILE__ ),
    186188                    array(),
    187                     '1.0.9',
     189                    '1.0.10',
    188190                    true
    189191                );
     
    213215                plugins_url( 'css/admin.css', __FILE__ ),
    214216                array(),
    215                 '1.0.9'
     217                '1.0.10'
    216218            );
    217219            wp_enqueue_style( 'motpr355_woo_sale_product_info_style' );
  • woo-sale-product-info/trunk/readme.txt

    r2315107 r2550201  
    33Tags: WooCommerce, E-commerce, product, sale product, sale product list, product list, sale product tag, sale product info, WooCommerce product
    44Requires at least: 4.0
    5 Tested up to: 5.4
     5Tested up to: 5.7
    66Requires PHP : 5.4
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99
  • woo-sale-product-info/trunk/woo-sale-product-info.php

    r2315107 r2550201  
    33Plugin Name: WooCommerce sale product info
    44Description: Customize WooCommerce products "Sale" tag.
    5 Version: 1.0.9
     5Version: 1.0.10
    66Author: Motpr355
    77Text Domain: woo-sale-product-info
    88Domain Path: /languages/
    99License: GPLv2 or later
     10WC requires at least: 3.4.3
     11WC tested up to: 5.4.1
    1012*/
    1113
     
    172174                    plugins_url( 'js/admin.js', __FILE__ ),
    173175                    array( 'wp-color-picker' ),
    174                     '1.0.9',
     176                    '1.0.10',
    175177                    true
    176178                );
     
    185187                    plugins_url( 'js/admin-extensions.js', __FILE__ ),
    186188                    array(),
    187                     '1.0.9',
     189                    '1.0.10',
    188190                    true
    189191                );
     
    213215                plugins_url( 'css/admin.css', __FILE__ ),
    214216                array(),
    215                 '1.0.9'
     217                '1.0.10'
    216218            );
    217219            wp_enqueue_style( 'motpr355_woo_sale_product_info_style' );
Note: See TracChangeset for help on using the changeset viewer.