Changeset 3349428
- Timestamp:
- 08/25/2025 04:15:35 AM (7 months ago)
- Location:
- linguise
- Files:
-
- 12 edited
- 1 copied
-
tags/2.1.65 (copied) (copied from linguise/trunk)
-
tags/2.1.65/linguise.php (modified) (1 diff)
-
tags/2.1.65/readme.txt (modified) (2 diffs)
-
tags/2.1.65/src/constants.php (modified) (1 diff)
-
tags/2.1.65/src/thirdparty/wc/fibosearch.php (modified) (1 diff)
-
tags/2.1.65/vendor/composer/installed.json (modified) (1 diff)
-
tags/2.1.65/vendor/composer/installed.php (modified) (2 diffs)
-
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) (1 diff)
-
trunk/vendor/composer/installed.json (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.1.65/linguise.php
r3344947 r3349428 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.1.6 47 * Version:2.1.65 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.1.65/readme.txt
r3344947 r3349428 4 4 Requires at least: 4.0 5 5 Tested up to: 6.8 6 Stable tag:2.1.6 46 Stable tag:2.1.65 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 2.1.65 = 107 - Fix: FiboSearch is not marked as active when user use FiboSearch Pro 108 106 109 = 2.1.64 = 107 110 - Fix: pt-br and normalize locale compare underscore/dash -
linguise/tags/2.1.65/src/constants.php
r3344947 r3349428 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.6 4');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.65'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.1.6 4');7 define('LINGUISE_VERSION', '2.1.65'); 8 8 } -
linguise/tags/2.1.65/src/thirdparty/wc/fibosearch.php
r3292257 r3349428 79 79 public function shouldLoad() 80 80 { 81 return is_plugin_active('ajax-search-for-woocommerce/ajax-search-for-woocommerce.php') ;81 return is_plugin_active('ajax-search-for-woocommerce/ajax-search-for-woocommerce.php') || is_plugin_active('ajax-search-for-woocommerce-premium/ajax-search-for-woocommerce.php'); 82 82 } 83 83 -
linguise/tags/2.1.65/vendor/composer/installed.json
r3339453 r3349428 246 246 ], 247 247 "support": { 248 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.3 2.0"248 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" 249 249 }, 250 250 "funding": [ -
linguise/tags/2.1.65/vendor/composer/installed.php
r3344947 r3349428 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 37457fee5d1738c1fba11b488aaa8b4034be5ec8',6 'reference' => '855680281e779c6957ae864d6dbaee700a860faa', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 37457fee5d1738c1fba11b488aaa8b4034be5ec8',34 'reference' => '855680281e779c6957ae864d6dbaee700a860faa', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/linguise.php
r3344947 r3349428 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.1.6 47 * Version:2.1.65 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3344947 r3349428 4 4 Requires at least: 4.0 5 5 Tested up to: 6.8 6 Stable tag:2.1.6 46 Stable tag:2.1.65 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 2.1.65 = 107 - Fix: FiboSearch is not marked as active when user use FiboSearch Pro 108 106 109 = 2.1.64 = 107 110 - Fix: pt-br and normalize locale compare underscore/dash -
linguise/trunk/src/constants.php
r3344947 r3349428 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.6 4');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.65'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.1.6 4');7 define('LINGUISE_VERSION', '2.1.65'); 8 8 } -
linguise/trunk/src/thirdparty/wc/fibosearch.php
r3292257 r3349428 79 79 public function shouldLoad() 80 80 { 81 return is_plugin_active('ajax-search-for-woocommerce/ajax-search-for-woocommerce.php') ;81 return is_plugin_active('ajax-search-for-woocommerce/ajax-search-for-woocommerce.php') || is_plugin_active('ajax-search-for-woocommerce-premium/ajax-search-for-woocommerce.php'); 82 82 } 83 83 -
linguise/trunk/vendor/composer/installed.json
r3339453 r3349428 246 246 ], 247 247 "support": { 248 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.3 2.0"248 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" 249 249 }, 250 250 "funding": [ -
linguise/trunk/vendor/composer/installed.php
r3344947 r3349428 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 37457fee5d1738c1fba11b488aaa8b4034be5ec8',6 'reference' => '855680281e779c6957ae864d6dbaee700a860faa', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 37457fee5d1738c1fba11b488aaa8b4034be5ec8',34 'reference' => '855680281e779c6957ae864d6dbaee700a860faa', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.