Skip to content

Commit

Permalink
Version 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh committed Sep 8, 2016
1 parent bc10616 commit f146eb7
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inc/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RWMB_Loader
protected function constants()
{
// Script version, used to add version for scripts and styles
define( 'RWMB_VER', '4.8.7' );
define( 'RWMB_VER', '4.9' );

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

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.7
* Version: 4.9
* 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.6",
"version": "4.9",
"description": "Meta Box plugin helps you easily implement multiple meta boxes in editing pages in WordPress.",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ See more documentation [here](https://metabox.io/docs/).

Name|Description
---|---
[MB User Meta](https://metabox.io/plugins/mb-user-meta/)|Add custom fields to user profile (user meta) quickly with simple syntax.
[Meta Box Geolocation](https://metabox.io/plugins/meta-box-geolocation/)|Automatically and instantly populate location data with the power of Google Maps Geolocation API.
[MB Admin Columns](https://metabox.io/plugins/mb-admin-columns/)|Display custom fields in table columns in admin screens for All Posts (types).
[MB Term Meta](https://metabox.io/plugins/mb-term-meta/)|Add meta data to categories, tags or any custom taxonomy with simple syntax.
Expand Down Expand Up @@ -93,6 +94,21 @@ To getting started with the plugin API, please read [this tutorial](https://meta

## Changelog

#### 4.9
* Improvement: Update Chinese language. Add Chinese Taiwan.
* Improvement: Add support for Google Maps API key. Default API key is added, however users should replace it with their own key.
* Improvement: Add additional methods for jQuery validation module which makes it understand HTML5 "pattern" attribute.
* Improvement: Fully WPML compatibility (supported by WPML team)
* Improvement: Add placeholders for `key_value` field
* Fix: Toggle remove clone buttons for nested groups.
* Fix: Error on date field, not save
* Fix: Add fix for date/datetime when both inline and timestamp used
* Fix: Set default language for date/time picker.
* Fix: rwmb_meta for images returns incorrect width/height
* Fix: PHP warning when uploading files in Settings Pages extension.
* Fix: Blank space in the footer when using plupload_image.
* Fix: Cloning wysiwyg when deleting the 1st clone

#### 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
Expand Down
20 changes: 18 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
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.2
Stable tag: 4.8.7
Tested up to: 4.6.1
Stable tag: 4.9
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 @@ -33,6 +33,7 @@ See more documentation [here](https://metabox.io/docs/).

### Extensions

- [MB User Meta](https://metabox.io/plugins/mb-user-meta/)|Add custom fields to user profile (user meta) quickly with simple syntax.
- [Meta Box Geolocation](https://metabox.io/plugins/meta-box-geolocation/)|Automatically and instantly populate location data with the power of Google Maps Geolocation API.
- [MB Admin Columns](https://metabox.io/plugins/mb-admin-columns/): Display custom fields in table columns in admin screens for All Posts (types).
- [MB Term Meta](https://metabox.io/plugins/mb-term-meta/): Add meta data to categories, tags or any custom taxonomy with simple syntax.
Expand Down Expand Up @@ -79,6 +80,21 @@ To getting started with the plugin API, please read [this tutorial](https://meta

== Changelog ==

= 4.9 =
* Improvement: Update Chinese language. Add Chinese Taiwan.
* Improvement: Add support for Google Maps API key. Default API key is added, however users should replace it with their own key.
* Improvement: Add additional methods for jQuery validation module which makes it understand HTML5 "pattern" attribute.
* Improvement: Fully WPML compatibility (supported by WPML team)
* Improvement: Add placeholders for `key_value` field
* Fix: Toggle remove clone buttons for nested groups.
* Fix: Error on date field, not save
* Fix: Add fix for date/datetime when both inline and timestamp used
* Fix: Set default language for date/time picker.
* Fix: rwmb_meta for images returns incorrect width/height
* Fix: PHP warning when uploading files in Settings Pages extension.
* Fix: Blank space in the footer when using plupload_image.
* Fix: Cloning wysiwyg when deleting the 1st clone

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

0 comments on commit f146eb7

Please sign in to comment.