| @@ -1,24 +1,20 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | /** |
| 4 | - * Plugin Name: Polylang | |
| 5 | - * Plugin URI: https://polylang.pro | |
| 6 | - * Description: Adds multilingual capability to WordPress | |
| 7 | - * Version: 2.7.3 | |
| 8 | - * Requires at least: 4.9 | |
| 9 | - * Requires PHP: 5.6 | |
| 10 | - * Author: WP SYNTEX | |
| 11 | - * Author uri: https://polylang.pro | |
| 12 | - * License: GPL v3 or later | |
| 13 | - * License URI: https://www.gnu.org/licenses/gpl-3.0.html | |
| 14 | - * Text Domain: polylang | |
| 15 | - * Domain Path: /languages | |
| 4 | +Plugin Name: Polylang | |
| 5 | +Plugin URI: https://polylang.pro | |
| 6 | +Version: 2.6.2 | |
| 7 | +Author: WP SYNTEX | |
| 8 | +Author uri: https://polylang.pro | |
| 9 | +Description: Adds multilingual capability to WordPress | |
| 10 | +Text Domain: polylang | |
| 11 | +Domain Path: /languages | |
| 16 | 12 | */ |
| 17 | 13 | |
| 18 | 14 | /* |
| 19 | 15 | * Copyright 2011-2019 Frédéric Demarle |
| 20 | - * Copyright 2019-2020 WP SYNTEX | |
| 16 | + * Copyright 2019 WP SYNTEX | |
| 21 | 17 | * |
| 22 | 18 | * This program is free software: you can redistribute it and/or modify |
| 23 | 19 | * it under the terms of the GNU General Public License as published by |
| 24 | 20 | * the Free Software Foundation, either version 3 of the License, or |
| @@ -54,11 +50,10 @@ | ||
| 54 | 50 | deactivate_plugins( POLYLANG_BASENAME ); |
| 55 | 51 | } |
| 56 | 52 | } else { |
| 57 | 53 | // Go on loading the plugin |
| 58 | - define( 'POLYLANG_VERSION', '2.7.3' ); | |
| 59 | - define( 'PLL_MIN_WP_VERSION', '4.9' ); | |
| 60 | - define( 'PLL_MIN_PHP_VERSION', '5.6' ); | |
| 54 | + define( 'POLYLANG_VERSION', '2.6.2' ); | |
| 55 | + define( 'PLL_MIN_WP_VERSION', '4.7' ); | |
| 61 | 56 | |
| 62 | 57 | define( 'POLYLANG_FILE', __FILE__ ); // this file |
| 63 | 58 | define( 'POLYLANG_BASENAME', plugin_basename( POLYLANG_FILE ) ); // plugin name as known by WP |
| 64 | 59 | define( 'POLYLANG_DIR', dirname( POLYLANG_FILE ) ); // our directory |