From 3017b0454e7b7620a66abe781292ddba29508a86 Mon Sep 17 00:00:00 2001 From: Anh Date: Wed, 25 Mar 2015 22:52:02 +0700 Subject: [PATCH] Version 4.4.3 --- meta-box.php | 2 +- readme.md | 8 ++++++++ readme.txt | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/meta-box.php b/meta-box.php index 4bea5ed7b..df6b5b37f 100644 --- a/meta-box.php +++ b/meta-box.php @@ -3,7 +3,7 @@ Plugin Name: Meta Box Plugin URI: http://metabox.io Description: Create meta box for editing pages in WordPress. Compatible with custom post types since WP 3.0 -Version: 4.4.2 +Version: 4.4.3 Author: Rilwis Author URI: http://www.deluxeblogtips.com License: GPL2+ diff --git a/readme.md b/readme.md index 5e9e99c4b..ad8d4a351 100644 --- a/readme.md +++ b/readme.md @@ -71,6 +71,14 @@ To getting started with the plugin API, please read [this tutorial](http://metab ## Changelog + +#### 4.4.3 +* Fix: Incorrect path to loader image for `plupload_image` +* Fix: Missing placeholder for `post` field when `field_type` = `select` +* Improvement: No errors showing if invalid value is returned from `rwmb_meta_boxes` filter +* Improvement: Add filter for add/remove clone buttons text +* Improvement: Add French translation + #### 4.4.2 * Fix: Values of text_list field not showing correctly * Fix: Time picker field cannot select hour > 22, time > 58 diff --git a/readme.txt b/readme.txt index ea2042456..d46cf33a1 100644 --- a/readme.txt +++ b/readme.txt @@ -64,6 +64,14 @@ To getting started with the plugin API, please read [this tutorial](http://metab == Changelog == += 4.4.3 = +* Fix: Incorrect path to loader image for `plupload_image` +* Fix: Missing placeholder for `post` field when `field_type` = `select` +* Improvement: No errors showing if invalid value is returned from `rwmb_meta_boxes` filter +* Improvement: Add filter for add/remove clone buttons text +* Improvement: Add French translation + + = 4.4.2 = * Fix: Values of text_list field not showing correctly * Fix: Time picker field cannot select hour > 22, time > 58