Plugin Directory

Changeset 3148770


Ignore:
Timestamp:
09/09/2024 03:01:10 PM (18 months ago)
Author:
visidea
Message:

2.1.5

Location:
visidea
Files:
215 added
3 edited

Legend:

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

    r3148685 r3148770  
    221221              $mpn . ';' .
    222222              $ean . ';' .
    223               '"'.Visidea::sanitizeString($item->get_name()) . '";' .
     223              Visidea::sanitizeString($item->get_name()) . ';' .
    224224              '"'.$brand_ids.'";' .
    225               '"'.$brand_names.'";';
     225              Visidea::sanitizeString($brand_names).';';
    226226
    227227    if ($item->is_type('variable')) {
  • visidea/trunk/readme.txt

    r3148685 r3148770  
    66Tested up to: 6.6
    77Requires PHP: 7.0
    8 Stable tag: 2.1.4
     8Stable tag: 2.1.5
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9696
    9797== Changelog ==
     98
     99= 2.1.5 2024-09-09 =
     100Export fix
    98101
    99102= 2.1.4 2024-09-09 =
  • visidea/trunk/visidea.php

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