Changeset 3429729
- Timestamp:
- 12/30/2025 04:20:19 PM (3 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
r3365924 r3429729 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 4.1. 37 Stable tag: 4.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 79 79 == Changelog == 80 <h2> Version 4.1.4| 30 Dec 2025</h2> 81 <pre> 82 Improvement: update version with wordpress . 83 </pre> 80 84 <h2> Version 4.1.3| 22 sep 2025</h2> 81 85 <pre> -
custom-checkout-layouts-for-woocommerce/trunk/woocommerce-one-page-checkout-and-layouts.php
r3365924 r3429729 6 6 Author: BluePlugins 7 7 Author URI: http://blueplugins.com 8 Version: 4.1. 38 Version: 4.1.4 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. 3' );22 define( 'CCLW_VERSION', '4.1.4' ); 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.