Skip to content

Commit d3143c2

Browse files
committed
version bump
1 parent 309eec8 commit d3143c2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

readme.txt

Lines changed: 3 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.4
7+
Stable tag: 3.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

9797
== Changelog ==
98+
= 3.4 | June 22, 2021 =
99+
* New: Advanced White Label settings
98100
= 3.3.4 | June 8, 2021 =
99101
* New: WordPress admin body classes (udb-user-{nicename}, udb-role-{current-user-role})
100102
* New: Settings to change the WordPress welcome panel

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.4
6+
* Version: 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.4' );
19+
define( 'ULTIMATE_DASHBOARD_PLUGIN_VERSION', '3.4' );
2020
define( 'ULTIMATE_DASHBOARD_PLUGIN_FILE', plugin_basename( __FILE__ ) );
2121

2222
/**

0 commit comments

Comments
 (0)