From ef416aaa4ad1f165c2861caadc0db2f0f05b2b81 Mon Sep 17 00:00:00 2001 From: Anh Date: Mon, 18 May 2015 08:40:08 +0700 Subject: [PATCH] Version 4.5.3 --- composer.json | 2 +- meta-box-loader.php | 2 +- meta-box.php | 4 ++-- package.json | 2 +- readme.md | 5 +++++ readme.txt | 10 ++++++++-- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 8199a328d..80978f771 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "meta-box", "wordpress-plugin" ], - "version": "4.5.2", + "version": "4.5.3", "description": "Easily create custom meta boxes in WordPress.", "homepage": "http://metabox.io", "license": "GPLv2", diff --git a/meta-box-loader.php b/meta-box-loader.php index a64d02df4..88ba8b50f 100644 --- a/meta-box-loader.php +++ b/meta-box-loader.php @@ -4,7 +4,7 @@ class RWMB_Loader { static function load( $url, $dir ) { - define( 'RWMB_VER', '4.5.2' ); + define( 'RWMB_VER', '4.5.3' ); define( 'RWMB_URL', $url ); define( 'RWMB_DIR', $dir ); diff --git a/meta-box.php b/meta-box.php index ae31b6a2e..fb9ed2225 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.5.2 +Version: 4.5.3 Author: Rilwis Author URI: http://www.deluxeblogtips.com License: GPL2+ @@ -13,7 +13,7 @@ defined( 'ABSPATH' ) || exit; // Script version, used to add version for scripts and styles -define( 'RWMB_VER', '4.5.2' ); +define( 'RWMB_VER', '4.5.3' ); // Define plugin URLs, for fast enqueuing scripts and styles if ( ! defined( 'RWMB_URL' ) ) diff --git a/package.json b/package.json index 09c99daf0..8b9868880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meta-box", - "version": "4.4.2", + "version": "4.5.3", "description": "Meta Box plugin helps you easily implement multiple meta boxes in editing pages in WordPress.", "repository": { "type": "git", diff --git a/readme.md b/readme.md index e6c29a43b..d1af6bee0 100644 --- a/readme.md +++ b/readme.md @@ -78,6 +78,11 @@ To getting started with the plugin API, please read [this tutorial](http://metab ## Changelog +#### 4.5.3 +* Improvement: Use `wp_json_encode` instead of `json_encode`. Thank Sam Ford. +* Fix: Escape value for cloneable fields +* Fix: Notice for missing parameters for `rwmb_meta` field for `map` + #### 4.5.2 * Improvement: Add Persian (Farsi) language. Thank Ahmad Azimi. * Improvement: Update Spanish translation. Thank David Perez. diff --git a/readme.txt b/readme.txt index 52c708c9e..1df639aaa 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: rilwis, fitwp, f-j-kaiser, Omnicia, funkedgeek, PerWiklander, ruan Donate link: http://www.deluxeblogtips.com/donate Tags: meta-box, custom-fields, custom-field, meta, meta-boxes Requires at least: 3.5 -Tested up to: 4.2.1 -Stable tag: 4.5.2 +Tested up to: 4.2.2 +Stable tag: 4.5.3 License: GPLv2 or later Meta Box plugin is a complete tool to create meta box and custom fields in WordPress: lightweight, powerful and easy-to-use. @@ -69,6 +69,12 @@ To getting started with the plugin API, please read [this tutorial](http://metab == Changelog == += 4.5.3 = +* Improvement: Use `wp_json_encode` instead of `json_encode`. Thank Sam Ford. +* Fix: Escape value for cloneable fields +* Fix: Notice for missing parameters for `rwmb_meta` field for `map` + + = 4.5.2 = * Improvement: Add Persian (Farsi) language. Thank Ahmad Azimi. * Improvement: Update Spanish translation. Thank David Perez.