diff --git a/inc/loader.php b/inc/loader.php index 6e9ec98e2..ab6ef4619 100644 --- a/inc/loader.php +++ b/inc/loader.php @@ -28,7 +28,7 @@ public function __construct() public function constants() { // Script version, used to add version for scripts and styles - define( 'RWMB_VER', '4.8.2' ); + define( 'RWMB_VER', '4.8.3' ); list( $path, $url ) = self::get_path(); diff --git a/meta-box.php b/meta-box.php index c005e0c3a..c06ad24d9 100644 --- a/meta-box.php +++ b/meta-box.php @@ -3,7 +3,7 @@ * Plugin Name: Meta Box * Plugin URI: https://metabox.io * Description: Create custom meta boxes and custom fields for any post type in WordPress. - * Version: 4.8.2 + * Version: 4.8.3 * Author: Rilwis * Author URI: http://www.deluxeblogtips.com * License: GPL2+ diff --git a/package.json b/package.json index baf3a1109..a5f6360f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meta-box", - "version": "4.8.2", + "version": "4.8.3", "description": "Meta Box plugin helps you easily implement multiple meta boxes in editing pages in WordPress.", "repository": { "type": "git", diff --git a/readme.md b/readme.md index 8c3ee68ee..d0a2d5b4d 100644 --- a/readme.md +++ b/readme.md @@ -89,6 +89,14 @@ To getting started with the plugin API, please read [this tutorial](https://meta ## Changelog +#### 4.8.3 +* Improvement: WYSIWYG field now can be cloned. Sorting clone hasn't worked yet. +* Fix: 'std' value not working if there is 'divider' or 'heading' field withough 'id' +* Fix: helper function not working in AJAX or admin. +* Fix: getting plugin's path on Windows system. +* Fix: warning get_value of taxonomy field +* Fix: guarantee file ids are in an array + #### 4.8.2 * Fix: re-add code for backward compatibility for helper function * Fix: undefined 'class' attribute for button diff --git a/readme.txt b/readme.txt index 2840b76aa..4cdd21a45 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.deluxeblogtips.com/donate Tags: meta-box, custom fields, custom field, meta, meta-boxes, admin, advanced, custom, edit, field, file, image, magic fields, matrix, more fields, Post, repeater, simple fields, text, textarea, type, cms, fields post Requires at least: 4.1 Tested up to: 4.4.2 -Stable tag: 4.8.2 +Stable tag: 4.8.3 License: GPLv2 or later Meta Box plugin is a powerful, professional solution to create custom meta boxes and custom fields for WordPress websites. @@ -77,6 +77,14 @@ To getting started with the plugin API, please read [this tutorial](https://meta == Changelog == += 4.8.3 = +* Improvement: WYSIWYG field now can be cloned. Sorting clone hasn't worked yet. +* Fix: 'std' value not working if there is 'divider' or 'heading' field withough 'id' +* Fix: helper function not working in AJAX or admin. +* Fix: getting plugin's path on Windows system. +* Fix: warning get_value of taxonomy field +* Fix: guarantee file ids are in an array + = 4.8.2 = * Fix: re-add code for backward compatibility for helper function * Fix: undefined 'class' attribute for button