PluginProbe
Polylang / 2.7.3
Polylang v2.7.3
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | polylang.php +13 -9 2.72.7.3 View file →
@@ -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