From 33e52c0342f272757340ad605f1056c147545523 Mon Sep 17 00:00:00 2001 From: Anh Date: Sat, 10 Sep 2016 11:39:38 +0700 Subject: [PATCH] Version 4.9.1 --- inc/loader.php | 2 +- meta-box.php | 2 +- package.json | 2 +- readme.md | 3 +++ readme.txt | 5 ++++- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/inc/loader.php b/inc/loader.php index dbc8683aa..503e0bf35 100644 --- a/inc/loader.php +++ b/inc/loader.php @@ -18,7 +18,7 @@ class RWMB_Loader protected function constants() { // Script version, used to add version for scripts and styles - define( 'RWMB_VER', '4.9' ); + define( 'RWMB_VER', '4.9.1' ); list( $path, $url ) = self::get_path( dirname( dirname( __FILE__ ) ) ); diff --git a/meta-box.php b/meta-box.php index c64afff55..3b6172463 100644 --- a/meta-box.php +++ b/meta-box.php @@ -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.9 + * Version: 4.9.1 * Author: Rilwis * Author URI: http://www.deluxeblogtips.com * License: GPL2+ diff --git a/package.json b/package.json index 32823b82a..0f33f9555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meta-box", - "version": "4.9", + "version": "4.9.1", "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 c24d0a606..dfc062042 100644 --- a/readme.md +++ b/readme.md @@ -94,6 +94,9 @@ To getting started with the plugin API, please read [this tutorial](https://meta ## Changelog +#### 4.9.1 +* Fix: Quick fix for `rwmb_meta()` to be better backward compatible + #### 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. diff --git a/readme.txt b/readme.txt index 4eaf4e860..9ecf7531f 100644 --- a/readme.txt +++ b/readme.txt @@ -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.6.1 -Stable tag: 4.9 +Stable tag: 4.9.1 License: GPLv2 or later Meta Box plugin is a powerful, professional solution to create custom meta boxes and custom fields for WordPress websites. @@ -80,6 +80,9 @@ To getting started with the plugin API, please read [this tutorial](https://meta == Changelog == += 4.9.1 = +* Fix: Quick fix for `rwmb_meta()` to be better backward compatible + = 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.