Plugin Directory

Changeset 3096618 for polylang


Ignore:
Timestamp:
06/03/2024 08:18:44 AM (22 months ago)
Author:
Chouby
Message:

Version 3.6.2

Location:
polylang
Files:
3 edited
166 copied

Legend:

Unmodified
Added
Removed
  • polylang/tags/3.6.2/polylang.php

    r3067374 r3096618  
    1111 * Plugin URI:        https://polylang.pro
    1212 * Description:       Adds multilingual capability to WordPress
    13  * Version:           3.6.1
     13 * Version:           3.6.2
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      7.0
     
    5454} else {
    5555    // Go on loading the plugin
    56     define( 'POLYLANG_VERSION', '3.6.1' );
     56    define( 'POLYLANG_VERSION', '3.6.2' );
    5757    define( 'PLL_MIN_WP_VERSION', '6.2' );
    5858    define( 'PLL_MIN_PHP_VERSION', '7.0' );
  • polylang/tags/3.6.2/readme.txt

    r3068274 r3096618  
    66Tested up to: 6.5
    77Requires PHP: 7.0
    8 Stable tag: 3.6.1
     8Stable tag: 3.6.2
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    106106== Changelog ==
    107107
     108= 3.6.2 (2024-06-03) =
     109
     110* Pro: Fix XLIFF files not correctly imported when exported from older version than 3.6
     111* Pro: Fix translated categories not assigned to translated post when using machine translation
     112* Pro: Fix 'lang' param not applied for secondary queries during a REST request
     113* Pro: Fix newlines for content edited in classic editor and translated with DeepL
     114* Pro: Fix a conflict with the Stream plugin on multisite
     115
    108116= 3.6.1 (2024-04-09) =
    109117
  • polylang/tags/3.6.2/vendor/composer/installed.php

    r3067374 r3096618  
    44        'pretty_version' => '3.6.x-dev',
    55        'version' => '3.6.9999999.9999999-dev',
    6         'reference' => 'd762db6d83067556f6270aa0f41b8e0b9b427477',
     6        'reference' => '4ccb4bed5fb87bccf22ce8d829c96fc1719b50fa',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => '3.6.x-dev',
    1515            'version' => '3.6.9999999.9999999-dev',
    16             'reference' => 'd762db6d83067556f6270aa0f41b8e0b9b427477',
     16            'reference' => '4ccb4bed5fb87bccf22ce8d829c96fc1719b50fa',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • polylang/trunk/polylang.php

    r3067374 r3096618  
    1111 * Plugin URI:        https://polylang.pro
    1212 * Description:       Adds multilingual capability to WordPress
    13  * Version:           3.6.1
     13 * Version:           3.6.2
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      7.0
     
    5454} else {
    5555    // Go on loading the plugin
    56     define( 'POLYLANG_VERSION', '3.6.1' );
     56    define( 'POLYLANG_VERSION', '3.6.2' );
    5757    define( 'PLL_MIN_WP_VERSION', '6.2' );
    5858    define( 'PLL_MIN_PHP_VERSION', '7.0' );
  • polylang/trunk/readme.txt

    r3068274 r3096618  
    66Tested up to: 6.5
    77Requires PHP: 7.0
    8 Stable tag: 3.6.1
     8Stable tag: 3.6.2
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    106106== Changelog ==
    107107
     108= 3.6.2 (2024-06-03) =
     109
     110* Pro: Fix XLIFF files not correctly imported when exported from older version than 3.6
     111* Pro: Fix translated categories not assigned to translated post when using machine translation
     112* Pro: Fix 'lang' param not applied for secondary queries during a REST request
     113* Pro: Fix newlines for content edited in classic editor and translated with DeepL
     114* Pro: Fix a conflict with the Stream plugin on multisite
     115
    108116= 3.6.1 (2024-04-09) =
    109117
  • polylang/trunk/vendor/composer/installed.php

    r3067374 r3096618  
    44        'pretty_version' => '3.6.x-dev',
    55        'version' => '3.6.9999999.9999999-dev',
    6         'reference' => 'd762db6d83067556f6270aa0f41b8e0b9b427477',
     6        'reference' => '4ccb4bed5fb87bccf22ce8d829c96fc1719b50fa',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => '3.6.x-dev',
    1515            'version' => '3.6.9999999.9999999-dev',
    16             'reference' => 'd762db6d83067556f6270aa0f41b8e0b9b427477',
     16            'reference' => '4ccb4bed5fb87bccf22ce8d829c96fc1719b50fa',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.