Skip to content

Commit

Permalink
Version 4.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh committed Jun 3, 2016
1 parent 1c3e5c4 commit 696affb
Show file tree
Hide file tree
Showing 4 changed files with 35 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 @@ -41,7 +41,7 @@ public function __construct()
public function constants()
{
// Script version, used to add version for scripts and styles
define( 'RWMB_VER', '4.8.6' );
define( 'RWMB_VER', '4.8.7' );

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.6
* Version: 4.8.7
* Author: Rilwis
* Author URI: http://www.deluxeblogtips.com
* License: GPL2+
Expand Down
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,22 @@ To getting started with the plugin API, please read [this tutorial](https://meta

## Changelog

#### 4.8.7
* Improvement: Refactor the code to reduce the complexity in the fields' inheritance
* Improvement: All HTML 5 input types (week, month, etc.) are supported
* Improvement: Optimize the_value function, use recursive call to reduce nested loop. Sub-fields need to define format_single_value only.
* Improvement: Use 1 single localization file for jQuery date picker for simplicity
* Improvement: Add support for custom marker for map field (param `marker_icon`) in rwmb_meta function
* Improvement: Add `limit` option for media fields in `rwmb_meta` function when retrieving meta value.
* Improvement: Add `rwmb_option_label` filter for choice fields (user, post, taxonomy) so users can choose which object field is used as label
* Improvement: Use `WP_User_Query` for user field which supports more options for querying
* Improvement: Optimize code for oembed, also use esc_html__ for better security
* Improvement: Compatibility with Meta Box Geolocation
* Fix: Fix first option is auto selected in select_advanced field.
* Fix: Fix clone issue for color in Meta Box Group extension.
* Fix: Fix clone issue for image advanced in Meta Box Group extension.
* Fix: Fix not parsing $args to array in helper functions.

#### 4.8.6
* Improvement: Edit link on media items now opens edit modal
* Improvement: Refresh map when sorting meta boxes.
Expand Down
18 changes: 17 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.5.2
Stable tag: 4.8.6
Stable tag: 4.8.7
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 @@ -79,6 +79,22 @@ To getting started with the plugin API, please read [this tutorial](https://meta

== Changelog ==

= 4.8.7 =
* Improvement: Refactor the code to reduce the complexity in the fields' inheritance
* Improvement: All HTML 5 input types (week, month, etc.) are supported
* Improvement: Optimize the_value function, use recursive call to reduce nested loop. Sub-fields need to define format_single_value only.
* Improvement: Use 1 single localization file for jQuery date picker for simplicity
* Improvement: Add support for custom marker for map field (param `marker_icon`) in rwmb_meta function
* Improvement: Add `limit` option for media fields in `rwmb_meta` function when retrieving meta value.
* Improvement: Add `rwmb_option_label` filter for choice fields (user, post, taxonomy) so users can choose which object field is used as label
* Improvement: Use `WP_User_Query` for user field which supports more options for querying
* Improvement: Optimize code for oembed, also use esc_html__ for better security
* Improvement: Compatibility with Meta Box Geolocation
* Fix: Fix first option is auto selected in select_advanced field.
* Fix: Fix clone issue for color in Meta Box Group extension.
* Fix: Fix clone issue for image advanced in Meta Box Group extension.
* Fix: Fix not parsing $args to array in helper functions.

= 4.8.6 =
* Improvement: Edit link on media items now opens edit modal
* Improvement: Refresh map when sorting meta boxes.
Expand Down

0 comments on commit 696affb

Please sign in to comment.