mirror of
https://github.com/WPMultisite/multisite-plugin-control.git
synced 2025-08-03 05:33:22 +08:00
Bump version to 1.9.2 and update requirements
Updated the plugin version to 1.9.2 and changed the minimum required WordPress version to 5.9 in the plugin header.
This commit is contained in:
parent
308c0faebd
commit
8c1625388e
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
|||
* Plugin Name: Multisite Plugin Control
|
||||
* Plugin URI: https://wpmultisite.com/plugins/multisite-plugin-control
|
||||
* Description: Manage plugin access permissions across your entire WordPress multisite network with enhanced UI and statistics.
|
||||
* Version: 1.9.1
|
||||
* Version: 1.9.2
|
||||
* Author: WPMultisite.com
|
||||
* Author URI: https://wpmultisite.com
|
||||
* Network: true
|
||||
* Requires at least: 6.7.2
|
||||
* Requires at least: 5.9
|
||||
* License: GPL v2 or later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
* Text Domain: multisite-plugin-control
|
||||
|
@ -18,7 +18,7 @@ if (!defined('WPINC')) {
|
|||
die;
|
||||
}
|
||||
|
||||
define('MULTISITE_PLUGIN_CONTROL_VERSION', '1.9.1');
|
||||
define('MULTISITE_PLUGIN_CONTROL_VERSION', '1.9.2');
|
||||
define('MULTISITE_PLUGIN_CONTROL_PATH', plugin_dir_path(__FILE__));
|
||||
define('MULTISITE_PLUGIN_CONTROL_URL', plugin_dir_url(__FILE__));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue