Changeset 3463305
- Timestamp:
- 02/17/2026 10:09:55 AM (6 weeks ago)
- Location:
- lite-shipping-counter-notice
- Files:
-
- 2 deleted
- 4 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from lite-shipping-counter-notice/trunk)
-
tags/1.0.1/.codex (deleted)
-
tags/1.0.1/lite-shipping-counter-notice.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/.codex (deleted)
-
trunk/lite-shipping-counter-notice.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lite-shipping-counter-notice/tags/1.0.1/lite-shipping-counter-notice.php
r3463297 r3463305 4 4 * Plugin URI: https://wordpress.org/plugins/lite-shipping-counter-notice/ 5 5 * Description: Lightweight notice for WooCommerce that shows how much is left to unlock free shipping. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 27 27 * Plugin constants. 28 28 */ 29 define( 'LSCN_VERSION', '1.0. 0' );29 define( 'LSCN_VERSION', '1.0.1' ); 30 30 define( 'LSCN_FILE', __FILE__ ); 31 31 define( 'LSCN_PATH', plugin_dir_path( __FILE__ ) ); -
lite-shipping-counter-notice/tags/1.0.1/readme.txt
r3463297 r3463305 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 71 = 1.0.1 = 72 * Updated screenshots. 73 71 74 = 1.0.0 = 72 75 * 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 4 4 * Plugin URI: https://wordpress.org/plugins/lite-shipping-counter-notice/ 5 5 * Description: Lightweight notice for WooCommerce that shows how much is left to unlock free shipping. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 27 27 * Plugin constants. 28 28 */ 29 define( 'LSCN_VERSION', '1.0. 0' );29 define( 'LSCN_VERSION', '1.0.1' ); 30 30 define( 'LSCN_FILE', __FILE__ ); 31 31 define( 'LSCN_PATH', plugin_dir_path( __FILE__ ) ); -
lite-shipping-counter-notice/trunk/readme.txt
r3463297 r3463305 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 71 = 1.0.1 = 72 * Updated screenshots. 73 71 74 = 1.0.0 = 72 75 * Initial release. 73 74 == Upgrade Notice ==75 76 = 1.0.0 =77 Initial release.
Note: See TracChangeset
for help on using the changeset viewer.