Skip to content

Commit

Permalink
Version 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Sep 26, 2024
1 parent 87a0fbd commit fc5dbb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.10.1' );
define( 'RWMB_VER', '5.10.2' );

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.10.1
* Version: 5.10.2
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
Expand Down
10 changes: 8 additions & 2 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.1
Stable tag: 5.10.1
Tested up to: 6.6.2
Stable tag: 5.10.2
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,6 +160,12 @@ If you like this plugin, you might also like our other WordPress products:

== Changelog ==

= 5.10.2 - 2024-09-26 =
- Fix issue with conditional logic
- Fix error when removing default taxonomy meta box in the front end or with the block editor
- Fix missing .hidden on the front end for `checkbox_tree`
- Fix required attribute for `select_tree`

= 5.10.1 - 2024-09-07 =
- Fix issue with `clone_empty_start` (validation, now showing data for the 1st clone, broken `text_list` field, etc.)

Expand Down

0 comments on commit fc5dbb1

Please sign in to comment.