| @@ -1,15 +1,19 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | /** |
| 4 | -Plugin Name: Polylang | |
| 5 | -Plugin URI: https://polylang.pro | |
| 6 | -Version: 2.7 | |
| 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 | |
| 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 | |
| 12 | 16 | */ |
| 13 | 17 | |
| 14 | 18 | /* |
| 15 | 19 | * Copyright 2011-2019 Frédéric Demarle |
| @@ -50,9 +54,9 @@ | ||
| 50 | 54 | deactivate_plugins( POLYLANG_BASENAME ); |
| 51 | 55 | } |
| 52 | 56 | } else { |
| 53 | 57 | // Go on loading the plugin |
| 54 | - define( 'POLYLANG_VERSION', '2.7' ); | |
| 58 | + define( 'POLYLANG_VERSION', '2.7.3' ); | |
| 55 | 59 | define( 'PLL_MIN_WP_VERSION', '4.9' ); |
| 56 | 60 | define( 'PLL_MIN_PHP_VERSION', '5.6' ); |
| 57 | 61 | |
| 58 | 62 | define( 'POLYLANG_FILE', __FILE__ ); // this file |