Plugin Directory

Changeset 3096618

Timestamp:
06/03/2024 08:18:44 AM (2 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.
    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.' );
    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.
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    106106== Changelog ==
    107107
     108
     109
     110
     111
     112
     113
     114
     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' => '',
    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' => '',
    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.
    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.' );
    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.
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    106106== Changelog ==
    107107
     108
     109
     110
     111
     112
     113
     114
     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' => '',
    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' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.