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