Skip to content

Commit 9e7aafa

Browse files
committed
vbump
1 parent 4a04d19 commit 9e7aafa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: Custom Dashboard, Admin Menu Editor, Custom Login Screen, Custom WordPress
44
Requires at least: 4.6
55
Tested up to: 6.4
66
Requires PHP: 5.6
7-
Stable tag: 3.7.14
7+
Stable tag: 3.8
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -102,6 +102,12 @@ For multisite support & more check out [Ultimate Dashboard PRO](https://ultimate
102102
11. Modules Screen
103103

104104
== Changelog ==
105+
= 3.8 | June 19, 2024 =
106+
* New: Dark Mode (experimental)
107+
* New: Move sub-menu items across top-level menu items in the Admin Menu Editor
108+
* Tweak: Overall UI/UX improvements
109+
* Tweak: Overall improvements to the Admin Menu Editor
110+
* Fixed: Performance issues related to the Admin Menu Editor
105111
= 3.7.14 | May 10, 2024 =
106112
* Tested up to WordPress 6.5
107113
= 3.7.13 | January 09, 2024 =

ultimate-dashboard.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Ultimate Dashboard
44
* Plugin URI: https://ultimatedashboard.io/
55
* Description: Create a custom Dashboard and give the WordPress admin area a more meaningful use.
6-
* Version: 3.7.14
6+
* Version: 3.8
77
* Author: David Vongries
88
* Author URI: https://davidvongries.com/
99
* Text Domain: ultimate-dashboard
@@ -16,7 +16,7 @@
1616
// Plugin constants.
1717
define( 'ULTIMATE_DASHBOARD_PLUGIN_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );
1818
define( 'ULTIMATE_DASHBOARD_PLUGIN_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
19-
define( 'ULTIMATE_DASHBOARD_PLUGIN_VERSION', '3.7.14' );
19+
define( 'ULTIMATE_DASHBOARD_PLUGIN_VERSION', '3.8' );
2020
define( 'ULTIMATE_DASHBOARD_PLUGIN_FILE', plugin_basename( __FILE__ ) );
2121

2222
/**

0 commit comments

Comments
 (0)