| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | * @wordpress-plugin |
| 10 | 10 | * Plugin Name: Polylang |
| 11 | 11 | * Plugin URI: https://polylang.pro |
| 12 | 12 | * Description: Adds multilingual capability to WordPress |
| 13 | - * Version: 2.8.2 | |
| 13 | + * Version: 2.8 | |
| 14 | 14 | * Requires at least: 4.9 |
| 15 | 15 | * Requires PHP: 5.6 |
| 16 | 16 | * Author: WP SYNTEX |
| 17 | 17 | * Author URI: https://polylang.pro |
| @@ -52,9 +52,9 @@ | ||
| 52 | 52 | exit; |
| 53 | 53 | } |
| 54 | 54 | } else { |
| 55 | 55 | // Go on loading the plugin |
| 56 | - define( 'POLYLANG_VERSION', '2.8.2' ); | |
| 56 | + define( 'POLYLANG_VERSION', '2.8' ); | |
| 57 | 57 | define( 'PLL_MIN_WP_VERSION', '4.9' ); |
| 58 | 58 | define( 'PLL_MIN_PHP_VERSION', '5.6' ); |
| 59 | 59 | |
| 60 | 60 | define( 'POLYLANG_FILE', __FILE__ ); |