Changeset 3339293
- Timestamp:
- 08/04/2025 11:17:08 PM (8 months ago)
- Location:
- custom-checkout-layouts-for-woocommerce/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woocommerce-one-page-checkout-and-layouts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-checkout-layouts-for-woocommerce/trunk/readme.txt
r3338205 r3339293 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 4.1. 07 Stable tag: 4.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 84 84 == Changelog == 85 <h2> Version 4.1.1| 0 2Aug 2025</h2>85 <h2> Version 4.1.1| 04 Aug 2025</h2> 86 86 <pre> 87 87 Improvement: error fix for version 4.1.0 . -
custom-checkout-layouts-for-woocommerce/trunk/woocommerce-one-page-checkout-and-layouts.php
r3337583 r3339293 6 6 Author: BluePlugins 7 7 Author URI: http://blueplugins.com 8 Version: 4.1. 08 Version: 4.1.1 9 9 License:GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 20 20 21 21 22 define( 'CCLW_VERSION', '4.1. 0' );22 define( 'CCLW_VERSION', '4.1.1' ); 23 23 define('CCLW_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 24 24 define('CCLW_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.