Changeset 3421512
- Timestamp:
- 12/17/2025 03:49:50 AM (4 months ago)
- Location:
- linguise
- Files:
-
- 2 added
- 12 edited
- 1 copied
-
tags/2.2.11 (copied) (copied from linguise/trunk)
-
tags/2.2.11/linguise.php (modified) (1 diff)
-
tags/2.2.11/readme.txt (modified) (2 diffs)
-
tags/2.2.11/src/FragmentHandler.php (modified) (1 diff)
-
tags/2.2.11/src/constants.php (modified) (1 diff)
-
tags/2.2.11/src/third-party-loader.php (modified) (1 diff)
-
tags/2.2.11/src/thirdparty/cookie-law-info.php (added)
-
tags/2.2.11/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/linguise.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/FragmentHandler.php (modified) (1 diff)
-
trunk/src/constants.php (modified) (1 diff)
-
trunk/src/third-party-loader.php (modified) (1 diff)
-
trunk/src/thirdparty/cookie-law-info.php (added)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.2.11/linguise.php
r3419741 r3421512 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.1 07 * Version:2.2.11 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.2.11/readme.txt
r3419741 r3421512 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.1 06 Stable tag: 2.2.11 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 107 107 108 108 == Changelog == 109 = 2.2.11 = 110 - Feature: Support Cookie Law Info/CookieYes 111 109 112 = 2.2.10 = 110 113 - Fix: Do not sent linguise_lang cookie header if already sent -
linguise/tags/2.2.11/src/FragmentHandler.php
r3397694 r3421512 218 218 } 219 219 220 return trim($html) ;220 return trim($html) . "\n"; 221 221 } 222 222 -
linguise/tags/2.2.11/src/constants.php
r3419741 r3421512 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.1 0');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.11'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.1 0');7 define('LINGUISE_VERSION', '2.2.11'); 8 8 } -
linguise/tags/2.2.11/src/third-party-loader.php
r3317948 r3421512 54 54 'ameliabooking' => 'AmeliaBookingIntegration', 55 55 'bookingpress' => 'BookingPressIntegration', 56 'cookie-law-info' => 'CookieLawInfoIntegration', 56 57 'elementor' => 'ElementorIntegration', 57 58 'elementor-pro' => 'ElementorProIntegration', -
linguise/tags/2.2.11/vendor/composer/installed.php
r3419741 r3421512 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 0925ed80d947105bcec40828b854aaeefa08e6c7',6 'reference' => '909daa4146a0768ccbe122b904804fa40902d816', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 0925ed80d947105bcec40828b854aaeefa08e6c7',34 'reference' => '909daa4146a0768ccbe122b904804fa40902d816', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/linguise.php
r3419741 r3421512 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.2.1 07 * Version:2.2.11 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3419741 r3421512 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.2.1 06 Stable tag: 2.2.11 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 107 107 108 108 == Changelog == 109 = 2.2.11 = 110 - Feature: Support Cookie Law Info/CookieYes 111 109 112 = 2.2.10 = 110 113 - Fix: Do not sent linguise_lang cookie header if already sent -
linguise/trunk/src/FragmentHandler.php
r3397694 r3421512 218 218 } 219 219 220 return trim($html) ;220 return trim($html) . "\n"; 221 221 } 222 222 -
linguise/trunk/src/constants.php
r3419741 r3421512 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.1 0');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.11'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.2.1 0');7 define('LINGUISE_VERSION', '2.2.11'); 8 8 } -
linguise/trunk/src/third-party-loader.php
r3317948 r3421512 54 54 'ameliabooking' => 'AmeliaBookingIntegration', 55 55 'bookingpress' => 'BookingPressIntegration', 56 'cookie-law-info' => 'CookieLawInfoIntegration', 56 57 'elementor' => 'ElementorIntegration', 57 58 'elementor-pro' => 'ElementorProIntegration', -
linguise/trunk/vendor/composer/installed.php
r3419741 r3421512 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 0925ed80d947105bcec40828b854aaeefa08e6c7',6 'reference' => '909daa4146a0768ccbe122b904804fa40902d816', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 0925ed80d947105bcec40828b854aaeefa08e6c7',34 'reference' => '909daa4146a0768ccbe122b904804fa40902d816', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.