Plugin Directory

Changeset 3463441


Ignore:
Timestamp:
02/17/2026 11:44:26 AM (6 weeks ago)
Author:
lruizcode
Message:

Update to version 1.0.2 from GitHub

Location:
lite-shipping-counter-notice
Files:
18 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • lite-shipping-counter-notice/tags/1.0.2/lite-shipping-counter-notice.php

    r3463305 r3463441  
    44 * Plugin URI:        https://wordpress.org/plugins/lite-shipping-counter-notice/
    55 * Description:       Lightweight notice for WooCommerce that shows how much is left to unlock free shipping.
    6  * Version:           1.0.1
     6 * Version:           1.0.2
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    2727 * Plugin constants.
    2828 */
    29 define( 'LSCN_VERSION', '1.0.1' );
     29define( 'LSCN_VERSION', '1.0.2' );
    3030define( 'LSCN_FILE', __FILE__ );
    3131define( 'LSCN_PATH', plugin_dir_path( __FILE__ ) );
  • lite-shipping-counter-notice/tags/1.0.2/readme.txt

    r3463305 r3463441  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.2 =
     72* Added assets/build/ folder.
     73
    7174= 1.0.1 =
    7275* Updated screenshots.
  • lite-shipping-counter-notice/trunk/lite-shipping-counter-notice.php

    r3463305 r3463441  
    44 * Plugin URI:        https://wordpress.org/plugins/lite-shipping-counter-notice/
    55 * Description:       Lightweight notice for WooCommerce that shows how much is left to unlock free shipping.
    6  * Version:           1.0.1
     6 * Version:           1.0.2
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    2727 * Plugin constants.
    2828 */
    29 define( 'LSCN_VERSION', '1.0.1' );
     29define( 'LSCN_VERSION', '1.0.2' );
    3030define( 'LSCN_FILE', __FILE__ );
    3131define( 'LSCN_PATH', plugin_dir_path( __FILE__ ) );
  • lite-shipping-counter-notice/trunk/readme.txt

    r3463305 r3463441  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.2 =
     72* Added assets/build/ folder.
     73
    7174= 1.0.1 =
    7275* Updated screenshots.
Note: See TracChangeset for help on using the changeset viewer.