Changeset 3463441
- Timestamp:
- 02/17/2026 11:44:26 AM (6 weeks ago)
- Location:
- lite-shipping-counter-notice
- Files:
-
- 18 added
- 4 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from lite-shipping-counter-notice/trunk)
-
tags/1.0.2/assets/build (added)
-
tags/1.0.2/assets/build/admin.asset.php (added)
-
tags/1.0.2/assets/build/admin.js (added)
-
tags/1.0.2/assets/build/blocks-frontend.asset.php (added)
-
tags/1.0.2/assets/build/blocks-frontend.js (added)
-
tags/1.0.2/assets/build/cart-blocks.asset.php (added)
-
tags/1.0.2/assets/build/cart-blocks.js (added)
-
tags/1.0.2/assets/build/style-admin-rtl.css (added)
-
tags/1.0.2/assets/build/style-admin.css (added)
-
tags/1.0.2/lite-shipping-counter-notice.php (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
trunk/assets/build (added)
-
trunk/assets/build/admin.asset.php (added)
-
trunk/assets/build/admin.js (added)
-
trunk/assets/build/blocks-frontend.asset.php (added)
-
trunk/assets/build/blocks-frontend.js (added)
-
trunk/assets/build/cart-blocks.asset.php (added)
-
trunk/assets/build/cart-blocks.js (added)
-
trunk/assets/build/style-admin-rtl.css (added)
-
trunk/assets/build/style-admin.css (added)
-
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.2/lite-shipping-counter-notice.php
r3463305 r3463441 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. 16 * Version: 1.0.2 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. 1' );29 define( 'LSCN_VERSION', '1.0.2' ); 30 30 define( 'LSCN_FILE', __FILE__ ); 31 31 define( 'LSCN_PATH', plugin_dir_path( __FILE__ ) ); -
lite-shipping-counter-notice/tags/1.0.2/readme.txt
r3463305 r3463441 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 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.2 = 72 * Added assets/build/ folder. 73 71 74 = 1.0.1 = 72 75 * Updated screenshots. -
lite-shipping-counter-notice/trunk/lite-shipping-counter-notice.php
r3463305 r3463441 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. 16 * Version: 1.0.2 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. 1' );29 define( 'LSCN_VERSION', '1.0.2' ); 30 30 define( 'LSCN_FILE', __FILE__ ); 31 31 define( 'LSCN_PATH', plugin_dir_path( __FILE__ ) ); -
lite-shipping-counter-notice/trunk/readme.txt
r3463305 r3463441 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 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.2 = 72 * Added assets/build/ folder. 73 71 74 = 1.0.1 = 72 75 * Updated screenshots.
Note: See TracChangeset
for help on using the changeset viewer.