Plugin Directory

Changeset 3290555


Ignore:
Timestamp:
05/09/2025 02:27:51 PM (8 months ago)
Author:
visidea
Message:

2.1.20

Location:
visidea
Files:
215 added
3 edited

Legend:

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

    r3289919 r3290555  
    8585
    8686    // Load library from the CDN
    87     wp_register_script('visidea_plugin', 'https://cdn.visidea.ai/js-visidea/js-visidea-3.8.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.9.0.min.js', array(), $this->version, array('in_footer' => true, 'strategy' => 'defer'));
    8888    wp_enqueue_script('visidea_plugin');
    8989
     
    160160   *
    161161   * Usage: [visidea_recommendations page="product"]
    162    * @since 2.1.19
     162   * @since 2.1.20
    163163   */
    164164  public function visidea_recommendations_shortcode($atts = []) {
     
    209209        'visidea_recommendation'
    210210    );
    211     var_dump($atts);
    212211
    213212    $user_id = get_current_user_id();
  • visidea/trunk/readme.txt

    r3289919 r3290555  
    66Tested up to: 6.6
    77Requires PHP: 7.0
    8 Stable tag: 2.1.19
     8Stable tag: 2.1.20
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9696
    9797== Changelog ==
     98
     99= 2.1.20 2025-05-09 =
     100New javascript library
    98101
    99102= 2.1.19 2025-05-08 =
  • visidea/trunk/visidea.php

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