Plugin Directory

Changeset 3469020


Ignore:
Timestamp:
02/25/2026 03:31:04 AM (5 weeks ago)
Author:
linguise
Message:

Updating to version 2.2.27

Location:
linguise
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • linguise/tags/2.2.27/languages/linguise.pot

    r3468995 r3469020  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.26\n"
     5"Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.27\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linguise\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • linguise/tags/2.2.27/linguise.php

    r3468995 r3469020  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.26
     7 * Version:2.2.27
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/tags/2.2.27/readme.txt

    r3468995 r3469020  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.26
     6Stable tag: 2.2.27
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    108108
    109109== Changelog ==
     110= 2.2.27 =
     111- Fix:  Autocomplete issues in fibosearch
     112
    110113= 2.2.26 =
    111114- Fix: Try to re-hook order URL again
  • linguise/tags/2.2.27/src/constants.php

    r3468995 r3469020  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.26');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.27');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.26');
     7    define('LINGUISE_VERSION', '2.2.27');
    88}
  • linguise/tags/2.2.27/src/thirdparty/wc/fibosearch.php

    r3425738 r3469020  
    4949            'img_url',
    5050            'magnifier_icon',
    51             'custom_params'
     51            'custom_params',
    5252        ];
    5353
     
    6969        ];
    7070
     71        // Deny ajax_search_endpoint key
     72        $fragment_filters[] = [
     73            'key' => 'ajax_search_endpoint',
     74            'mode' => 'exact',
     75            'kind' => 'deny',
     76        ];
     77
    7178        self::$fragment_keys = $fragment_filters;
    7279    }
  • linguise/tags/2.2.27/vendor/composer/installed.php

    r3468995 r3469020  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '29f3d390b3e410db90d95c368fd6c7a1e497116e',
     6        'reference' => '1b0b2123af24aa66106972ed3631db7054e720cd',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '29f3d390b3e410db90d95c368fd6c7a1e497116e',
     34            'reference' => '1b0b2123af24aa66106972ed3631db7054e720cd',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
  • linguise/trunk/languages/linguise.pot

    r3468995 r3469020  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.26\n"
     5"Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.27\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linguise\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • linguise/trunk/linguise.php

    r3468995 r3469020  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.26
     7 * Version:2.2.27
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/trunk/readme.txt

    r3468995 r3469020  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.26
     6Stable tag: 2.2.27
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    108108
    109109== Changelog ==
     110= 2.2.27 =
     111- Fix:  Autocomplete issues in fibosearch
     112
    110113= 2.2.26 =
    111114- Fix: Try to re-hook order URL again
  • linguise/trunk/src/constants.php

    r3468995 r3469020  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.26');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.27');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.26');
     7    define('LINGUISE_VERSION', '2.2.27');
    88}
  • linguise/trunk/src/thirdparty/wc/fibosearch.php

    r3425738 r3469020  
    4949            'img_url',
    5050            'magnifier_icon',
    51             'custom_params'
     51            'custom_params',
    5252        ];
    5353
     
    6969        ];
    7070
     71        // Deny ajax_search_endpoint key
     72        $fragment_filters[] = [
     73            'key' => 'ajax_search_endpoint',
     74            'mode' => 'exact',
     75            'kind' => 'deny',
     76        ];
     77
    7178        self::$fragment_keys = $fragment_filters;
    7279    }
  • linguise/trunk/vendor/composer/installed.php

    r3468995 r3469020  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '29f3d390b3e410db90d95c368fd6c7a1e497116e',
     6        'reference' => '1b0b2123af24aa66106972ed3631db7054e720cd',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '29f3d390b3e410db90d95c368fd6c7a1e497116e',
     34            'reference' => '1b0b2123af24aa66106972ed3631db7054e720cd',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.