Changeset 3469020
- Timestamp:
- 02/25/2026 03:31:04 AM (5 weeks ago)
- Location:
- linguise
- Files:
-
- 12 edited
- 1 copied
-
tags/2.2.27 (copied) (copied from linguise/trunk)
-
tags/2.2.27/languages/linguise.pot (modified) (1 diff)
-
tags/2.2.27/linguise.php (modified) (1 diff)
-
tags/2.2.27/readme.txt (modified) (2 diffs)
-
tags/2.2.27/src/constants.php (modified) (1 diff)
-
tags/2.2.27/src/thirdparty/wc/fibosearch.php (modified) (2 diffs)
-
tags/2.2.27/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/languages/linguise.pot (modified) (1 diff)
-
trunk/linguise.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/constants.php (modified) (1 diff)
-
trunk/src/thirdparty/wc/fibosearch.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.2.27/languages/linguise.pot
r3468995 r3469020 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.2 6\n"5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.27\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linguise\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
linguise/tags/2.2.27/linguise.php
r3468995 r3469020 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.2 67 * Version:2.2.27 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.2.27/readme.txt
r3468995 r3469020 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.2 66 Stable tag: 2.2.27 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.27 = 111 - Fix: Autocomplete issues in fibosearch 112 110 113 = 2.2.26 = 111 114 - Fix: Try to re-hook order URL again -
linguise/tags/2.2.27/src/constants.php
r3468995 r3469020 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.2 6');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.27'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.2 6');7 define('LINGUISE_VERSION', '2.2.27'); 8 8 } -
linguise/tags/2.2.27/src/thirdparty/wc/fibosearch.php
r3425738 r3469020 49 49 'img_url', 50 50 'magnifier_icon', 51 'custom_params' 51 'custom_params', 52 52 ]; 53 53 … … 69 69 ]; 70 70 71 // Deny ajax_search_endpoint key 72 $fragment_filters[] = [ 73 'key' => 'ajax_search_endpoint', 74 'mode' => 'exact', 75 'kind' => 'deny', 76 ]; 77 71 78 self::$fragment_keys = $fragment_filters; 72 79 } -
linguise/tags/2.2.27/vendor/composer/installed.php
r3468995 r3469020 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 29f3d390b3e410db90d95c368fd6c7a1e497116e',6 'reference' => '1b0b2123af24aa66106972ed3631db7054e720cd', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 29f3d390b3e410db90d95c368fd6c7a1e497116e',34 'reference' => '1b0b2123af24aa66106972ed3631db7054e720cd', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/languages/linguise.pot
r3468995 r3469020 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.2 6\n"5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.27\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linguise\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
linguise/trunk/linguise.php
r3468995 r3469020 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.2 67 * Version:2.2.27 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3468995 r3469020 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.2 66 Stable tag: 2.2.27 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.27 = 111 - Fix: Autocomplete issues in fibosearch 112 110 113 = 2.2.26 = 111 114 - Fix: Try to re-hook order URL again -
linguise/trunk/src/constants.php
r3468995 r3469020 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.2 6');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.27'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.2 6');7 define('LINGUISE_VERSION', '2.2.27'); 8 8 } -
linguise/trunk/src/thirdparty/wc/fibosearch.php
r3425738 r3469020 49 49 'img_url', 50 50 'magnifier_icon', 51 'custom_params' 51 'custom_params', 52 52 ]; 53 53 … … 69 69 ]; 70 70 71 // Deny ajax_search_endpoint key 72 $fragment_filters[] = [ 73 'key' => 'ajax_search_endpoint', 74 'mode' => 'exact', 75 'kind' => 'deny', 76 ]; 77 71 78 self::$fragment_keys = $fragment_filters; 72 79 } -
linguise/trunk/vendor/composer/installed.php
r3468995 r3469020 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 29f3d390b3e410db90d95c368fd6c7a1e497116e',6 'reference' => '1b0b2123af24aa66106972ed3631db7054e720cd', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 29f3d390b3e410db90d95c368fd6c7a1e497116e',34 'reference' => '1b0b2123af24aa66106972ed3631db7054e720cd', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.