Changeset 888841
- Timestamp:
- 04/07/2014 04:07:32 PM (12 years ago)
- Location:
- woocommerce-product-faqs
- Files:
-
- 4 edited
-
tags/2.0.1/public/class-woocommerce-product-faqs.php (modified) (1 diff)
-
tags/2.0.1/woocommerce-faqs.php (modified) (1 diff)
-
trunk/public/class-woocommerce-product-faqs.php (modified) (1 diff)
-
trunk/woocommerce-faqs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-product-faqs/tags/2.0.1/public/class-woocommerce-product-faqs.php
r888522 r888841 31 31 * @var string 32 32 */ 33 const VERSION = '2.0 ';33 const VERSION = '2.0.1'; 34 34 35 35 /** -
woocommerce-product-faqs/tags/2.0.1/woocommerce-faqs.php
r886901 r888841 16 16 * Plugin URI: http://redactweb.com/woocommerce-faqs 17 17 * Description: Enables your WooComerce powered site to utilize a FAQ 18 * Version: 2.0 18 * Version: 2.0.1 19 19 * Author: Josh Levinson 20 20 * Author URI: http://joshlevinson.me -
woocommerce-product-faqs/trunk/public/class-woocommerce-product-faqs.php
r888522 r888841 31 31 * @var string 32 32 */ 33 const VERSION = '2.0 ';33 const VERSION = '2.0.1'; 34 34 35 35 /** -
woocommerce-product-faqs/trunk/woocommerce-faqs.php
r886901 r888841 16 16 * Plugin URI: http://redactweb.com/woocommerce-faqs 17 17 * Description: Enables your WooComerce powered site to utilize a FAQ 18 * Version: 2.0 18 * Version: 2.0.1 19 19 * Author: Josh Levinson 20 20 * Author URI: http://joshlevinson.me
Note: See TracChangeset
for help on using the changeset viewer.