Plugin Directory

Changeset 2122712


Ignore:
Timestamp:
07/14/2019 09:27:12 AM (7 years ago)
Author:
alexalouit
Message:

bugfix

Location:
wp-wallcreeper/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-wallcreeper/trunk/cache.php

    r2121974 r2122712  
    10231023        // have we list to do?
    10241024        if (! $list) {
    1025 
    10261025            // generate cache list files
    10271026            $this->debug('generate list');
     
    10631062            }
    10641063
    1065         if (class_exists('WooCommerce')) {
     1064            if (class_exists('WooCommerce')) {
    10661065                if ($this->config['precache']['woocommerce']['product']) {
    10671066                    foreach ($wpdb->get_col("SELECT `ID` FROM `{$wpdb->posts}` WHERE `post_type` = 'product' AND `post_status` = 'publish' ORDER BY `post_date_gmt` DESC, `post_modified_gmt` DESC") as $id) {
  • wp-wallcreeper/trunk/readme.txt

    r2121974 r2122712  
    7777== Changelog ==
    7878
     79= 1.5.1 =
     80* Fix timeout precision
     81
    7982= 1.5 =
    8083* Support asynchronous flush
  • wp-wallcreeper/trunk/wp-wallcreeper.php

    r2121974 r2122712  
    44* Plugin URI: alex.alouit.fr
    55* Description: High performance full page caching for Wordpress.
    6 * Version: 1.5
     6* Version: 1.5.1
    77* Author: Alex Alouit
    88* Author URI: alex.alouit.fr
Note: See TracChangeset for help on using the changeset viewer.