Skip to content

Commit

Permalink
Version 4.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh committed May 20, 2016
1 parent f981512 commit 0713672
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inc/loader.php
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.5' );
define( 'RWMB_VER', '4.8.6' );

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

Expand Down
2 changes: 1 addition & 1 deletion meta-box.php
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.5
* Version: 4.8.6
* Author: Rilwis
* Author URI: http://www.deluxeblogtips.com
* License: GPL2+
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "meta-box",
"version": "4.8.5",
"version": "4.8.6",
"description": "Meta Box plugin helps you easily implement multiple meta boxes in editing pages in WordPress.",
"repository": {
"type": "git",
Expand Down
32 changes: 32 additions & 0 deletions readme.md
Expand Up @@ -93,6 +93,38 @@ To getting started with the plugin API, please read [this tutorial](https://meta

## Changelog

#### 4.8.6
* Improvement: Edit link on media items now opens edit modal
* Improvement: Refresh map when sorting meta boxes.
* Improvement: Wrap checkbox's description into a <label> to make it clickable to activate/deactivate the checkbox.
* Improvement: Remove Spanish language (ES) as it's already translated on translate.wordpress.org
* Improvement: Add support for saving zoom in map
* Improvement: Prevent output localized strings twice.
* Improvement: Add fallback for autoload in PHP 5.2 in case it's disabled.
* Improvement: No need to json_encode for custom attributes. User can pass an array to custom attribute
* Improvement: Add style for `select2` library to match WordPress admin style
* Improvement: Adds min width to select. @prop ahmadawais
* Improvement: Added `max_status` option for media type fields. `true` to show status, `false` to hide
* Improvement: Add attachment meta data to file info
* Fix: Validation for non-Meta Box fields
* Fix: advanced_image field after reload page F5 in Firefox
* Fix: Cannot read property 'getFullYear' of null
* Fix: Empty date converting to 0
* Fix: Add missing class for image_select field which prevents setting input's name when cloning.
* Fix: Fix bug with blank maps on the front end
* Fix: Fix bug with cloning media fields
* Fix: Remove empty values in clones and reset index.
* Fix: Reset of cloned select fields
* Fix: select_advanced with multiple=true adds empty selected option
* Fix: No empty option for simple select field
* Fix: Empty datetime field with timestamp => true returns January 1, 1970
* Fix: For color picker when using with Columns extension
* Fix: Fix bug with taxonomy advanced returns all taxonomy items for posts with no meta saved
* Fix: Fix bug with taxonomy advanced not saving value when field isn't multiple
* Fix: Make radio inline again
* Fix: Wrong meta value when using helper function outside the loop
* Fix: Validation now works for hidden elements in tabs

#### 4.8.5
* Improvement: Add localization for Select2 library
* Improvement: Range preview output added
Expand Down
36 changes: 34 additions & 2 deletions readme.txt
Expand Up @@ -3,8 +3,8 @@ Contributors: metabox, rilwis, fitwp, f-j-kaiser, funkatronic, PerWiklander, rua
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
Stable tag: 4.8.5
Tested up to: 4.5.2
Stable tag: 4.8.6
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,38 @@ To getting started with the plugin API, please read [this tutorial](https://meta

== Changelog ==

= 4.8.6 =
* Improvement: Edit link on media items now opens edit modal
* Improvement: Refresh map when sorting meta boxes.
* Improvement: Wrap checkbox's description into a <label> to make it clickable to activate/deactivate the checkbox.
* Improvement: Remove Spanish language (ES) as it's already translated on translate.wordpress.org
* Improvement: Add support for saving zoom in map
* Improvement: Prevent output localized strings twice.
* Improvement: Add fallback for autoload in PHP 5.2 in case it's disabled.
* Improvement: No need to json_encode for custom attributes. User can pass an array to custom attribute
* Improvement: Add style for `select2` library to match WordPress admin style
* Improvement: Adds min width to select. @prop ahmadawais
* Improvement: Added `max_status` option for media type fields. `true` to show status, `false` to hide
* Improvement: Add attachment meta data to file info
* Fix: Validation for non-Meta Box fields
* Fix: advanced_image field after reload page F5 in Firefox
* Fix: Cannot read property 'getFullYear' of null
* Fix: Empty date converting to 0
* Fix: Add missing class for image_select field which prevents setting input's name when cloning.
* Fix: Fix bug with blank maps on the front end
* Fix: Fix bug with cloning media fields
* Fix: Remove empty values in clones and reset index.
* Fix: Reset of cloned select fields
* Fix: select_advanced with multiple=true adds empty selected option
* Fix: No empty option for simple select field
* Fix: Empty datetime field with timestamp => true returns January 1, 1970
* Fix: For color picker when using with Columns extension
* Fix: Fix bug with taxonomy advanced returns all taxonomy items for posts with no meta saved
* Fix: Fix bug with taxonomy advanced not saving value when field isn't multiple
* Fix: Make radio inline again
* Fix: Wrong meta value when using helper function outside the loop
* Fix: Validation now works for hidden elements in tabs

= 4.8.5 =
* Improvement: Add localization for Select2 library
* Improvement: Range preview output added
Expand Down

0 comments on commit 0713672

Please sign in to comment.