Version 5.3.10

pull/1398/head 5.3.10
Anh Tran 3 years ago
parent 79bff67584
commit 10824f80a8

@ -18,7 +18,7 @@ class RWMB_Loader {
*/
protected function constants() {
// Script version, used to add version for scripts and styles.
define( 'RWMB_VER', '5.3.9' );
define( 'RWMB_VER', '5.3.10' );
list( $path, $url ) = self::get_path( dirname( dirname( __FILE__ ) ) );

@ -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.3.9
* Version: 5.3.10
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+

@ -5,7 +5,7 @@ Tags: meta box, custom fields, custom post types, custom taxonomies, cpt, meta b
Requires at least: 4.3
Requires PHP: 5.6
Tested up to: 5.7
Stable tag: 5.3.9
Stable tag: 5.3.10
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.
@ -168,6 +168,13 @@ To getting started with the plugin, please read the [Quick Start Guide](https://
== Changelog ==
= 5.3.10 - 2021-04-24 =
- Disable autocomplete for date/datetime fields
- Input list field: Fix label not working if contains HTML
- Fix multiple OSM on the same page
- Add auto update for solutions
- Fix various bugs for the wysiwyg editor field (mostly in blocks) and allows to pass tinyMCE/quicktags settings to the editor
= 5.3.9 - 2021-03-10 =
- Fix taxonomy_advanced doesn't load options in attachment with media_modal set to true.
- Fix `rwmb_{$field_id}_choice_label` not working for checkbox_list field type

Loading…
Cancel
Save