Skip to content

Commit 3d3a04c

Browse files
committed
version bump + changelog
1 parent 6422c6a commit 3d3a04c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

readme.txt

Lines changed: 5 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.7
66
Requires PHP: 5.6
7-
Stable tag: 3.3
7+
Stable tag: 3.3.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

9898
== Changelog ==
99+
= 3.3.1 | May 18, 2021 =
100+
* New: TablePress support for Admin Menu Editor (PRO)
101+
* New: Admin notice that kindly asks you to leave a review
102+
* Tweak: Pave the way to implement Brizy support for Custom Admin Pages (PRO)
99103
= 3.3 | April 13, 2021 =
100104
* New: Admin Bar Editor (PRO)
101105
* New: Add custom CSS to the WordPress login screen

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
6+
* Version: 3.3.1
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' );
19+
define( 'ULTIMATE_DASHBOARD_PLUGIN_VERSION', '3.3.1' );
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)