Plugin Directory

Changeset 3439423


Ignore:
Timestamp:
01/14/2026 10:51:43 AM (3 months ago)
Author:
hostspa
Message:

Fix for WishList Yith Workaround

Location:
fastcache-by-host-it/tags/1.5.7
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fastcache-by-host-it/tags/1.5.7/README.txt

    r3421832 r3439423  
    55Tested up to: 6.9.0
    66Requires PHP: 8.0
    7 Stable Tag: 1.5.6
     7Stable Tag: 1.5.7
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    132132
    133133== Changelog ==
     1341.5.7
     135Fix for YithWishList
     136
    1341371.5.6
    135138Wrong config
  • fastcache-by-host-it/tags/1.5.7/fastcache.php

    r3421832 r3439423  
    1717 * Plugin URI:        https://fastcache.host.it/wordpress/
    1818 * 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.6
     19 * Version:           1.5.7
    2020 * Author:            Host.it and JExtensions Store - Alessandro Poletto
    2121 * Author URI:        https://fastcache.host.it/alessandropoletto/
     
    4444define ( '_WP_EXEC', '1' );
    4545define ( '_FASTCACHE_EXEC', 1 );
    46 define ( 'FASTCACHE_VERSION', '1.5.6' );
     46define ( 'FASTCACHE_VERSION', '1.5.7' );
    4747define ( 'FASTCACHE_FILE_PATH', __FILE__ );
    4848
  • fastcache-by-host-it/tags/1.5.7/src/Host/public/workarounds.class.php

    r3417545 r3439423  
    1212    public function identify() {
    1313        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';
    1515            $yith = new Yith_Wishlist ();
    1616            $yith->sub_add_to_wishlist ();
Note: See TracChangeset for help on using the changeset viewer.