Changeset 3211016
- Timestamp:
- 12/20/2024 12:05:49 PM (3 months ago)
- Location:
- visidea
- Files:
-
- 215 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
visidea/trunk/public/class-visidea-public.php
r3204091 r3211016 85 85 86 86 // Load library from the CDN 87 wp_register_script('visidea_plugin', 'https://cdn.visidea.ai/js-visidea/js-visidea-3. 4.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.5.0.min.js', array(), $this->version, array('in_footer' => true, 'strategy' => 'defer')); 88 88 wp_enqueue_script('visidea_plugin'); 89 89 -
visidea/trunk/readme.txt
r3204091 r3211016 6 6 Tested up to: 6.6 7 7 Requires PHP: 7.0 8 Stable tag: 2.1.1 08 Stable tag: 2.1.11 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 96 96 97 97 == Changelog == 98 99 = 2.1.11 2024-12-20 = 100 Banner management 98 101 99 102 = 2.1.10 2024-12-07 = -
visidea/trunk/visidea.php
r3204091 r3211016 5 5 * Plugin URI: https://visidea.ai 6 6 * Description: Visidea is the search and recommendations plugin for WooCommerce. Visidea improves UX and increases the revenues of your website. 7 * Version: 2.1.1 07 * Version: 2.1.11 8 8 * Author: Inferendo 9 9 * Author URI: https://visidea.ai … … 27 27 * Current Visidea version. 28 28 */ 29 define('VISIDEA_VERSION', '2.1.1 0');29 define('VISIDEA_VERSION', '2.1.11'); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.