Changeset 2035093
- Timestamp:
- 02/20/2019 01:43:43 PM (7 years ago)
- Location:
- avecdo-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.6 (copied) (copied from avecdo-for-woocommerce/trunk)
-
tags/1.4.6/avecdo.php (modified) (3 diffs)
-
tags/1.4.6/readme.txt (modified) (2 diffs)
-
trunk/avecdo.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
avecdo-for-woocommerce/tags/1.4.6/avecdo.php
r2025949 r2035093 4 4 * Plugin URI: http://avecdo.com/ 5 5 * Description: avecdo connector plugin for WooCommerce 6 * Version: 1.4. 56 * Version: 1.4.6 7 7 * Author: Modified Solutions ApS 8 8 * Author URI: https://www.modified.dk/ … … 31 31 * @var string Version string 32 32 */ 33 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.4. 5');33 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.4.6'); 34 34 35 35 /** … … 102 102 function avecdoHasBrandsPluginInstalled() 103 103 { 104 105 if( !function_exists('is_plugin_active') ) { 106 include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 107 } 108 109 104 110 return ( 105 111 is_plugin_active('mgwoocommercebrands/mgwoocommercebrands.php') || -
avecdo-for-woocommerce/tags/1.4.6/readme.txt
r2025949 r2035093 4 4 Requires at least: 3.5 5 5 Tested up to: 5.0.2 6 Stable tag: 1.4. 56 Stable tag: 1.4.6 7 7 License: Mozilla Public License Version 2.0 8 8 License URI: https://www.mozilla.org/en-US/MPL/2.0/ … … 45 45 46 46 == Changelog == 47 48 = 1.4.6 = 49 * Fix issue with missing methods when checking for external plugins. 47 50 48 51 = 1.4.5 = -
avecdo-for-woocommerce/trunk/avecdo.php
r2025949 r2035093 4 4 * Plugin URI: http://avecdo.com/ 5 5 * Description: avecdo connector plugin for WooCommerce 6 * Version: 1.4. 56 * Version: 1.4.6 7 7 * Author: Modified Solutions ApS 8 8 * Author URI: https://www.modified.dk/ … … 31 31 * @var string Version string 32 32 */ 33 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.4. 5');33 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.4.6'); 34 34 35 35 /** … … 102 102 function avecdoHasBrandsPluginInstalled() 103 103 { 104 105 if( !function_exists('is_plugin_active') ) { 106 include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 107 } 108 109 104 110 return ( 105 111 is_plugin_active('mgwoocommercebrands/mgwoocommercebrands.php') || -
avecdo-for-woocommerce/trunk/readme.txt
r2025949 r2035093 4 4 Requires at least: 3.5 5 5 Tested up to: 5.0.2 6 Stable tag: 1.4. 56 Stable tag: 1.4.6 7 7 License: Mozilla Public License Version 2.0 8 8 License URI: https://www.mozilla.org/en-US/MPL/2.0/ … … 45 45 46 46 == Changelog == 47 48 = 1.4.6 = 49 * Fix issue with missing methods when checking for external plugins. 47 50 48 51 = 1.4.5 =
Note: See TracChangeset
for help on using the changeset viewer.