Plugin Directory

Changeset 3463305


Ignore:
Timestamp:
02/17/2026 10:09:55 AM (6 weeks ago)
Author:
lruizcode
Message:

Update to version 1.0.1 from GitHub

Location:
lite-shipping-counter-notice
Files:
2 deleted
4 edited
1 copied

Legend:

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

    r3463297 r3463305  
    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.0
     6 * Version:           1.0.1
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    2727 * Plugin constants.
    2828 */
    29 define( 'LSCN_VERSION', '1.0.0' );
     29define( 'LSCN_VERSION', '1.0.1' );
    3030define( 'LSCN_FILE', __FILE__ );
    3131define( 'LSCN_PATH', plugin_dir_path( __FILE__ ) );
  • lite-shipping-counter-notice/tags/1.0.1/readme.txt

    r3463297 r3463305  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.1 =
     72* Updated screenshots.
     73
    7174= 1.0.0 =
    7275* Initial release.
    73 
    74 == Upgrade Notice ==
    75 
    76 = 1.0.0 =
    77 Initial release.
  • lite-shipping-counter-notice/trunk/lite-shipping-counter-notice.php

    r3463297 r3463305  
    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.0
     6 * Version:           1.0.1
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    2727 * Plugin constants.
    2828 */
    29 define( 'LSCN_VERSION', '1.0.0' );
     29define( 'LSCN_VERSION', '1.0.1' );
    3030define( 'LSCN_FILE', __FILE__ );
    3131define( 'LSCN_PATH', plugin_dir_path( __FILE__ ) );
  • lite-shipping-counter-notice/trunk/readme.txt

    r3463297 r3463305  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.1 =
     72* Updated screenshots.
     73
    7174= 1.0.0 =
    7275* Initial release.
    73 
    74 == Upgrade Notice ==
    75 
    76 = 1.0.0 =
    77 Initial release.
Note: See TracChangeset for help on using the changeset viewer.