Skip to content

Commit

Permalink
Version 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Jan 22, 2024
1 parent f694c3c commit b41e1c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.1' );
define( 'RWMB_VER', '5.9.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.9.1
* Version: 5.9.2
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: meta box, custom fields, custom post types, custom taxonomies, cpt, meta b
Requires at least: 5.9
Requires PHP: 7.0
Tested up to: 6.4.2
Stable tag: 5.9.1
Stable tag: 5.9.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 @@ -175,6 +175,12 @@ If you like this plugin, you might also like our other WordPress products:

== Changelog ==

= 5.9.2 - 2024-01-22 =
- Validation: fix PHP warning when fields has non-consecutive keys
- Icon field: fix custom icon not working
- Update jQuery Validation to 1.20.0. Props Maarten.
- Prepare css to be inlined. Props Maarten.

= 5.9.1 - 2023-12-25 =
- Fix preview posts not working in the block editor in WP 6.4.
- Icon field: allow to set relative path/URL for settings
Expand Down

0 comments on commit b41e1c6

Please sign in to comment.