Plugin Directory

Changeset 1425105


Ignore:
Timestamp:
05/27/2016 12:40:34 AM (10 years ago)
Author:
loushou
Message:

updating version to 1.1.0
loushou

Location:
loushou-acf-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • loushou-acf-for-woocommerce/trunk/index.php

    r1422783 r1425105  
    44 * Plugin URI:  http://looseshoe.com/
    55 * Description: A plugin to integrate ACF with WooCommerce
    6  * Version:     1.0.0
     6 * Version:     1.1.0
    77 * Author:      Loushou
    88 * Author URI:  http://looseshoe.com/
     
    2525    // container for some rather static plugin data that we should only calculate once
    2626    protected $_name = null;
    27     protected $_version = '1.0.0';
     27    protected $_version = '1.1.0';
    2828    protected $_me = null;
    2929    protected $_plugin_dir = null;
  • loushou-acf-for-woocommerce/trunk/readme.txt

    r1425104 r1425105  
    7272== Changelog ==
    7373
    74 = 1.0 =
     74= 1.1.0 =
     75* [new] added ability to assign display of fields to top and bottom of Archive Product templates
     76* [new] added recursive frontend render support for flexible content and repeater fields
     77
     78= 1.0.0 =
    7579* Created an awesome plugin that hopefully others will use
Note: See TracChangeset for help on using the changeset viewer.