Plugin Directory

Changeset 3003944


Ignore:
Timestamp:
11/30/2023 08:11:23 PM (2 years ago)
Author:
acteamintegrations
Message:

Version 2.5.3

Location:
activecampaign-for-woocommerce/trunk
Files:
2 added
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • activecampaign-for-woocommerce/trunk/CHANGELOG.txt

    r2963215 r3003944  
    11== Changelog ==
     2
     3== 2.5.2 2023-11-28 ==
     4* Reskin design of WooCommerce admin
     5* Do not product sync drafts
     6
     7== 2.5.1 2023-11-10 ==
     8* Bugfix for product types missing from product sync
     9* Deprecating connection option id
     10
     11== 2.5.0 2023-11-02 ==
     12* Adding save option to support logs
     13* Fixing product image URL bug
     14* Add new product segment fields
     15
     16== 2.4.10 2023-10-18 ==
     17* Fix for customer data causing COFE issues in some cases
     18* Improvement for contact sync in historical sync
     19
     20== 2.4.9 2023-10-09 ==
     21* Fixing the abandoned cart starter times
     22* Adding more clear text for abandoned cart settings
     23
     24== 2.4.8 2023-10-06 ==
     25* Workaround for custom checkouts not loading abandoned cart script
     26* Limiting extremely large numbers for ints
     27
     28== 2.4.7 2023-09-29 ==
     29* Product sync should not disappear
     30* Removing product sync beta option
     31
     32== 2.4.6 2023-09-25 ==
     33* Product and image URL fix for abandoned carts
     34
     35== 2.4.5 2023-09-19 ==
     36* Product and image URL fix orders
     37
     38== 2.4.4 2023-09-11 ==
     39* Status is now renamed Support
     40* Placing log viewer in the support page
     41* Deepdata code removed
    242
    343== 2.4.3 2023-09-01 ==
  • activecampaign-for-woocommerce/trunk/README.txt

    r3002947 r3003944  
    44Requires at least: 6.0
    55Tested up to: 6.4.1
    6 Stable tag: 2.5.2
     6Stable tag: 2.5.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    8484== Changelog ==
    8585
     86== 2.5.3 2023-11-30 ==
     87* Resolving admin visual issues related to version 2.5.2
     88
    8689== 2.5.2 2023-11-28 ==
    8790* Reskin design of WooCommerce admin
  • activecampaign-for-woocommerce/trunk/ac_vendor/autoload.php

    r3002947 r3003944  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInite2898628eb05ef5ba380204dff3c9b67::getLoader();
     7return ComposerAutoloaderInit9f546ccfbf5d4b843db246ddbd796aec::getLoader();
  • activecampaign-for-woocommerce/trunk/ac_vendor/composer/autoload_real.php

    r3002947 r3003944  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInite2898628eb05ef5ba380204dff3c9b67
     5class ComposerAutoloaderInit9f546ccfbf5d4b843db246ddbd796aec
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInite2898628eb05ef5ba380204dff3c9b67', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit9f546ccfbf5d4b843db246ddbd796aec', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInite2898628eb05ef5ba380204dff3c9b67', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit9f546ccfbf5d4b843db246ddbd796aec', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInite2898628eb05ef5ba380204dff3c9b67::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit9f546ccfbf5d4b843db246ddbd796aec::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInite2898628eb05ef5ba380204dff3c9b67::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInit9f546ccfbf5d4b843db246ddbd796aec::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequiree2898628eb05ef5ba380204dff3c9b67($fileIdentifier, $file);
     61            composerRequire9f546ccfbf5d4b843db246ddbd796aec($fileIdentifier, $file);
    6262        }
    6363
     
    6666}
    6767
    68 function composerRequiree2898628eb05ef5ba380204dff3c9b67($fileIdentifier, $file)
     68function composerRequire9f546ccfbf5d4b843db246ddbd796aec($fileIdentifier, $file)
    6969{
    7070    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • activecampaign-for-woocommerce/trunk/ac_vendor/composer/autoload_static.php

    r3002947 r3003944  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInite2898628eb05ef5ba380204dff3c9b67
     7class ComposerStaticInit9f546ccfbf5d4b843db246ddbd796aec
    88{
    99    public static $files = array (
     
    476476    {
    477477        return \Closure::bind(function () use ($loader) {
    478             $loader->prefixLengthsPsr4 = ComposerStaticInite2898628eb05ef5ba380204dff3c9b67::$prefixLengthsPsr4;
    479             $loader->prefixDirsPsr4 = ComposerStaticInite2898628eb05ef5ba380204dff3c9b67::$prefixDirsPsr4;
    480             $loader->classMap = ComposerStaticInite2898628eb05ef5ba380204dff3c9b67::$classMap;
     478            $loader->prefixLengthsPsr4 = ComposerStaticInit9f546ccfbf5d4b843db246ddbd796aec::$prefixLengthsPsr4;
     479            $loader->prefixDirsPsr4 = ComposerStaticInit9f546ccfbf5d4b843db246ddbd796aec::$prefixDirsPsr4;
     480            $loader->classMap = ComposerStaticInit9f546ccfbf5d4b843db246ddbd796aec::$classMap;
    481481
    482482        }, null, ClassLoader::class);
  • activecampaign-for-woocommerce/trunk/activecampaign-for-woocommerce.php

    r3002947 r3003944  
    1717 * Plugin URI:           https://www.activecampaign.com/
    1818 * Description:          Add Abandoned Cart functionality to your WooCommerce store, synchronize order & customer information using ActiveCampaign.
    19  * Version:              2.5.2
     19 * Version:              2.5.3
    2020 * WC requires at least: 7.4
    21  * WC tested up to:      8.2.0
     21 * WC tested up to:      8.3.1
    2222 * Requires at least:    6.0
    2323 * Requires PHP:         7.4
  • activecampaign-for-woocommerce/trunk/admin/class-activecampaign-for-woocommerce-admin.php

    r3002947 r3003944  
    124124     */
    125125    public function enqueue_styles_scripts() {
    126         wp_enqueue_style(
    127             $this->plugin_name,
    128             plugin_dir_url( __FILE__ ) . 'css/activecampaign-for-woocommerce-admin.css',
    129             array(),
    130             $this->version,
    131             'all'
    132         );
     126        global $plugin_page;
     127
     128        if ( preg_match( '/^activecampaign_for_woocommerce/i', $plugin_page ) >= 1 ) {
     129            wp_enqueue_style(
     130                $this->plugin_name,
     131                plugin_dir_url( __FILE__ ) . 'css/activecampaign-for-woocommerce-admin.css',
     132                array(),
     133                $this->version,
     134                'all'
     135            );
     136        }
    133137
    134138        /* Register scripts but do not load them until they are fetched */
  • activecampaign-for-woocommerce/trunk/includes/config/activecampaign-for-woocommerce-global-constants.php

    r3002947 r3003944  
    2626 */
    2727if ( ! defined( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION' ) ) {
    28     define( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION', '2.5.2' );
     28    define( 'ACTIVECAMPAIGN_FOR_WOOCOMMERCE_VERSION', '2.5.3' );
    2929}
    3030
Note: See TracChangeset for help on using the changeset viewer.