Skip to content

Commit

Permalink
Version 4.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Jul 9, 2012
1 parent f70df89 commit 0137d1e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meta-box.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Meta Box
Plugin URI: http://www.deluxeblogtips.com/meta-box
Description: Create meta box for editing pages in WordPress. Compatible with custom post types since WP 3.0
Version: 4.1.8
Version: 4.1.9
Author: Rilwis
Author URI: http://www.deluxeblogtips.com
License: GPL2+
Expand All @@ -13,7 +13,7 @@
defined( 'ABSPATH' ) || exit;

// Script version, used to add version for scripts and styles
define( 'RWMB_VER', '4.1.8' );
define( 'RWMB_VER', '4.1.9' );

// Define plugin URLs, for fast enqueuing scripts and styles
if ( ! defined( 'RWMB_URL' ) )
Expand Down
9 changes: 8 additions & 1 deletion readme.md
Expand Up @@ -20,7 +20,7 @@

**Requires at least:** WordPress v3.0

**Tested up to:** WordPress v3.3.2
**Tested up to:** WordPress v3.4.1

Meta Box plugin helps you easily implement multiple meta boxes in editing pages in WordPress. It works with custom post types and supports various field types.

Expand All @@ -46,6 +46,13 @@ To change meta box definition, please see comments in `demo.php`.

### Changelog

### 4.1.9
* Add helper function to retrieve meta values
* Add basic validation (JS based)
* Fix image reorder bug
* Fix `select_tree` option for taxonomy field
* Fix not showing loading image for 1st image using plupload

### 4.1.8
* Add missed JS file for thickbox image

Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: rilwis, franz-josef-kaiser, Omnicia, erodesign, funkedgeek, PerWik
Donate link: http://www.deluxeblogtips.com/donate
Tags: meta-box, custom-fields, custom-field, meta, meta-boxes
Requires at least: 3.0
Tested up to: 3.3.2
Tested up to: 3.4.1
Stable tag: trunk

Meta Box plugin helps you easily implement multiple meta boxes in editing pages in WordPress. Works with custom post types and various field types.
Expand Down Expand Up @@ -38,6 +38,13 @@ To change meta box definition, please see comments in `demo.php`.

== Changelog ==

= 4.1.9 =
* Add helper function to retrieve meta values
* Add basic validation (JS based)
* Fix image reorder bug
* Fix `select_tree` option for taxonomy field
* Fix not showing loading image for 1st image using plupload

= 4.1.8 =
* Add missed JS file for thickbox image

Expand Down

0 comments on commit 0137d1e

Please sign in to comment.