Skip to content

Commit

Permalink
Version 4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh committed Sep 30, 2016
1 parent 160057f commit cb39c85
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 27 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.9.3' );
define( 'RWMB_VER', '4.9.4' );

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.9.3
* Version: 4.9.4
* Author: Rilwis
* Author URI: http://www.deluxeblogtips.com
* License: GPL2+
Expand Down
36 changes: 12 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,21 @@
{
"name": "meta-box",
"version": "4.9.3",
"description": "Meta Box plugin helps you easily implement multiple meta boxes in editing pages in WordPress.",
"repository": {
"type": "git",
"url": "git://github.com/rilwis/meta-box.git"
},
"version": "4.9.4",
"description": "Meta Box plugin is a powerful, professional solution to create custom meta boxes and custom fields for WordPress websites.",
"keywords": ["meta box", "meta boxes", "custom field", "custom fields", "wordpress", "wordpress plugin", "tool", "developer tool"],
"homepage": "https://metabox.io",
"bugs": {
"url": "https://github.com/rilwis/meta-box/issues"
},
"author": "Tran Ngoc Tuan Anh <[email protected]>",
"homepage": "https://metabox.io",
"license": {
"type": "GPL 2.0+",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
"license": "GPL 2.0+",
"author": {
"name": "Tran Ngoc Tuan Anh",
"email": "[email protected]",
"url": "http://www.deluxeblogtips.com"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-checktextdomain": "^0.1.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.0.0",
"grunt-wp-i18n": "^0.4.8",
"jshint-stylish": "^0.4.0",
"load-grunt-tasks": "^0.4.0"
"repository": {
"type": "git",
"url": "git://github.com/rilwis/meta-box.git"
},
"scripts": {
"zip": "git archive -o meta-box.zip --prefix=meta-box/ HEAD"
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ To getting started with the plugin API, please read [this tutorial](https://meta

## Changelog

#### 4.9.4
* Fix: Quick fix for cloning bug

#### 4.9.3
* Fix: Quick fix saving datetime field

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://paypal.me/anhtnt
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.3
Stable tag: 4.9.4
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 @@ -80,6 +80,9 @@ To getting started with the plugin API, please read [this tutorial](https://meta

== Changelog ==

= 4.9.4 =
* Fix: Quick fix for cloning bug

= 4.9.3 =
* Fix: Quick fix saving datetime field

Expand Down

0 comments on commit cb39c85

Please sign in to comment.