Plugin Directory

Changeset 3495225


Ignore:
Timestamp:
03/31/2026 07:16:17 AM (35 hours ago)
Author:
linguise
Message:

Updating to version 2.2.36

Location:
linguise
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • linguise/tags/2.2.36/languages/linguise.pot

    r3495201 r3495225  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.35\n"
     5"Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.36\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linguise\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • linguise/tags/2.2.36/linguise.php

    r3495201 r3495225  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.35
     7 * Version:2.2.36
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/tags/2.2.36/readme.txt

    r3495201 r3495225  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.35
     6Stable tag: 2.2.36
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    108108
    109109== Changelog ==
     110= 2.2.36 =
     111- Fix: Make sure WCPBC is destroyed properly when shutting down
     112
    110113= 2.2.35 =
    111114- Feature: Translate WooCommerce Product Price Based on Countries country-selector
  • linguise/tags/2.2.36/src/constants.php

    r3495201 r3495225  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.35');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.36');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.35');
     7    define('LINGUISE_VERSION', '2.2.36');
    88}
  • linguise/tags/2.2.36/src/thirdparty/wc/wcpbc.php

    r3495201 r3495225  
    4545
    4646    /**
     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    /**
    4759     * Translates the WCPBC geolocation widget HTML via the WooCommerce fragment translator.
    4860     *
  • linguise/tags/2.2.36/vendor/composer/installed.php

    r3495201 r3495225  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '001e99e6ad5d20bdfb323eec5aabc6491864a48b',
     6        'reference' => '008dbd8adcd500a22f51ad52d0c260ee7eb67edb',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '001e99e6ad5d20bdfb323eec5aabc6491864a48b',
     34            'reference' => '008dbd8adcd500a22f51ad52d0c260ee7eb67edb',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
  • linguise/trunk/languages/linguise.pot

    r3495201 r3495225  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.35\n"
     5"Project-Id-Version: Linguise - AI Automatic Multilingual Translation 2.2.36\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linguise\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • linguise/trunk/linguise.php

    r3495201 r3495225  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.35
     7 * Version:2.2.36
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/trunk/readme.txt

    r3495201 r3495225  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.35
     6Stable tag: 2.2.36
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    108108
    109109== Changelog ==
     110= 2.2.36 =
     111- Fix: Make sure WCPBC is destroyed properly when shutting down
     112
    110113= 2.2.35 =
    111114- Feature: Translate WooCommerce Product Price Based on Countries country-selector
  • linguise/trunk/src/constants.php

    r3495201 r3495225  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.35');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.36');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.35');
     7    define('LINGUISE_VERSION', '2.2.36');
    88}
  • linguise/trunk/src/thirdparty/wc/wcpbc.php

    r3495201 r3495225  
    4545
    4646    /**
     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    /**
    4759     * Translates the WCPBC geolocation widget HTML via the WooCommerce fragment translator.
    4860     *
  • linguise/trunk/vendor/composer/installed.php

    r3495201 r3495225  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '001e99e6ad5d20bdfb323eec5aabc6491864a48b',
     6        'reference' => '008dbd8adcd500a22f51ad52d0c260ee7eb67edb',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '001e99e6ad5d20bdfb323eec5aabc6491864a48b',
     34            'reference' => '008dbd8adcd500a22f51ad52d0c260ee7eb67edb',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.