Skip to content

Commit 3ee7911

Browse files
committed
Version 5.1.5
1 parent 06b848a commit 3ee7911

17 files changed

Lines changed: 100 additions & 60 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 5.1.5 - 2025-11-24
2+
3+
- Change icon for required/cloneable badge to avoid UX confusion
4+
- Change tooltip for field label to top to always show the ID
5+
- Hide date's `save_format` & `timestamp` settings when in a group to avoid confustion as they're not effective when inside groups
6+
- Fix cannot add rules for Advanced location rules
7+
- Fix cursor jumping when editing tooltip content
8+
- Fix typing issue with Vietnamese in the field label in the field settings panel
9+
- Fix incorrect location when importing field groups for settings pages
10+
- Fix parsing JSON notation
11+
112
### 5.1.4 - 2025-11-13
213

314
- Fix required text field preventing saving

assets/build/1039.app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/1629.app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/7825.app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/app.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => '8c07b96bef0c1b5a19b8');
1+
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => '968ec612c2fdf3eb38f2');

assets/build/app.js

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

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.lock

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

meta-box-builder.php

Lines changed: 1 addition & 1 deletion
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.4
6+
* Version: 5.1.5
77
* Author: MetaBox.io
88
* Author URI: https://metabox.io
99
* License: GPL-2.0-or-later
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => '45c64cde7694b75da5d7');
1+
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => '278721017c6b495795b0');

0 commit comments

Comments
 (0)