Plugin Directory

Changeset 3457382


Ignore:
Timestamp:
02/09/2026 07:28:12 PM (11 days ago)
Author:
camilaalvarez
Message:

version 5.3.9

Location:
visual-search
Files:
1073 added
5 edited

Legend:

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

    r3457370 r3457382  
    44 * Plugin URI:     https://impresee.com/woocommerce-2/
    55 * Description:    Implement an advanced and actionable search engine, powered by AI
    6  * Version:        5.3.8
     6 * Version:        5.3.9
    77 * Author:         Impresee Inc.
    88 * Author URI:     https://impresee.com
  • visual-search/trunk/impresee-creativesearch/includes/Presentation/Utils/WooProject.php

    r3457370 r3457382  
    44
    55class WooProject implements Project {
    6     const VERSION = '5.3.8';
     6    const VERSION = '5.3.9';
    77    const PROJECT_NAME = 'Creative search bar WooCommerce '.WooProject::VERSION;
    88    const DEBUG = FALSE;
  • visual-search/trunk/impresee-creativesearch/includes/WooDependencyInjectionController.php

    r3455680 r3457382  
    7777                $get_indexation_repository = $c->get(\Impresee\CreativeSearchBar\Domain\UseCases\GetIndexationConfiguration::class);
    7878                $get_create_account_url = $c->get(\Impresee\CreativeSearchBar\Domain\UseCases\GetCreateImpreseeAccountUrl::class);
    79                 $get_snippet_filename =  $c->get(\Impresee\CreativeSearchBar\Domain\UseCases\GetImpreseeSnippetFilename::class);
    80                 $plugin_utils = $c->get(\SEE\WC\CreativeSearch\Presentation\Utils\PluginUtils::class);
    81                 $callbacks = $c->get(\SEE\WC\CreativeSearch\Presentation\Utils\Callbacks::class);
    82                 $services = $c->get(\Impresee\CreativeSearchBar\Core\Constants\Services::class);
     79                $plugin_utils = $c->get(\SEE\WC\CreativeSearch\Presentation\Utils\PluginUtils::class);
     80                $callbacks = $c->get(\SEE\WC\CreativeSearch\Presentation\Utils\Callbacks::class);
    8381                return new \SEE\WC\CreativeSearch\Presentation\Settings\General\GeneralSettings(
    8482                    $get_impresee_configuration,
     
    8684                    $get_indexation_repository,
    8785                    $get_create_account_url,
    88                     $get_snippet_filename,
    89                     $plugin_utils,
    90                     $callbacks,
    91                     $services
     86                    $plugin_utils,
     87                    $callbacks
    9288                );
    9389            });
  • visual-search/trunk/readme.txt

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

    r3457370 r3457382  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '96c2c5b248ff28271053eb24838ba08763b2ef8d',
     6        'reference' => '07129806027e3e044d810035287d2c00fdf07812',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '96c2c5b248ff28271053eb24838ba08763b2ef8d',
     16            'reference' => '07129806027e3e044d810035287d2c00fdf07812',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.