Plugin Directory

Changeset 2035093


Ignore:
Timestamp:
02/20/2019 01:43:43 PM (7 years ago)
Author:
avecdo
Message:

tagging version 1.4.6

Location:
avecdo-for-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • avecdo-for-woocommerce/tags/1.4.6/avecdo.php

    r2025949 r2035093  
    44 * Plugin URI: http://avecdo.com/
    55 * Description: avecdo connector plugin for WooCommerce
    6  * Version: 1.4.5
     6 * Version: 1.4.6
    77 * Author: Modified Solutions ApS
    88 * Author URI: https://www.modified.dk/
     
    3131 * @var string Version string
    3232 */
    33 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.4.5');
     33define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.4.6');
    3434
    3535/**
     
    102102    function avecdoHasBrandsPluginInstalled()
    103103    {
     104       
     105        if( !function_exists('is_plugin_active') ) {
     106            include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
     107        }       
     108   
     109       
    104110        return (
    105111            is_plugin_active('mgwoocommercebrands/mgwoocommercebrands.php') ||
  • avecdo-for-woocommerce/tags/1.4.6/readme.txt

    r2025949 r2035093  
    44Requires at least: 3.5
    55Tested up to: 5.0.2
    6 Stable tag: 1.4.5
     6Stable tag: 1.4.6
    77License: Mozilla Public License Version 2.0
    88License URI: https://www.mozilla.org/en-US/MPL/2.0/
     
    4545
    4646== Changelog ==
     47
     48= 1.4.6 =
     49* Fix issue with missing methods when checking for external plugins.
    4750
    4851= 1.4.5 =
  • avecdo-for-woocommerce/trunk/avecdo.php

    r2025949 r2035093  
    44 * Plugin URI: http://avecdo.com/
    55 * Description: avecdo connector plugin for WooCommerce
    6  * Version: 1.4.5
     6 * Version: 1.4.6
    77 * Author: Modified Solutions ApS
    88 * Author URI: https://www.modified.dk/
     
    3131 * @var string Version string
    3232 */
    33 define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.4.5');
     33define('AVECDO_WOOCOMMERCE_PLUGIN_VERSION', '1.4.6');
    3434
    3535/**
     
    102102    function avecdoHasBrandsPluginInstalled()
    103103    {
     104       
     105        if( !function_exists('is_plugin_active') ) {
     106            include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
     107        }       
     108   
     109       
    104110        return (
    105111            is_plugin_active('mgwoocommercebrands/mgwoocommercebrands.php') ||
  • avecdo-for-woocommerce/trunk/readme.txt

    r2025949 r2035093  
    44Requires at least: 3.5
    55Tested up to: 5.0.2
    6 Stable tag: 1.4.5
     6Stable tag: 1.4.6
    77License: Mozilla Public License Version 2.0
    88License URI: https://www.mozilla.org/en-US/MPL/2.0/
     
    4545
    4646== Changelog ==
     47
     48= 1.4.6 =
     49* Fix issue with missing methods when checking for external plugins.
    4750
    4851= 1.4.5 =
Note: See TracChangeset for help on using the changeset viewer.