Changeset 2122712
- Timestamp:
- 07/14/2019 09:27:12 AM (7 years ago)
- Location:
- wp-wallcreeper/trunk
- Files:
-
- 3 edited
-
cache.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wp-wallcreeper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-wallcreeper/trunk/cache.php
r2121974 r2122712 1023 1023 // have we list to do? 1024 1024 if (! $list) { 1025 1026 1025 // generate cache list files 1027 1026 $this->debug('generate list'); … … 1063 1062 } 1064 1063 1065 if (class_exists('WooCommerce')) {1064 if (class_exists('WooCommerce')) { 1066 1065 if ($this->config['precache']['woocommerce']['product']) { 1067 1066 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 77 77 == Changelog == 78 78 79 = 1.5.1 = 80 * Fix timeout precision 81 79 82 = 1.5 = 80 83 * Support asynchronous flush -
wp-wallcreeper/trunk/wp-wallcreeper.php
r2121974 r2122712 4 4 * Plugin URI: alex.alouit.fr 5 5 * Description: High performance full page caching for Wordpress. 6 * Version: 1.5 6 * Version: 1.5.1 7 7 * Author: Alex Alouit 8 8 * Author URI: alex.alouit.fr
Note: See TracChangeset
for help on using the changeset viewer.