Skip to content

Commit 252ff8e

Browse files
committed
Version 5.1.3
1 parent b9f4a89 commit 252ff8e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 5.1.3 - 2025-11-07
2+
3+
- Add prefix to field IDs when checking for duplication
4+
- Add notice for relationship's field settings to let users know they are applied to the field on the other side of the relationship
5+
- Show field group settings when the location is set for a settings page
6+
- Fix return type `static` not supported in PHP < 8.0
7+
18
### 5.1.2 - 2025-11-05
29

310
- Remove IDs for custom HTML, divider, heading fields in the structure panel, and for custom HTML field in the preview area

meta-box-builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: MB Builder
44
* Plugin URI: https://metabox.io/plugins/meta-box-builder/
55
* Description: Drag and drop UI for creating custom meta boxes and custom fields.
6-
* Version: 5.1.2
6+
* Version: 5.1.3
77
* Author: MetaBox.io
88
* Author URI: https://metabox.io
99
* License: GPL-2.0-or-later
@@ -46,7 +46,7 @@ function mb_builder_load(): void {
4646
return;
4747
}
4848

49-
define( 'MBB_VER', '5.1.2' );
49+
define( 'MBB_VER', '5.1.3' );
5050
define( 'MBB_DIR', trailingslashit( __DIR__ ) );
5151

5252
list( , $url ) = \RWMB_Loader::get_path( MBB_DIR );

0 commit comments

Comments
 (0)