Skip to content

Commit db231d3

Browse files
committed
Version 5.10.8
1 parent ef8675e commit db231d3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

inc/loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class RWMB_Loader {
88
protected function constants() {
99
// Script version, used to add version for scripts and styles.
10-
define( 'RWMB_VER', '5.10.7' );
10+
define( 'RWMB_VER', '5.10.8' );
1111

1212
list( $path, $url ) = self::get_path( dirname( __DIR__ ) );
1313

meta-box.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Meta Box
44
* Plugin URI: https://metabox.io
55
* Description: Create custom meta boxes and custom fields in WordPress.
6-
* Version: 5.10.7
6+
* Version: 5.10.8
77
* Author: MetaBox.io
88
* Author URI: https://metabox.io
99
* License: GPL2+

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: custom fields, custom post types, post type, custom taxonomies, meta box
55
Requires at least: 5.9
66
Requires PHP: 7.1
77
Tested up to: 6.7.2
8-
Stable tag: 5.10.7
8+
Stable tag: 5.10.8
99
License: GPLv2 or later
1010

1111
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for your custom post types in WordPress.
@@ -148,6 +148,9 @@ If you want to use Meta Box, please follow these steps:
148148

149149
== Changelog ==
150150

151+
= 5.10.8 - 2025-03-14 =
152+
- Redesign the dashboard
153+
151154
= 5.10.7 - 2025-02-25 =
152155
- Fix: max clone with clone empty start
153156

0 commit comments

Comments
 (0)