Changeset 3495225
- Timestamp:
- 03/31/2026 07:16:17 AM (35 hours ago)
- Location:
- linguise
- Files:
-
- 12 edited
- 1 copied
-
tags/2.2.36 (copied) (copied from linguise/trunk)
-
tags/2.2.36/languages/linguise.pot (modified) (1 diff)
-
tags/2.2.36/linguise.php (modified) (1 diff)
-
tags/2.2.36/readme.txt (modified) (2 diffs)
-
tags/2.2.36/src/constants.php (modified) (1 diff)
-
tags/2.2.36/src/thirdparty/wc/wcpbc.php (modified) (1 diff)
-
tags/2.2.36/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/wcpbc.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.2.36/languages/linguise.pot
r3495201 r3495225 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.3 5\n"5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.36\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.36/linguise.php
r3495201 r3495225 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.3 57 * Version:2.2.36 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.2.36/readme.txt
r3495201 r3495225 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.3 56 Stable tag: 2.2.36 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.36 = 111 - Fix: Make sure WCPBC is destroyed properly when shutting down 112 110 113 = 2.2.35 = 111 114 - Feature: Translate WooCommerce Product Price Based on Countries country-selector -
linguise/tags/2.2.36/src/constants.php
r3495201 r3495225 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.3 5');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.36'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.3 5');7 define('LINGUISE_VERSION', '2.2.36'); 8 8 } -
linguise/tags/2.2.36/src/thirdparty/wc/wcpbc.php
r3495201 r3495225 45 45 46 46 /** 47 * Cleans up filters for the integration. 48 * 49 * @codeCoverageIgnore 50 * 51 * @return void 52 */ 53 public function destroy() 54 { 55 remove_filter('wc_price_based_country_ajax_geolocation_widget_content', [$this, 'translateWidgetContent'], 999); 56 } 57 58 /** 47 59 * Translates the WCPBC geolocation widget HTML via the WooCommerce fragment translator. 48 60 * -
linguise/tags/2.2.36/vendor/composer/installed.php
r3495201 r3495225 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => '00 1e99e6ad5d20bdfb323eec5aabc6491864a48b',6 'reference' => '008dbd8adcd500a22f51ad52d0c260ee7eb67edb', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => '00 1e99e6ad5d20bdfb323eec5aabc6491864a48b',34 'reference' => '008dbd8adcd500a22f51ad52d0c260ee7eb67edb', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/languages/linguise.pot
r3495201 r3495225 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.3 5\n"5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.36\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
r3495201 r3495225 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.3 57 * Version:2.2.36 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3495201 r3495225 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.3 56 Stable tag: 2.2.36 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 108 108 109 109 == Changelog == 110 = 2.2.36 = 111 - Fix: Make sure WCPBC is destroyed properly when shutting down 112 110 113 = 2.2.35 = 111 114 - Feature: Translate WooCommerce Product Price Based on Countries country-selector -
linguise/trunk/src/constants.php
r3495201 r3495225 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.3 5');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.36'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.3 5');7 define('LINGUISE_VERSION', '2.2.36'); 8 8 } -
linguise/trunk/src/thirdparty/wc/wcpbc.php
r3495201 r3495225 45 45 46 46 /** 47 * Cleans up filters for the integration. 48 * 49 * @codeCoverageIgnore 50 * 51 * @return void 52 */ 53 public function destroy() 54 { 55 remove_filter('wc_price_based_country_ajax_geolocation_widget_content', [$this, 'translateWidgetContent'], 999); 56 } 57 58 /** 47 59 * Translates the WCPBC geolocation widget HTML via the WooCommerce fragment translator. 48 60 * -
linguise/trunk/vendor/composer/installed.php
r3495201 r3495225 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => '00 1e99e6ad5d20bdfb323eec5aabc6491864a48b',6 'reference' => '008dbd8adcd500a22f51ad52d0c260ee7eb67edb', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => '00 1e99e6ad5d20bdfb323eec5aabc6491864a48b',34 'reference' => '008dbd8adcd500a22f51ad52d0c260ee7eb67edb', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.