Plugin Directory

Changeset 3421512


Ignore:
Timestamp:
12/17/2025 03:49:50 AM (4 months ago)
Author:
linguise
Message:

Updating to version 2.2.11

Location:
linguise
Files:
2 added
12 edited
1 copied

Legend:

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

    r3419741 r3421512  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.10
     7 * Version:2.2.11
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/tags/2.2.11/readme.txt

    r3419741 r3421512  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.10
     6Stable tag: 2.2.11
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    107107
    108108== Changelog ==
     109= 2.2.11 =
     110- Feature: Support Cookie Law Info/CookieYes
     111
    109112= 2.2.10 =
    110113- Fix: Do not sent linguise_lang cookie header if already sent
  • linguise/tags/2.2.11/src/FragmentHandler.php

    r3397694 r3421512  
    218218        }
    219219
    220         return trim($html);
     220        return trim($html) . "\n";
    221221    }
    222222
  • linguise/tags/2.2.11/src/constants.php

    r3419741 r3421512  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.10');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.11');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.10');
     7    define('LINGUISE_VERSION', '2.2.11');
    88}
  • linguise/tags/2.2.11/src/third-party-loader.php

    r3317948 r3421512  
    5454        'ameliabooking' => 'AmeliaBookingIntegration',
    5555        'bookingpress' => 'BookingPressIntegration',
     56        'cookie-law-info' => 'CookieLawInfoIntegration',
    5657        'elementor' => 'ElementorIntegration',
    5758        'elementor-pro' => 'ElementorProIntegration',
  • linguise/tags/2.2.11/vendor/composer/installed.php

    r3419741 r3421512  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '0925ed80d947105bcec40828b854aaeefa08e6c7',
     6        'reference' => '909daa4146a0768ccbe122b904804fa40902d816',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '0925ed80d947105bcec40828b854aaeefa08e6c7',
     34            'reference' => '909daa4146a0768ccbe122b904804fa40902d816',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
  • linguise/trunk/linguise.php

    r3419741 r3421512  
    55 * Plugin URI: https://www.linguise.com/
    66 * Description: Linguise translation plugin
    7  * Version:2.2.10
     7 * Version:2.2.11
    88 * Text Domain: linguise
    99 * Domain Path: /languages
  • linguise/trunk/readme.txt

    r3419741 r3421512  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.2.10
     6Stable tag: 2.2.11
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    107107
    108108== Changelog ==
     109= 2.2.11 =
     110- Feature: Support Cookie Law Info/CookieYes
     111
    109112= 2.2.10 =
    110113- Fix: Do not sent linguise_lang cookie header if already sent
  • linguise/trunk/src/FragmentHandler.php

    r3397694 r3421512  
    218218        }
    219219
    220         return trim($html);
     220        return trim($html) . "\n";
    221221    }
    222222
  • linguise/trunk/src/constants.php

    r3419741 r3421512  
    11<?php
    22if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    3     define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.10');
     3    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.11');
    44}
    55
    66if (!defined('LINGUISE_VERSION')) {
    7     define('LINGUISE_VERSION', '2.2.10');
     7    define('LINGUISE_VERSION', '2.2.11');
    88}
  • linguise/trunk/src/third-party-loader.php

    r3317948 r3421512  
    5454        'ameliabooking' => 'AmeliaBookingIntegration',
    5555        'bookingpress' => 'BookingPressIntegration',
     56        'cookie-law-info' => 'CookieLawInfoIntegration',
    5657        'elementor' => 'ElementorIntegration',
    5758        'elementor-pro' => 'ElementorProIntegration',
  • linguise/trunk/vendor/composer/installed.php

    r3419741 r3421512  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '0925ed80d947105bcec40828b854aaeefa08e6c7',
     6        'reference' => '909daa4146a0768ccbe122b904804fa40902d816',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3232            'pretty_version' => 'dev-master',
    3333            'version' => 'dev-master',
    34             'reference' => '0925ed80d947105bcec40828b854aaeefa08e6c7',
     34            'reference' => '909daa4146a0768ccbe122b904804fa40902d816',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.