Changeset 864511
- Timestamp:
- 02/25/2014 06:10:39 AM (12 years ago)
- Location:
- woocommerce-customizer/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woocommerce-customizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-customizer/trunk/readme.txt
r864479 r864511 5 5 Requires at least: 3.5 6 6 Tested up to: 3.8.1 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 54 54 == Changelog == 55 55 56 = 1.2.1 = 57 * Fix missing compatibility class error 58 56 59 = 1.2 = 57 * Fix edissues with add to cart button text customizations in WooCommerce 2.160 * Fix issues with add to cart button text customizations in WooCommerce 2.1 58 61 59 62 = 1.1.1 = -
woocommerce-customizer/trunk/woocommerce-customizer.php
r864479 r864511 6 6 * Author: SkyVerge 7 7 * Author URI: http://www.skyverge.com 8 * Version: 1.2 8 * Version: 1.2.1 9 9 * Text Domain: wc-customizer 10 10 * Domain Path: /languages/ … … 73 73 74 74 /** plugin version number */ 75 const VERSION = '1.2 ';75 const VERSION = '1.2.1'; 76 76 77 77 /** var array the active filters */
Note: See TracChangeset
for help on using the changeset viewer.