Changeset 3464793
- Timestamp:
- 02/19/2026 06:48:03 AM (6 weeks ago)
- Location:
- linguise
- Files:
-
- 2 added
- 12 edited
- 1 copied
-
tags/2.2.24 (copied) (copied from linguise/trunk)
-
tags/2.2.24/languages/linguise.pot (modified) (1 diff)
-
tags/2.2.24/linguise.php (modified) (1 diff)
-
tags/2.2.24/readme.txt (modified) (2 diffs)
-
tags/2.2.24/src/constants.php (modified) (1 diff)
-
tags/2.2.24/src/third-party-loader.php (modified) (1 diff)
-
tags/2.2.24/src/thirdparty/add-search-to-menu.php (added)
-
tags/2.2.24/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/third-party-loader.php (modified) (1 diff)
-
trunk/src/thirdparty/add-search-to-menu.php (added)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.2.24/languages/linguise.pot
r3463145 r3464793 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.2 3\n"5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.24\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.24/linguise.php
r3463145 r3464793 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.2 37 * Version:2.2.24 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.2.24/readme.txt
r3463145 r3464793 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.2 36 Stable tag: 2.2.24 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.24 = 111 - Feature: Translation support for Ivory Search 112 110 113 = 2.2.23 = 111 114 - Fix: Remove via header to avoid loop protection -
linguise/tags/2.2.24/src/constants.php
r3463145 r3464793 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.2 3');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.24'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.2 3');7 define('LINGUISE_VERSION', '2.2.24'); 8 8 } -
linguise/tags/2.2.24/src/third-party-loader.php
r3429376 r3464793 74 74 'wp-rocket' => 'WPRocketIntegration', 75 75 'wp-forms' => 'WPFormsIntegration', 76 'add-search-to-menu' => 'AddSearchToMenuIntegration', 76 77 ]; 77 78 -
linguise/tags/2.2.24/vendor/composer/installed.php
r3463145 r3464793 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' e227bffb317d19feaa59eea99817714b0f566a4d',6 'reference' => '31cd656635d6c66605050ff864b67579cb059bec', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' e227bffb317d19feaa59eea99817714b0f566a4d',34 'reference' => '31cd656635d6c66605050ff864b67579cb059bec', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/languages/linguise.pot
r3463145 r3464793 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.2 3\n"5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.24\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
r3463145 r3464793 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.2 37 * Version:2.2.24 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3463145 r3464793 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.2 36 Stable tag: 2.2.24 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.24 = 111 - Feature: Translation support for Ivory Search 112 110 113 = 2.2.23 = 111 114 - Fix: Remove via header to avoid loop protection -
linguise/trunk/src/constants.php
r3463145 r3464793 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.2 3');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.24'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.2 3');7 define('LINGUISE_VERSION', '2.2.24'); 8 8 } -
linguise/trunk/src/third-party-loader.php
r3429376 r3464793 74 74 'wp-rocket' => 'WPRocketIntegration', 75 75 'wp-forms' => 'WPFormsIntegration', 76 'add-search-to-menu' => 'AddSearchToMenuIntegration', 76 77 ]; 77 78 -
linguise/trunk/vendor/composer/installed.php
r3463145 r3464793 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' e227bffb317d19feaa59eea99817714b0f566a4d',6 'reference' => '31cd656635d6c66605050ff864b67579cb059bec', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' e227bffb317d19feaa59eea99817714b0f566a4d',34 'reference' => '31cd656635d6c66605050ff864b67579cb059bec', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.