Plugin Directory

Changeset 3053182

Timestamp:
03/18/2024 08:15:05 AM (5 months ago)
Author:
Chouby
Message:

Version 3.6

Location:
polylang
Files:
3 edited
166 copied

Legend:

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

    r3051260 r3053182  
    1111 * Plugin URI:        https://polylang.pro
    1212 * Description:       Adds multilingual capability to WordPress
    13  * Version:           3.6-rc1
     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-rc1' );
     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/readme.txt

    r3051260 r3053182  
    66Tested up to: 6.5
    77Requires PHP: 7.0
    8 Stable tag: 3.5.4
     8Stable tag: 3.
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    105105== Changelog ==
    106106
    107 == 3.6 ==
     107== 3.6 ==
    108108
    109109* Requires WP 6.2 as minimum version
  • polylang/tags/3.6/vendor/composer/installed.php

    r3051260 r3053182  
    22    'root' => array(
    33        'name' => 'wpsyntex/polylang',
    4         'pretty_version' => 'dev-master',
    5         'version' => 'dev-master',
    6         'reference' => 'a25d2d64ac74cee1ff96563552aa9e2c7c291186',
     4        'pretty_version' => '',
     5        'version' => '',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpsyntex/polylang' => array(
    14             'pretty_version' => 'dev-master',
    15             'version' => 'dev-master',
    16             'reference' => 'a25d2d64ac74cee1ff96563552aa9e2c7c291186',
     14            'pretty_version' => '',
     15            'version' => '',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • polylang/trunk/polylang.php

    r3051260 r3053182  
    1111 * Plugin URI:        https://polylang.pro
    1212 * Description:       Adds multilingual capability to WordPress
    13  * Version:           3.6-rc1
     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-rc1' );
     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

    r3051260 r3053182  
    66Tested up to: 6.5
    77Requires PHP: 7.0
    8 Stable tag: 3.5.4
     8Stable tag: 3.
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    105105== Changelog ==
    106106
    107 == 3.6 ==
     107== 3.6 ==
    108108
    109109* Requires WP 6.2 as minimum version
  • polylang/trunk/vendor/composer/installed.php

    r3051260 r3053182  
    22    'root' => array(
    33        'name' => 'wpsyntex/polylang',
    4         'pretty_version' => 'dev-master',
    5         'version' => 'dev-master',
    6         'reference' => 'a25d2d64ac74cee1ff96563552aa9e2c7c291186',
     4        'pretty_version' => '',
     5        'version' => '',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpsyntex/polylang' => array(
    14             'pretty_version' => 'dev-master',
    15             'version' => 'dev-master',
    16             'reference' => 'a25d2d64ac74cee1ff96563552aa9e2c7c291186',
     14            'pretty_version' => '',
     15            'version' => '',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.