Plugin Directory

Changeset 864511


Ignore:
Timestamp:
02/25/2014 06:10:39 AM (12 years ago)
Author:
maxrice
Message:

bump version to 1.2.1

Location:
woocommerce-customizer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-customizer/trunk/readme.txt

    r864479 r864511  
    55Requires at least: 3.5
    66Tested up to: 3.8.1
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5454== Changelog ==
    5555
     56= 1.2.1 =
     57* Fix missing compatibility class error
     58
    5659= 1.2 =
    57 * Fixed issues with add to cart button text customizations in WooCommerce 2.1
     60* Fix issues with add to cart button text customizations in WooCommerce 2.1
    5861
    5962= 1.1.1 =
  • woocommerce-customizer/trunk/woocommerce-customizer.php

    r864479 r864511  
    66 * Author: SkyVerge
    77 * Author URI: http://www.skyverge.com
    8  * Version: 1.2
     8 * Version: 1.2.1
    99 * Text Domain: wc-customizer
    1010 * Domain Path: /languages/
     
    7373
    7474    /** plugin version number */
    75     const VERSION = '1.2';
     75    const VERSION = '1.2.1';
    7676
    7777    /** var array the active filters */
Note: See TracChangeset for help on using the changeset viewer.