Plugin Directory

Changeset 3245645


Ignore:
Timestamp:
02/24/2025 10:37:54 AM (13 months ago)
Author:
visidea
Message:

2.1.15

Location:
visidea
Files:
215 added
3 edited

Legend:

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

    r3224275 r3245645  
    8585
    8686    // Load library from the CDN
    87     wp_register_script('visidea_plugin', 'https://cdn.visidea.ai/js-visidea/js-visidea-3.5.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.6.0.min.js', array(), $this->version, array('in_footer' => true, 'strategy' => 'defer'));
    8888    wp_enqueue_script('visidea_plugin');
    8989
     
    142142    $user_id = get_current_user_id();
    143143    echo '<div class="visidea-search-bar" language="'.substr(get_locale(),0,2).'" user_id="'.$user_id.'"></div>';
     144    echo '<script type="text/javascript">window.visidea_nonce = "'.wp_create_nonce( 'add_to_cart' ).'";</script>';
    144145  }
    145146
  • visidea/trunk/readme.txt

    r3240028 r3245645  
    66Tested up to: 6.6
    77Requires PHP: 7.0
    8 Stable tag: 2.1.14
     8Stable tag: 2.1.15
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9696
    9797== Changelog ==
     98
     99= 2.1.15 2025-02-24 =
     100Add to cart button improvement
    98101
    99102= 2.1.14 2025-02-13 =
  • visidea/trunk/visidea.php

    r3240028 r3245645  
    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.14
     7 * Version: 2.1.15
    88 * Author: Inferendo
    99 * Author URI: https://visidea.ai
     
    2727 * Current Visidea version.
    2828 */
    29 define('VISIDEA_VERSION', '2.1.14');
     29define('VISIDEA_VERSION', '2.1.15');
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.