Skip to content

Commit 822b75c

Browse files
committed
version bump + changelog
1 parent 680b985 commit 822b75c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

readme.txt

Lines changed: 10 additions & 1 deletion
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.6
66
Requires PHP: 5.6
7-
Stable tag: 3.1.3
7+
Stable tag: 3.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

9696
== Changelog ==
97+
= 3.2 | March 04, 2021 =
98+
* New: Improved & cleaned up admin & settings page design
99+
* New: Admin Menu Editor - Change the admin menu for specific user roles (PRO)
100+
* New: Admin Menu Editor - Add custom menu items to the WordPress admin menu (PRO)
101+
* Tweak: Admin Menu Editor - Changed sub menu name from Admin Menu to Admin Menu Editor to be more precise
102+
* Fixed: Widget & admin page user roles are not imported properly (PRO)
103+
* Fixed: Login Customizer - Border color styling
104+
* Fixed: Admin Menu Editor - Rare case where the admin menu was broken after using the Admin Menu Editor feature (PRO)
105+
* Fixed: Login Customizer - Box-width setting doesn't work (PRO)
97106
= 3.1.3 | December 20, 2020 =
98107
* Tweak: Improved "Modules" feature
99108
* Tweak: Improved "Login Customizer" CSS output

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 WordPress Dashboard.
6-
* Version: 3.1.4
6+
* Version: 3.2
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.1.4' );
19+
define( 'ULTIMATE_DASHBOARD_PLUGIN_VERSION', '3.2' );
2020

2121
// Hack to fix broken plugin updater in Ultimate Dashboard PRO 3.0
2222
// This will be removed with a future update.

0 commit comments

Comments
 (0)