Skip to content

Commit 9f3598c

Browse files
committed
Version 5.10.16
1 parent 51cded8 commit 9f3598c

4 files changed

Lines changed: 44 additions & 27 deletions

File tree

composer.lock

Lines changed: 32 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

readme.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://metabox.io/pricing/
44
Tags: custom fields, custom post types, post type, custom taxonomies, meta box
55
Requires at least: 6.5
66
Requires PHP: 7.1
7-
Tested up to: 6.8.2
8-
Stable tag: 5.10.15
7+
Tested up to: 6.8.3
8+
Stable tag: 5.10.16
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,17 +147,22 @@ If you want to use Meta Box, please follow these steps:
147147

148148
== Changelog ==
149149

150+
= 5.10.16 - 2025-11-05 =
151+
152+
- WPML integration: filter helper functions to get the translated IDs for `post` field
153+
- Fix cloning `post` field not clearing the value
154+
150155
= 5.10.15 - 2025-10-06 =
151156

152-
Add `marker_draggable` option for `map`/`osm` fields to disable changing the pin on the map.
157+
- Add `marker_draggable` option for `map`/`osm` fields to disable changing the pin on the map.
153158

154159
= 5.10.14 - 2025-09-15 =
155160

156-
Update dependencies
161+
- Update dependencies
157162

158163
= 5.10.13 - 2025-08-14 =
159164

160-
Fix `get_current_screen()` error for term meta
165+
- Fix `get_current_screen()` error for term meta
161166

162167
= 5.10.12 - 2025-08-13 =
163168

0 commit comments

Comments
 (0)