Skip to content

Commit

Permalink
Version 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Sep 20, 2023
1 parent d2da73f commit 4a5f64e
Show file tree
Hide file tree
Showing 3 changed files with 6 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.8.0' );
define( 'RWMB_VER', '5.8.1' );

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.8.0
* Version: 5.8.1
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
Expand Down
5 changes: 4 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.3.1
Stable tag: 5.8.0
Stable tag: 5.8.1
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,9 @@ If you like this plugin, you might also like our other WordPress products:

== Changelog ==

= 5.8.1 - 2023-09-20 =
- Fix missing validation files

= 5.8.0 - 2023-09-20 =

**Highlights:**
Expand Down

0 comments on commit 4a5f64e

Please sign in to comment.