更新文件

This commit is contained in:
feibisi 2025-06-24 23:35:55 +08:00
parent 7c31978a96
commit afa143098b
19 changed files with 2 additions and 2 deletions

0
LICENSE Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
assets/dashboard-core.js Normal file → Executable file
View file

0
assets/dashboard-modals.js Normal file → Executable file
View file

0
assets/dashboard-settings.js Normal file → Executable file
View file

0
assets/dashboard-widgets.js Normal file → Executable file
View file

0
assets/dashboard.css Normal file → Executable file
View file

0
assets/images/icon.svg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Before After
Before After

0
includes/class-admin-interface.php Normal file → Executable file
View file

0
includes/class-ajax-handler.php Normal file → Executable file
View file

0
includes/class-helpers.php Normal file → Executable file
View file

0
includes/class-network-data.php Normal file → Executable file
View file

0
includes/class-plugin-core.php Normal file → Executable file
View file

0
includes/class-settings-manager.php Normal file → Executable file
View file

0
includes/class-user-manager.php Normal file → Executable file
View file

0
languages/wp-multisite-dashboard-zh_CN.l10n.php Normal file → Executable file
View file

0
templates/admin-modals.php Normal file → Executable file
View file

0
templates/settings-page.php Normal file → Executable file
View file

4
wp-multisite-dashboard.php Normal file → Executable file
View file

@ -3,7 +3,7 @@
* Plugin Name: WP Multisite Dashboard
* Plugin URI: https://wpmultisite.com/plugins/wp-multisite-dashboard
* Description: Essential dashboard widgets for WordPress multisite administrators
* Version: 1.2.2
* Version: 1.2.1
* Author: WPMultisite.com
* Author URI: https://WPMultisite.com
* License: GPLv2+
@ -16,7 +16,7 @@ if (!defined("ABSPATH")) {
exit();
}
define("WP_MSD_VERSION", "1.2.2");
define("WP_MSD_VERSION", "1.2.1");
define("WP_MSD_PLUGIN_DIR", plugin_dir_path(__FILE__));
define("WP_MSD_PLUGIN_URL", plugin_dir_url(__FILE__));