Skip to content

Commit

Permalink
Version 5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Oct 13, 2023
1 parent 01884b0 commit de583a7
Show file tree
Hide file tree
Showing 3 changed files with 8 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.8.1' );
define( 'RWMB_VER', '5.8.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.8.1
* Version: 5.8.2
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
Expand Down
8 changes: 6 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: meta box, custom fields, custom post types, custom taxonomies, cpt, meta boxes, custom field, post type, taxonomy, meta, admin, advanced, custom, edit, field, file, image, magic fields, post types, more fields, post, repeater, simple fields, text, textarea, type, cms, fields post
Requires at least: 5.9
Requires PHP: 7.0
Tested up to: 6.3.1
Stable tag: 5.8.1
Tested up to: 6.3.2
Stable tag: 5.8.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,10 @@ If you like this plugin, you might also like our other WordPress products:

== Changelog ==

= 5.8.2 - 2023-10-13 =
- Google Maps & OSM: ask for current user location for the map if there is no saved location or no default location is set (#1537)
- Fix media templates missing in blocks (#1536)

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

Expand Down

0 comments on commit de583a7

Please sign in to comment.