Changeset 3439423
- Timestamp:
- 01/14/2026 10:51:43 AM (3 months ago)
- Location:
- fastcache-by-host-it/tags/1.5.7
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from fastcache-by-host-it/trunk)
-
README.txt (modified) (2 diffs)
-
fastcache.php (modified) (2 diffs)
-
src/Host/public/workarounds.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fastcache-by-host-it/tags/1.5.7/README.txt
r3421832 r3439423 5 5 Tested up to: 6.9.0 6 6 Requires PHP: 8.0 7 Stable Tag: 1.5. 67 Stable Tag: 1.5.7 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 132 132 133 133 == Changelog == 134 1.5.7 135 Fix for YithWishList 136 134 137 1.5.6 135 138 Wrong config -
fastcache-by-host-it/tags/1.5.7/fastcache.php
r3421832 r3439423 17 17 * Plugin URI: https://fastcache.host.it/wordpress/ 18 18 * Description: Abilita il tuo sito Wordpress alla prima vera CDN realizzata PER Wordpress e configurata AD-HOC per il tuo sito. Il massimo della velocità senza difficoltà di setup. 19 * Version: 1.5. 619 * Version: 1.5.7 20 20 * Author: Host.it and JExtensions Store - Alessandro Poletto 21 21 * Author URI: https://fastcache.host.it/alessandropoletto/ … … 44 44 define ( '_WP_EXEC', '1' ); 45 45 define ( '_FASTCACHE_EXEC', 1 ); 46 define ( 'FASTCACHE_VERSION', '1.5. 6' );46 define ( 'FASTCACHE_VERSION', '1.5.7' ); 47 47 define ( 'FASTCACHE_FILE_PATH', __FILE__ ); 48 48 -
fastcache-by-host-it/tags/1.5.7/src/Host/public/workarounds.class.php
r3417545 r3439423 12 12 public function identify() { 13 13 if (defined ( 'WOOCOMMERCE_VERSION' ) && defined ( 'YITH_WCWL' )) { 14 require_once plugin_dir_path ( dirname ( __FILE__ ) ) . 'workarounds/ yithwcwl.class.php';14 require_once plugin_dir_path ( dirname ( __FILE__ ) ) . 'workarounds/Yithwcwl.class.php'; 15 15 $yith = new Yith_Wishlist (); 16 16 $yith->sub_add_to_wishlist ();
Note: See TracChangeset
for help on using the changeset viewer.