Changeset 3490465
- Timestamp:
- 03/25/2026 03:12:41 AM (7 days ago)
- Location:
- linguise
- Files:
-
- 14 edited
- 1 copied
-
tags/2.2.34 (copied) (copied from linguise/trunk)
-
tags/2.2.34/languages/linguise.pot (modified) (1 diff)
-
tags/2.2.34/linguise.php (modified) (1 diff)
-
tags/2.2.34/readme.txt (modified) (2 diffs)
-
tags/2.2.34/src/FragmentHandler.php (modified) (1 diff)
-
tags/2.2.34/src/constants.php (modified) (1 diff)
-
tags/2.2.34/src/thirdparty/wc/woocommerce.php (modified) (2 diffs)
-
tags/2.2.34/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/FragmentHandler.php (modified) (1 diff)
-
trunk/src/constants.php (modified) (1 diff)
-
trunk/src/thirdparty/wc/woocommerce.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.2.34/languages/linguise.pot
r3489573 r3490465 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.3 3\n"5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.34\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.34/linguise.php
r3489573 r3490465 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.3 37 * Version:2.2.34 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.2.34/readme.txt
r3489573 r3490465 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.3 36 Stable tag: 2.2.34 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.34 = 111 - Fix: Translate variation_description, availability_html, price_html 112 110 113 = 2.2.33 = 111 114 - Fix: Ignore any REST request and do not set linguise_lang -
linguise/tags/2.2.34/src/FragmentHandler.php
r3472321 r3490465 52 52 $use_key .= '.' . $array_index; 53 53 } 54 if (!empty($current_key)) { 54 55 // Fix FragmentAttribute become invalid if value is array object 56 if ($current_key !== null && $current_key !== '') { 55 57 if ($key === $use_key) { 56 58 $use_key = '.' . $use_key; -
linguise/tags/2.2.34/src/constants.php
r3489573 r3490465 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.3 3');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.34'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.3 3');7 define('LINGUISE_VERSION', '2.2.34'); 8 8 } -
linguise/tags/2.2.34/src/thirdparty/wc/woocommerce.php
r3468995 r3490465 117 117 ] 118 118 ] 119 ] 119 ], 120 [ 121 'name' => 'wc-product-variations', 122 'key' => 'data-product_variations', 123 'strict' => true, 124 ], 120 125 ]; 121 126 … … 215 220 'shipping_rates\.\d+\.items\.\d+\.name$', 216 221 'shipping_rates\.\d+\.shipping_rates\.\d+\.(name|description|delivery_time)$', 222 '^\d+\.variation_description$', 223 '^\d+\.availability_html$', 224 '^\d+\.price_html$', 217 225 ]; 218 226 foreach ($allowed_matches as $allowed_key) { -
linguise/tags/2.2.34/vendor/composer/installed.php
r3489573 r3490465 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' a68cbb12852f19db02524473b52c7aeda82d9855',6 'reference' => '8ce6da2db28a37f376f01357723cce763c23eb4c', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' a68cbb12852f19db02524473b52c7aeda82d9855',34 'reference' => '8ce6da2db28a37f376f01357723cce763c23eb4c', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/languages/linguise.pot
r3489573 r3490465 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.3 3\n"5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.34\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
r3489573 r3490465 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.3 37 * Version:2.2.34 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3489573 r3490465 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.3 36 Stable tag: 2.2.34 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.34 = 111 - Fix: Translate variation_description, availability_html, price_html 112 110 113 = 2.2.33 = 111 114 - Fix: Ignore any REST request and do not set linguise_lang -
linguise/trunk/src/FragmentHandler.php
r3472321 r3490465 52 52 $use_key .= '.' . $array_index; 53 53 } 54 if (!empty($current_key)) { 54 55 // Fix FragmentAttribute become invalid if value is array object 56 if ($current_key !== null && $current_key !== '') { 55 57 if ($key === $use_key) { 56 58 $use_key = '.' . $use_key; -
linguise/trunk/src/constants.php
r3489573 r3490465 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.3 3');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.34'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.3 3');7 define('LINGUISE_VERSION', '2.2.34'); 8 8 } -
linguise/trunk/src/thirdparty/wc/woocommerce.php
r3468995 r3490465 117 117 ] 118 118 ] 119 ] 119 ], 120 [ 121 'name' => 'wc-product-variations', 122 'key' => 'data-product_variations', 123 'strict' => true, 124 ], 120 125 ]; 121 126 … … 215 220 'shipping_rates\.\d+\.items\.\d+\.name$', 216 221 'shipping_rates\.\d+\.shipping_rates\.\d+\.(name|description|delivery_time)$', 222 '^\d+\.variation_description$', 223 '^\d+\.availability_html$', 224 '^\d+\.price_html$', 217 225 ]; 218 226 foreach ($allowed_matches as $allowed_key) { -
linguise/trunk/vendor/composer/installed.php
r3489573 r3490465 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' a68cbb12852f19db02524473b52c7aeda82d9855',6 'reference' => '8ce6da2db28a37f376f01357723cce763c23eb4c', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' a68cbb12852f19db02524473b52c7aeda82d9855',34 'reference' => '8ce6da2db28a37f376f01357723cce763c23eb4c', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.