PluginProbe
Polylang / 2.6.2
Polylang v2.6.2
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 +4 -5 2.7.12.6.2 View file →
@@ -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