Skip to content

Commit aaad2b0

Browse files
committed
vbump
1 parent 2f28f14 commit aaad2b0

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

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

104104
== Changelog ==
105+
= 3.7.14 | January 09, 2024 =
106+
* Tested up to WordPress 6.5
105107
= 3.7.13 | January 09, 2024 =
106108
* Fixed: "Add New" text in the WordPress admin menu for adding new widgets & admin pages
107109
= 3.7.12 | December 30, 2023 =

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

2222
/**

0 commit comments

Comments
 (0)