Plugin Directory

Changeset 3349428


Ignore:
Timestamp:
08/25/2025 04:15:35 AM (7 months ago)
Author:
linguise
Message:

Updating to version 2.1.65

Location:
linguise
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • linguise/tags/2.1.65/linguise.php

    r3344947 r3349428  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.1.64
     7 * Version:2.1.65
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/tags/2.1.65/readme.txt

    r3344947 r3349428  
    44Requires at least: 4.0
    55Tested up to: 6.8
    6 Stable tag:2.1.64
     6Stable tag:2.1.65
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    104104
    105105== Changelog ==
     106= 2.1.65 =
     107- Fix: FiboSearch is not marked as active when user use FiboSearch Pro
     108
    106109= 2.1.64 =
    107110- Fix: pt-br and normalize locale compare underscore/dash
  • linguise/tags/2.1.65/src/constants.php

    r3344947 r3349428  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.64');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.65');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.1.64');
     7    define('LINGUISE_VERSION', '2.1.65');
    88}
  • linguise/tags/2.1.65/src/thirdparty/wc/fibosearch.php

    r3292257 r3349428  
    7979    public function shouldLoad()
    8080    {
    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');
    8282    }
    8383
  • linguise/tags/2.1.65/vendor/composer/installed.json

    r3339453 r3349428  
    246246            ],
    247247            "support": {
    248                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
     248                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
    249249            },
    250250            "funding": [
  • linguise/tags/2.1.65/vendor/composer/installed.php

    r3344947 r3349428  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '37457fee5d1738c1fba11b488aaa8b4034be5ec8',
     6        'reference' => '855680281e779c6957ae864d6dbaee700a860faa',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '37457fee5d1738c1fba11b488aaa8b4034be5ec8',
     34            'reference' => '855680281e779c6957ae864d6dbaee700a860faa',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
  • linguise/trunk/linguise.php

    r3344947 r3349428  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.1.64
     7 * Version:2.1.65
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/trunk/readme.txt

    r3344947 r3349428  
    44Requires at least: 4.0
    55Tested up to: 6.8
    6 Stable tag:2.1.64
     6Stable tag:2.1.65
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    104104
    105105== Changelog ==
     106= 2.1.65 =
     107- Fix: FiboSearch is not marked as active when user use FiboSearch Pro
     108
    106109= 2.1.64 =
    107110- Fix: pt-br and normalize locale compare underscore/dash
  • linguise/trunk/src/constants.php

    r3344947 r3349428  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.64');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.65');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.1.64');
     7    define('LINGUISE_VERSION', '2.1.65');
    88}
  • linguise/trunk/src/thirdparty/wc/fibosearch.php

    r3292257 r3349428  
    7979    public function shouldLoad()
    8080    {
    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');
    8282    }
    8383
  • linguise/trunk/vendor/composer/installed.json

    r3339453 r3349428  
    246246            ],
    247247            "support": {
    248                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
     248                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
    249249            },
    250250            "funding": [
  • linguise/trunk/vendor/composer/installed.php

    r3344947 r3349428  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '37457fee5d1738c1fba11b488aaa8b4034be5ec8',
     6        'reference' => '855680281e779c6957ae864d6dbaee700a860faa',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '37457fee5d1738c1fba11b488aaa8b4034be5ec8',
     34            'reference' => '855680281e779c6957ae864d6dbaee700a860faa',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.