Plugin Directory

Changeset 3320710


Ignore:
Timestamp:
07/01/2025 02:50:21 PM (8 months ago)
Author:
visidea
Message:

2.1.25

Location:
visidea
Files:
216 added
3 edited

Legend:

Unmodified
Added
Removed
  • visidea/trunk/public/class-visidea-public.php

    r3292547 r3320710  
    8585
    8686    // Load library from the CDN
    87     wp_register_script('visidea_plugin', 'https://cdn.visidea.ai/js-visidea/js-visidea-3.9.0.min.js', array(), $this->version, array('in_footer' => true, 'strategy' => 'defer'));
     87    wp_register_script('visidea_plugin', 'https://cdn.visidea.ai/js-visidea/js-visidea-3.11.0.min.js', array(), $this->version, array('in_footer' => true, 'strategy' => 'defer'));
    8888    wp_enqueue_script('visidea_plugin');
    8989
  • visidea/trunk/readme.txt

    r3318888 r3320710  
    9797== Changelog ==
    9898
     99= 2.1.25 2025-07-01 =
     100New javascript version
     101
    99102= 2.1.24 2025-06-27 =
    100103Stability improvement for multi store configuration
  • visidea/trunk/visidea.php

    r3318888 r3320710  
    55 * Plugin URI: https://visidea.ai
    66 * Description: Visidea is the search and recommendations plugin for WooCommerce. Visidea improves UX and increases the revenues of your website.
    7  * Version: 2.1.24
     7 * Version: 2.1.25
    88 * Author: Inferendo
    99 * Author URI: https://visidea.ai
     
    2727 * Current Visidea version.
    2828 */
    29 define('VISIDEA_VERSION', '2.1.24');
     29define('VISIDEA_VERSION', '2.1.25');
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.