Changeset 910513
- Timestamp:
- 05/08/2014 02:16:32 PM (12 years ago)
- Location:
- woocommerce-product-faqs
- Files:
-
- 3 edited
- 6 copied
-
tags/2.0.4 (copied) (copied from woocommerce-product-faqs/trunk)
-
tags/2.0.4/README.txt (copied) (copied from woocommerce-product-faqs/trunk/README.txt) (2 diffs)
-
tags/2.0.4/admin/class-woocommerce-product-faqs-admin.php (copied) (copied from woocommerce-product-faqs/trunk/admin/class-woocommerce-product-faqs-admin.php)
-
tags/2.0.4/admin/views/admin-class.php (copied) (copied from woocommerce-product-faqs/trunk/admin/views/admin-class.php)
-
tags/2.0.4/public/class-woocommerce-product-faqs.php (copied) (copied from woocommerce-product-faqs/trunk/public/class-woocommerce-product-faqs.php) (2 diffs)
-
tags/2.0.4/woocommerce-faqs.php (copied) (copied from woocommerce-product-faqs/trunk/woocommerce-faqs.php) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/public/class-woocommerce-product-faqs.php (modified) (2 diffs)
-
trunk/woocommerce-faqs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-product-faqs/tags/2.0.4/README.txt
r905903 r910513 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.9 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 114 114 115 115 == Changelog == 116 117 = 2.0.4 = 118 Resolved fatal error when Woo is deactivated 119 120 = 2.0.3 = 121 Resolved fatal error with PHP 5.2 116 122 117 123 = 2.0 = -
woocommerce-product-faqs/tags/2.0.4/public/class-woocommerce-product-faqs.php
r905903 r910513 31 31 * @var string 32 32 */ 33 const VERSION = '2.0. 3';33 const VERSION = '2.0.4'; 34 34 35 35 /** … … 116 116 */ 117 117 private function __construct() { 118 119 //deactivate if Woo's class doesn't exist 120 if( !class_exists( 'WooCommerce' ) ) { deactivate_plugins( 'woocommerce-product-faqs/woocommerce-faqs.php' ); } 118 121 119 122 // Load plugin text domain -
woocommerce-product-faqs/tags/2.0.4/woocommerce-faqs.php
r905903 r910513 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. 318 * Version: 2.0.4 19 19 * Author: Josh Levinson 20 20 * Author URI: http://joshlevinson.me -
woocommerce-product-faqs/trunk/README.txt
r905903 r910513 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.9 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 114 114 115 115 == Changelog == 116 117 = 2.0.4 = 118 Resolved fatal error when Woo is deactivated 119 120 = 2.0.3 = 121 Resolved fatal error with PHP 5.2 116 122 117 123 = 2.0 = -
woocommerce-product-faqs/trunk/public/class-woocommerce-product-faqs.php
r905903 r910513 31 31 * @var string 32 32 */ 33 const VERSION = '2.0. 3';33 const VERSION = '2.0.4'; 34 34 35 35 /** … … 116 116 */ 117 117 private function __construct() { 118 119 //deactivate if Woo's class doesn't exist 120 if( !class_exists( 'WooCommerce' ) ) { deactivate_plugins( 'woocommerce-product-faqs/woocommerce-faqs.php' ); } 118 121 119 122 // Load plugin text domain -
woocommerce-product-faqs/trunk/woocommerce-faqs.php
r905903 r910513 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. 318 * Version: 2.0.4 19 19 * Author: Josh Levinson 20 20 * Author URI: http://joshlevinson.me
Note: See TracChangeset
for help on using the changeset viewer.