Skip to content

Commit

Permalink
Version 4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh committed Mar 26, 2016
1 parent 13ca228 commit a3949a5
Show file tree
Hide file tree
Showing 5 changed files with 38 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 @@ -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.3' );
define( 'RWMB_VER', '4.8.4' );

list( $path, $url ) = self::get_path();

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 for any post type in WordPress.
* Version: 4.8.3
* Version: 4.8.4
* Author: Rilwis
* Author URI: http://www.deluxeblogtips.com
* License: GPL2+
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta-box",
"version": "4.8.3",
"version": "4.8.4",
"description": "Meta Box plugin helps you easily implement multiple meta boxes in editing pages in WordPress.",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,23 @@ To getting started with the plugin API, please read [this tutorial](https://meta

## Changelog

#### 4.8.4
* Improvement: Refactor code for plupload_image. Introduces file_upload and image_upload field which acts the same as plupload_image but for files and images.
* Improvement: Do not show "Embed is not available" if fields don't have any value
* Improvement: Refactor date/time related fields. 'timestamp' now works for date field as well.
* Improvement: Add 'inline' mode for date/datetime fields.
* Improvement: Add option 'select_all_none' for select/select2 with default = false
* Fix: users now can register 2 meta boxes with same field IDs for different post types.
* Fix: width of embeded video if $content_width is too large.
* Fix: autoloader now works more safely.
* Fix: post field doesn't show correct post link
* Fix: select field must call field's get_value to get field's value as 'select' is used in many non-inherited classes
* Fix: Allows old syntax for `query_args.post_types` for post/user/taxonomy fields
* Fix: Do not reset value for hidden field when clone
* Fix: Missing Insert into Post button for thickbox_image field
* Fix: Date picker cut off by TinyMCE
* Fix: CSS for multi months in date picker

#### 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'
Expand Down
19 changes: 18 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Stable tag: 4.8.4
License: GPLv2 or later

Meta Box plugin is a powerful, professional solution to create custom meta boxes and custom fields for WordPress websites.
Expand Down Expand Up @@ -77,6 +77,23 @@ To getting started with the plugin API, please read [this tutorial](https://meta

== Changelog ==

= 4.8.4 =
* Improvement: Refactor code for plupload_image. Introduces file_upload and image_upload field which acts the same as plupload_image but for files and images.
* Improvement: Do not show "Embed is not available" if fields don't have any value
* Improvement: Refactor date/time related fields. 'timestamp' now works for date field as well.
* Improvement: Add 'inline' mode for date/datetime fields.
* Improvement: Add option 'select_all_none' for select/select2 with default = false
* Fix: users now can register 2 meta boxes with same field IDs for different post types.
* Fix: width of embeded video if $content_width is too large.
* Fix: autoloader now works more safely.
* Fix: post field doesn't show correct post link
* Fix: select field must call field's get_value to get field's value as 'select' is used in many non-inherited classes
* Fix: Allows old syntax for `query_args.post_types` for post/user/taxonomy fields
* Fix: Do not reset value for hidden field when clone
* Fix: Missing Insert into Post button for thickbox_image field
* Fix: Date picker cut off by TinyMCE
* Fix: CSS for multi months in date picker

= 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'
Expand Down

0 comments on commit a3949a5

Please sign in to comment.