Plugin Directory

Changeset 3457140


Ignore:
Timestamp:
02/09/2026 01:57:10 PM (11 days ago)
Author:
camilaalvarez
Message:

version 5.3.7

Location:
visual-search
Files:
1073 added
5 edited

Legend:

Unmodified
Added
Removed
  • visual-search/trunk/impresee-creativesearch.php

    r3455680 r3457140  
    44 * Plugin URI:     https://impresee.com/woocommerce-2/
    55 * Description:    Implement an advanced and actionable search engine, powered by AI
    6  * Version:        5.3.6
     6 * Version:        5.3.7
    77 * Author:         Impresee Inc.
    88 * Author URI:     https://impresee.com
  • visual-search/trunk/impresee-creativesearch/includes/Presentation/Settings/General/GeneralSettings.php

    r3455680 r3457140  
    115115        // get filename
    116116        $filename = $this->getSnippetFilename();
    117         $src = $this->services->getIntegrationsUrl() + $filename;
     117        $src = $this->services->getIntegrationsUrl() . $filename;
    118118        $key = $this->snippet_filename_key;
    119119        // write filename
  • visual-search/trunk/impresee-creativesearch/includes/Presentation/Utils/WooProject.php

    r3455680 r3457140  
    44
    55class WooProject implements Project {
    6     const VERSION = '5.3.6';
     6    const VERSION = '5.3.7';
    77    const PROJECT_NAME = 'Creative search bar WooCommerce '.WooProject::VERSION;
    88    const DEBUG = FALSE;
  • visual-search/trunk/readme.txt

    r3455680 r3457140  
    22Contributors: Impresee
    33Tags: woocommerce, image search, search bar, visual search, product search
    4 Stable tag: 5.3.6
     4Stable tag: 5.3.7
    55Requires at least: 3.5
    66Tested up to: 6.6.1
  • visual-search/trunk/vendor/composer/installed.php

    r3455680 r3457140  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'e29df34897bafaa7ed8be28e45ee8071dbdf2776',
     6        'reference' => 'f283c45941bc90eb065be1a84770da4fb4b562b8',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => 'e29df34897bafaa7ed8be28e45ee8071dbdf2776',
     16            'reference' => 'f283c45941bc90eb065be1a84770da4fb4b562b8',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.