Changeset 1425105
- Timestamp:
- 05/27/2016 12:40:34 AM (10 years ago)
- Location:
- loushou-acf-for-woocommerce/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
loushou-acf-for-woocommerce/trunk/index.php
r1422783 r1425105 4 4 * Plugin URI: http://looseshoe.com/ 5 5 * Description: A plugin to integrate ACF with WooCommerce 6 * Version: 1. 0.06 * Version: 1.1.0 7 7 * Author: Loushou 8 8 * Author URI: http://looseshoe.com/ … … 25 25 // container for some rather static plugin data that we should only calculate once 26 26 protected $_name = null; 27 protected $_version = '1. 0.0';27 protected $_version = '1.1.0'; 28 28 protected $_me = null; 29 29 protected $_plugin_dir = null; -
loushou-acf-for-woocommerce/trunk/readme.txt
r1425104 r1425105 72 72 == Changelog == 73 73 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 = 75 79 * Created an awesome plugin that hopefully others will use
Note: See TracChangeset
for help on using the changeset viewer.