Skip to content

Commit dc0d430

Browse files
committed
Version 5.10.10
1 parent aa55a09 commit dc0d430

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 5.10.10 - 2025-05-21
2+
3+
- Fix datetime field returns null
4+
- Fix single image field not working with Polylang Pro
5+
- Fix reveal password icon not working
6+
17
### 5.10.9 - 2025-05-08
28

39
- Add button to toggle password (#1630)

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.9' );
10+
define( 'RWMB_VER', '5.10.10' );
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.9
6+
* Version: 5.10.10
77
* Author: MetaBox.io
88
* Author URI: https://metabox.io
99
* License: GPL2+

readme.txt

Lines changed: 6 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.8.1
8-
Stable tag: 5.10.9
8+
Stable tag: 5.10.10
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.
@@ -147,6 +147,11 @@ If you want to use Meta Box, please follow these steps:
147147

148148
== Changelog ==
149149

150+
= 5.10.10 - 2025-05-21 =
151+
- Fix datetime field returns null
152+
- Fix single image field not working with Polylang Pro
153+
- Fix reveal password icon not working
154+
150155
= 5.10.9 - 2025-05-08 =
151156
- Add button to toggle password (#1630)
152157
- Add gesture handling support for OSM field (#1631)

0 commit comments

Comments
 (0)