Skip to content

Commit 24466e2

Browse files
committed
version bump + changelog
1 parent 3b68d4f commit 24466e2

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

readme.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: Dashboard, Wordpress Dashboard, Dashboard Widgets, Custom WordPress Dashbo
44
Requires at least: 4.6
55
Tested up to: 5.7
66
Requires PHP: 5.6
7-
Stable tag: 3.3.3
7+
Stable tag: 3.3.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -40,7 +40,7 @@ Remove things like the **Help** tab and **Screen Options** tab from the WordPres
4040
Create **custom Top-Level** & **Sub-Menu pages** using HTML, CSS or the default WordPress WISIWYG Editor and add them anywhere to the WordPress admin menu.
4141

4242
== More Features ==
43-
43+
* Change WordPress welcome panel content (New!)
4444
* Replace the WordPress dashboard headline
4545
* Define a text/icon & headline color for your Ultimate Dashboard widgets
4646
* Hide the WordPress admin bar from the frontend
@@ -58,8 +58,8 @@ For more features, check out [Ultimate Dashboard PRO](https://ultimatedashboard.
5858
* Create video widgets
5959
* Create contact form widgets
6060
* WordPress multisite support
61-
* Admin Menu Editor (NEW!)
62-
* Admin Bar Editor (NEW!)
61+
* Admin Menu Editor (New!)
62+
* Admin Bar Editor (New!)
6363

6464
[youtube https://youtu.be/w0oEQF3C6v0]
6565

@@ -95,6 +95,9 @@ For multisite support & more check out [Ultimate Dashboard PRO](https://ultimate
9595
7. Ultimate Dashboard Settings Page
9696

9797
== Changelog ==
98+
= 3.3.4 | June 8, 2021 =
99+
* New: WordPress admin body classes (udb-user-{nicename}, udb-role-{current-user-role})
100+
* New: Settings to change the WordPress welcome panel
98101
= 3.3.3 | June 1, 2021 =
99102
* New: Remember Users/Roles tab when saving in Admin Menu Editor (PRO)
100103
* Other minor tweaks & improvements

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.3.3
6+
* Version: 3.3.4
77
* Author: David Vongries
88
* Author URI: https://mapsteps.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.3.3' );
19+
define( 'ULTIMATE_DASHBOARD_PLUGIN_VERSION', '3.3.4' );
2020
define( 'ULTIMATE_DASHBOARD_PLUGIN_FILE', plugin_basename( __FILE__ ) );
2121

2222
// Hack to fix broken plugin updater in Ultimate Dashboard PRO 3.0.

0 commit comments

Comments
 (0)