Skip to content

Commit

Permalink
Version 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Aug 20, 2024
1 parent 3d193af commit 74b8775
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inc/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class RWMB_Loader {
protected function constants() {
// Script version, used to add version for scripts and styles.
define( 'RWMB_VER', '5.9.11' );
define( 'RWMB_VER', '5.10.0' );

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

Expand Down
2 changes: 1 addition & 1 deletion meta-box.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Meta Box
* Plugin URI: https://metabox.io
* Description: Create custom meta boxes and custom fields in WordPress.
* Version: 5.9.11
* Version: 5.10.0
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
Expand Down
19 changes: 16 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://metabox.io/pricing/
Tags: custom fields, custom post types, post type, custom taxonomies, meta box
Requires at least: 5.9
Requires PHP: 7.0
Tested up to: 6.6
Stable tag: 5.9.11
Tested up to: 6.6.1
Stable tag: 5.10.0
License: GPLv2 or later

Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for your custom post types in WordPress.
Expand Down Expand Up @@ -160,7 +160,20 @@ If you like this plugin, you might also like our other WordPress products:

== Changelog ==

= 5.9.11 - 2024-07-17 =
= 5.10.0 - 2024-08-19

**Highlights:**

This version introduces new parameter for field: `clone_empty_start` that makes cloneable groups **not** showing inputs at first. When users want to enter data, they'll need to click the "+ Add new" button. This feature updates the UI and makes it cleaner.

See more details on our [blog post](https://metabox.io/clone-empty-start/).

Other changes:

- Replace `sprintf` with string concatenation in `RWMB_Field::show` to fix issues when `$field['before']` or `$field['after']` contains special characters (`%`). Props Daniel Haim.
- Fix mismatch filter params for `rwmb_meta` when no fields are found.

= 5.9.11 - 2024-07-10.0
- Make validation work for blocks
- Fix JavaScript validation error in site editor
- Set default minute step = 5 for datetime/time pickers
Expand Down

0 comments on commit 74b8775

Please sign in to comment.