Plugin Directory

Changeset 3287486


Ignore:
Timestamp:
05/05/2025 07:13:45 AM (10 months ago)
Author:
Chouby
Message:

Version 3.7.1

Location:
polylang
Files:
1 deleted
4 edited
210 copied

Legend:

Unmodified
Added
Removed
  • polylang/tags/3.7.1/changelog.txt

    r3243124 r3287486  
    22
    33This file contains only old changelog. See readme.txt for newer versions.
     4
     5= 3.6.7 (2025-03-11) =
     6
     7* Pro: Security: Fix private content disclosure.
     8* Fix links wrongly removed in notices #1627
     9* Fix all categories assigned when the default category is missing #1617
     10
     11= 3.6.6 (2025-01-13) =
     12
     13* Pro: Fix character encoding in the autocomplete field in the block editor languages panel
     14* Pro: Fix navigation language switcher block allowing a dropdown to hide the current language
     15* Pro: Fix translation of Media and text block when the media is shown on right
     16* Pro: Fix translation of the Cover block when fixed background is enabled
     17* Fix redirect of translated attachment page when attachment pages are disabled #1605
     18
     19= 3.6.5 (2024-11-05) =
     20
     21* Add compatibility with WP 6.7
     22* Pro: Prevent infinite loop when the locale fallbacks reference each other
     23* Pro: Set canResegment attribute to no in XLIFF files
     24* Fix empty notice displayed if the plugin upgrade notice is set but empty
     25
     26= 3.6.4 (2024-07-29) =
     27
     28* Pro: Fix infinite loop with WP 6.6 when the locale fallbacks include the main locale of a language
     29* Pro: Prevent saving the main locale among the locale fallbacks of a language
     30* Pro: Hide the characters consumption graph when the DeepL cost control is deactivated
     31* Add Yoast SEO social title and social description to the strings translations
     32* Fix incorrect page on front and page for posts translations when the option is saved with admin language filter active
     33
     34= 3.6.3 (2024-06-18) =
     35
     36* Pro: Fix locale fallback for translations loaded just in time (requires WP 6.6)
     37* Allow to pass an array as context to icl_register_string() #1497
     38* Fix admin bar search menu in WP 6.6 #1496
     39* Fix a regression in the usage of the filter pll_flag #1489
     40
     41= 3.6.2 (2024-06-03) =
     42
     43* Pro: Fix XLIFF files not correctly imported when exported from older version than 3.6
     44* Pro: Fix translated categories not assigned to translated post when using machine translation
     45* Pro: Fix 'lang' param not applied for secondary queries during a REST request
     46* Pro: Fix newlines for content edited in classic editor and translated with DeepL
     47* Pro: Fix a conflict with the Stream plugin on multisite
     48
     49= 3.6.1 (2024-04-09) =
     50
     51* Pro: Fix ACF fields not shown after a post was translated with DeepL
     52* Remove rewrite when registering the language taxonomy #1457
     53* Fix search block not filtered when displayed as button only #1459
     54* Fix current language not kept when using switch_to_blog() in multisite #1458
     55
     56= 3.6 (2024-03-18) =
     57
     58* Requires WP 6.2 as minimum version
     59* Add compatibility with WP 6.5
     60* Pro: Add DeepL machine translation for posts
     61* Pro: Add export and import in XLIFF 2.0/2.1 formats
     62* Pro: Improve translator comments in exported PO files
     63* Pro: Allow to export JSON encoded post and term metas in XLIFF files
     64* Pro: Allow to export block sub-attributes in XLIFF files
     65* Pro: Add footer notes block to XLIFF files
     66* Pro: Single files are now exported directly instead of inside a zip
     67* Pro: Reworked the language switcher navigation block
     68* Pro: Fix language switcher navigation block justification not aligned with core settings in overlay menu (requires WP 6.5)
     69* Pro: Fix a race condition which could lead to display a notice to the wrong user
     70* Pro: Fix a conflict with ACF when rewrite rules are flushed with WP-CLI on a multisite
     71* Pro: Fix import of several metas with same sources but different translations
     72* Add filter `pll_cookie_args` to filter the Polylang cookie arguments #1406
     73* Fix wrong translated post types and taxononies after a `switch_to_blog()` #1415
     74* Fix a minor performance issue for the page for posts #1412
     75* Fix a JS errors after quick edit. Props @mcguffin #1435, #1444
     76* Fix a possible warning in view-translations-post.php #1439
    477
    578= 3.5.4 (2024-02-06) =
  • polylang/tags/3.7.1/polylang.php

    r3278736 r3287486  
    1111 * Plugin URI:        https://polylang.pro
    1212 * Description:       Adds multilingual capability to WordPress
    13  * Version:           3.7
     13 * Version:           3.7.1
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      7.2
     
    5353} else {
    5454    // Go on loading the plugin
    55     define( 'POLYLANG_VERSION', '3.7' );
     55    define( 'POLYLANG_VERSION', '3.7.1' );
    5656    define( 'PLL_MIN_WP_VERSION', '6.2' );
    5757    define( 'PLL_MIN_PHP_VERSION', '7.2' );
  • polylang/tags/3.7.1/readme.txt

    r3278736 r3287486  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 3.7
     8Stable tag: 3.7.1
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6060* **Access to a Premium Support for personalized assistance.**
    6161
    62 Neither of them will allow to do automated translation.
    63 
    6462= Our other free plugins =
    6563
     
    105103== Changelog ==
    106104
     105= 3.7.1 (2025-05-05) =
     106
     107* Pro: Do not display ACF fileds translations settings when language location is set.
     108* Pro: Fix ACF taxonomy field terms not synchronized when "Save Terms" and "load terms" settings are activated.
     109* Pro: Fix duplicate options when using numeric keys for ACF choice fields.
     110
    107111= 3.7 (2025-04-22) =
    108112
     
    142146* Fix a conflict with WooCommerce Price Based on Country #1638
    143147
    144 = 3.6.7 (2025-03-11) =
    145 
    146 * Pro: Security : Fix private content disclosure.
    147 * Fix links wrongly removed in notices #1627
    148 * Fix all categories assigned when the default category is missing #1617
    149 
    150 = 3.6.6 (2025-01-13) =
    151 
    152 * Pro: Fix character encoding in the autocomplete field in the block editor languages panel
    153 * Pro: Fix navigation language switcher block allowing a dropdown to hide the current language
    154 * Pro: Fix translation of Media and text block when the media is shown on right
    155 * Pro: Fix translation of the Cover block when fixed background is enabled
    156 * Fix redirect of translated attachment page when attachment pages are disabled #1605
    157 
    158 = 3.6.5 (2024-11-05) =
    159 
    160 * Add compatibility with WP 6.7
    161 * Pro: Prevent infinite loop when the locale fallbacks reference each other
    162 * Pro: Set canResegment attribute to no in XLIFF files
    163 * Fix empty notice displayed if the plugin upgrade notice is set but empty
    164 
    165 = 3.6.4 (2024-07-29) =
    166 
    167 * Pro: Fix infinite loop with WP 6.6 when the locale fallbacks include the main locale of a language
    168 * Pro: Prevent saving the main locale among the locale fallbacks of a language
    169 * Pro: Hide the characters consumption graph when the DeepL cost control is deactivated
    170 * Add Yoast SEO social title and social description to the strings translations
    171 * Fix incorrect page on front and page for posts translations when the option is saved with admin language filter active
    172 
    173 = 3.6.3 (2024-06-18) =
    174 
    175 * Pro: Fix locale fallback for translations loaded just in time (requires WP 6.6)
    176 * Allow to pass an array as context to icl_register_string() #1497
    177 * Fix admin bar search menu in WP 6.6 #1496
    178 * Fix a regression in the usage of the filter pll_flag #1489
    179 
    180 = 3.6.2 (2024-06-03) =
    181 
    182 * Pro: Fix XLIFF files not correctly imported when exported from older version than 3.6
    183 * Pro: Fix translated categories not assigned to translated post when using machine translation
    184 * Pro: Fix 'lang' param not applied for secondary queries during a REST request
    185 * Pro: Fix newlines for content edited in classic editor and translated with DeepL
    186 * Pro: Fix a conflict with the Stream plugin on multisite
    187 
    188 = 3.6.1 (2024-04-09) =
    189 
    190 * Pro: Fix ACF fields not shown after a post was translated with DeepL
    191 * Remove rewrite when registering the language taxonomy #1457
    192 * Fix search block not filtered when displayed as button only #1459
    193 * Fix current language not kept when using switch_to_blog() in multisite #1458
    194 
    195 = 3.6 (2024-03-18) =
    196 
    197 * Requires WP 6.2 as minimum version
    198 * Add compatibility with WP 6.5
    199 * Pro: Add DeepL machine translation for posts
    200 * Pro: Add export and import in XLIFF 2.0/2.1 formats
    201 * Pro: Improve translator comments in exported PO files
    202 * Pro: Allow to export JSON encoded post and term metas in XLIFF files
    203 * Pro: Allow to export block sub-attributes in XLIFF files
    204 * Pro: Add footer notes block to XLIFF files
    205 * Pro: Single files are now exported directly instead of inside a zip
    206 * Pro: Reworked the language switcher navigation block
    207 * Pro: Fix language switcher navigation block justification not aligned with core settings in overlay menu (requires WP 6.5)
    208 * Pro: Fix a race condition which could lead to display a notice to the wrong user
    209 * Pro: Fix a conflict with ACF when rewrite rules are flushed with WP-CLI on a multisite
    210 * Pro: Fix import of several metas with same sources but different translations
    211 * Add filter `pll_cookie_args` to filter the Polylang cookie arguments #1406
    212 * Fix wrong translated post types and taxononies after a `switch_to_blog()` #1415
    213 * Fix a minor performance issue for the page for posts #1412
    214 * Fix a JS errors after quick edit. Props @mcguffin #1435, #1444
    215 * Fix a possible warning in view-translations-post.php #1439
    216 
    217148See [changelog.txt](https://plugins.svn.wordpress.org/polylang/trunk/changelog.txt) for older changelog
  • polylang/tags/3.7.1/vendor/composer/installed.php

    r3278736 r3287486  
    44        'pretty_version' => '3.7.x-dev',
    55        'version' => '3.7.9999999.9999999-dev',
    6         'reference' => 'c2060c7eab4d7a158d8a03d1e4009ec0725fbef1',
     6        'reference' => 'c9cc69a8d359f38742a26cd353428f7d9d4f3d92',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => '3.7.x-dev',
    1515            'version' => '3.7.9999999.9999999-dev',
    16             'reference' => 'c2060c7eab4d7a158d8a03d1e4009ec0725fbef1',
     16            'reference' => 'c9cc69a8d359f38742a26cd353428f7d9d4f3d92',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • polylang/trunk/changelog.txt

    r3243124 r3287486  
    22
    33This file contains only old changelog. See readme.txt for newer versions.
     4
     5= 3.6.7 (2025-03-11) =
     6
     7* Pro: Security: Fix private content disclosure.
     8* Fix links wrongly removed in notices #1627
     9* Fix all categories assigned when the default category is missing #1617
     10
     11= 3.6.6 (2025-01-13) =
     12
     13* Pro: Fix character encoding in the autocomplete field in the block editor languages panel
     14* Pro: Fix navigation language switcher block allowing a dropdown to hide the current language
     15* Pro: Fix translation of Media and text block when the media is shown on right
     16* Pro: Fix translation of the Cover block when fixed background is enabled
     17* Fix redirect of translated attachment page when attachment pages are disabled #1605
     18
     19= 3.6.5 (2024-11-05) =
     20
     21* Add compatibility with WP 6.7
     22* Pro: Prevent infinite loop when the locale fallbacks reference each other
     23* Pro: Set canResegment attribute to no in XLIFF files
     24* Fix empty notice displayed if the plugin upgrade notice is set but empty
     25
     26= 3.6.4 (2024-07-29) =
     27
     28* Pro: Fix infinite loop with WP 6.6 when the locale fallbacks include the main locale of a language
     29* Pro: Prevent saving the main locale among the locale fallbacks of a language
     30* Pro: Hide the characters consumption graph when the DeepL cost control is deactivated
     31* Add Yoast SEO social title and social description to the strings translations
     32* Fix incorrect page on front and page for posts translations when the option is saved with admin language filter active
     33
     34= 3.6.3 (2024-06-18) =
     35
     36* Pro: Fix locale fallback for translations loaded just in time (requires WP 6.6)
     37* Allow to pass an array as context to icl_register_string() #1497
     38* Fix admin bar search menu in WP 6.6 #1496
     39* Fix a regression in the usage of the filter pll_flag #1489
     40
     41= 3.6.2 (2024-06-03) =
     42
     43* Pro: Fix XLIFF files not correctly imported when exported from older version than 3.6
     44* Pro: Fix translated categories not assigned to translated post when using machine translation
     45* Pro: Fix 'lang' param not applied for secondary queries during a REST request
     46* Pro: Fix newlines for content edited in classic editor and translated with DeepL
     47* Pro: Fix a conflict with the Stream plugin on multisite
     48
     49= 3.6.1 (2024-04-09) =
     50
     51* Pro: Fix ACF fields not shown after a post was translated with DeepL
     52* Remove rewrite when registering the language taxonomy #1457
     53* Fix search block not filtered when displayed as button only #1459
     54* Fix current language not kept when using switch_to_blog() in multisite #1458
     55
     56= 3.6 (2024-03-18) =
     57
     58* Requires WP 6.2 as minimum version
     59* Add compatibility with WP 6.5
     60* Pro: Add DeepL machine translation for posts
     61* Pro: Add export and import in XLIFF 2.0/2.1 formats
     62* Pro: Improve translator comments in exported PO files
     63* Pro: Allow to export JSON encoded post and term metas in XLIFF files
     64* Pro: Allow to export block sub-attributes in XLIFF files
     65* Pro: Add footer notes block to XLIFF files
     66* Pro: Single files are now exported directly instead of inside a zip
     67* Pro: Reworked the language switcher navigation block
     68* Pro: Fix language switcher navigation block justification not aligned with core settings in overlay menu (requires WP 6.5)
     69* Pro: Fix a race condition which could lead to display a notice to the wrong user
     70* Pro: Fix a conflict with ACF when rewrite rules are flushed with WP-CLI on a multisite
     71* Pro: Fix import of several metas with same sources but different translations
     72* Add filter `pll_cookie_args` to filter the Polylang cookie arguments #1406
     73* Fix wrong translated post types and taxononies after a `switch_to_blog()` #1415
     74* Fix a minor performance issue for the page for posts #1412
     75* Fix a JS errors after quick edit. Props @mcguffin #1435, #1444
     76* Fix a possible warning in view-translations-post.php #1439
    477
    578= 3.5.4 (2024-02-06) =
  • polylang/trunk/polylang.php

    r3278736 r3287486  
    1111 * Plugin URI:        https://polylang.pro
    1212 * Description:       Adds multilingual capability to WordPress
    13  * Version:           3.7
     13 * Version:           3.7.1
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      7.2
     
    5353} else {
    5454    // Go on loading the plugin
    55     define( 'POLYLANG_VERSION', '3.7' );
     55    define( 'POLYLANG_VERSION', '3.7.1' );
    5656    define( 'PLL_MIN_WP_VERSION', '6.2' );
    5757    define( 'PLL_MIN_PHP_VERSION', '7.2' );
  • polylang/trunk/readme.txt

    r3278736 r3287486  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 3.7
     8Stable tag: 3.7.1
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6060* **Access to a Premium Support for personalized assistance.**
    6161
    62 Neither of them will allow to do automated translation.
    63 
    6462= Our other free plugins =
    6563
     
    105103== Changelog ==
    106104
     105= 3.7.1 (2025-05-05) =
     106
     107* Pro: Do not display ACF fileds translations settings when language location is set.
     108* Pro: Fix ACF taxonomy field terms not synchronized when "Save Terms" and "load terms" settings are activated.
     109* Pro: Fix duplicate options when using numeric keys for ACF choice fields.
     110
    107111= 3.7 (2025-04-22) =
    108112
     
    142146* Fix a conflict with WooCommerce Price Based on Country #1638
    143147
    144 = 3.6.7 (2025-03-11) =
    145 
    146 * Pro: Security : Fix private content disclosure.
    147 * Fix links wrongly removed in notices #1627
    148 * Fix all categories assigned when the default category is missing #1617
    149 
    150 = 3.6.6 (2025-01-13) =
    151 
    152 * Pro: Fix character encoding in the autocomplete field in the block editor languages panel
    153 * Pro: Fix navigation language switcher block allowing a dropdown to hide the current language
    154 * Pro: Fix translation of Media and text block when the media is shown on right
    155 * Pro: Fix translation of the Cover block when fixed background is enabled
    156 * Fix redirect of translated attachment page when attachment pages are disabled #1605
    157 
    158 = 3.6.5 (2024-11-05) =
    159 
    160 * Add compatibility with WP 6.7
    161 * Pro: Prevent infinite loop when the locale fallbacks reference each other
    162 * Pro: Set canResegment attribute to no in XLIFF files
    163 * Fix empty notice displayed if the plugin upgrade notice is set but empty
    164 
    165 = 3.6.4 (2024-07-29) =
    166 
    167 * Pro: Fix infinite loop with WP 6.6 when the locale fallbacks include the main locale of a language
    168 * Pro: Prevent saving the main locale among the locale fallbacks of a language
    169 * Pro: Hide the characters consumption graph when the DeepL cost control is deactivated
    170 * Add Yoast SEO social title and social description to the strings translations
    171 * Fix incorrect page on front and page for posts translations when the option is saved with admin language filter active
    172 
    173 = 3.6.3 (2024-06-18) =
    174 
    175 * Pro: Fix locale fallback for translations loaded just in time (requires WP 6.6)
    176 * Allow to pass an array as context to icl_register_string() #1497
    177 * Fix admin bar search menu in WP 6.6 #1496
    178 * Fix a regression in the usage of the filter pll_flag #1489
    179 
    180 = 3.6.2 (2024-06-03) =
    181 
    182 * Pro: Fix XLIFF files not correctly imported when exported from older version than 3.6
    183 * Pro: Fix translated categories not assigned to translated post when using machine translation
    184 * Pro: Fix 'lang' param not applied for secondary queries during a REST request
    185 * Pro: Fix newlines for content edited in classic editor and translated with DeepL
    186 * Pro: Fix a conflict with the Stream plugin on multisite
    187 
    188 = 3.6.1 (2024-04-09) =
    189 
    190 * Pro: Fix ACF fields not shown after a post was translated with DeepL
    191 * Remove rewrite when registering the language taxonomy #1457
    192 * Fix search block not filtered when displayed as button only #1459
    193 * Fix current language not kept when using switch_to_blog() in multisite #1458
    194 
    195 = 3.6 (2024-03-18) =
    196 
    197 * Requires WP 6.2 as minimum version
    198 * Add compatibility with WP 6.5
    199 * Pro: Add DeepL machine translation for posts
    200 * Pro: Add export and import in XLIFF 2.0/2.1 formats
    201 * Pro: Improve translator comments in exported PO files
    202 * Pro: Allow to export JSON encoded post and term metas in XLIFF files
    203 * Pro: Allow to export block sub-attributes in XLIFF files
    204 * Pro: Add footer notes block to XLIFF files
    205 * Pro: Single files are now exported directly instead of inside a zip
    206 * Pro: Reworked the language switcher navigation block
    207 * Pro: Fix language switcher navigation block justification not aligned with core settings in overlay menu (requires WP 6.5)
    208 * Pro: Fix a race condition which could lead to display a notice to the wrong user
    209 * Pro: Fix a conflict with ACF when rewrite rules are flushed with WP-CLI on a multisite
    210 * Pro: Fix import of several metas with same sources but different translations
    211 * Add filter `pll_cookie_args` to filter the Polylang cookie arguments #1406
    212 * Fix wrong translated post types and taxononies after a `switch_to_blog()` #1415
    213 * Fix a minor performance issue for the page for posts #1412
    214 * Fix a JS errors after quick edit. Props @mcguffin #1435, #1444
    215 * Fix a possible warning in view-translations-post.php #1439
    216 
    217148See [changelog.txt](https://plugins.svn.wordpress.org/polylang/trunk/changelog.txt) for older changelog
  • polylang/trunk/vendor/composer/installed.php

    r3278736 r3287486  
    44        'pretty_version' => '3.7.x-dev',
    55        'version' => '3.7.9999999.9999999-dev',
    6         'reference' => 'c2060c7eab4d7a158d8a03d1e4009ec0725fbef1',
     6        'reference' => 'c9cc69a8d359f38742a26cd353428f7d9d4f3d92',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => '3.7.x-dev',
    1515            'version' => '3.7.9999999.9999999-dev',
    16             'reference' => 'c2060c7eab4d7a158d8a03d1e4009ec0725fbef1',
     16            'reference' => 'c9cc69a8d359f38742a26cd353428f7d9d4f3d92',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.