Plugin Directory

Changeset 3000261


Ignore:
Timestamp:
11/22/2023 03:39:11 PM (2 years ago)
Author:
a2hosting
Message:

Tagging version 3.0.7.2

Location:
a2-optimized-wp/tags/3.0.7.2
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • a2-optimized-wp/tags/3.0.7.2/a2-optimized.php

    r2999241 r3000261  
    1010 * Plugin Name: A2 Optimized WP
    1111 * Plugin URI: https://wordpress.org/plugins/a2-optimized/
    12  * Version: 3.0.7.1
     12 * Version: 3.0.7.2
    1313 * Author: A2 Hosting
    1414 * Author URI: https://www.a2hosting.com/
     
    2525
    2626define( 'A2OPT_VERSION', '3.0' );
    27 define( 'A2OPT_FULL_VERSION', '3.0.7.1' );
     27define( 'A2OPT_FULL_VERSION', '3.0.7.2' );
    2828define( 'A2OPT_MIN_PHP', '5.6' );
    2929define( 'A2OPT_MIN_WP', '5.1' );
  • a2-optimized-wp/tags/3.0.7.2/core/A2_Optimized_CacheEngine.php

    r2999241 r3000261  
    268268        }
    269269
    270 
    271270        // if cookie excluded
    272271        if ( ! empty( $_COOKIE ) ) {
     
    275274                $cookies_regex = self::$settings['excluded_cookies'];
    276275            } else {
    277                 $active_plugins = get_option('active_plugins');
    278                 if(in_array('woocommerce/woocommerce.php', $active_plugins)){
     276                if (file_exists(ABSPATH . 'wp-content/plugins/woocommerce/woocommerce.php') || class_exists( 'WooCommerce' )) {
    279277                    $cookies_regex = '/^(wp-postpass|wordpress_logged_in|comment_author|woocommerce_cart_hash|woocommerce_items_in_cart|woocommerce_recently_viewed)_/';
    280278                } else {
  • a2-optimized-wp/tags/3.0.7.2/readme.txt

    r2999627 r3000261  
    44Requires at least: 5.1
    55Tested up to: 6.4.1
    6 Stable tag: 3.0.7.1
     6Stable tag: 3.0.7.2
    77Requires PHP: 5.6
    88License: GPLv3
Note: See TracChangeset for help on using the changeset viewer.