Skip to content

Commit

Permalink
Version 4.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Oct 18, 2017
1 parent a3b558b commit 00f1647
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 23 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [4.12.4] - 2017-10-18
### Fixed
- Fixed taxonomy advanced select tree doesn't work.
- Fixed error when value of taxonomy field is empty.
- Fixed helper functions don't work with taxonomy_advanced field
- Increased priority for registering meta boxes to 20 to support custom port types registered using the default priority.
- Fixed condition so that the fields based on posts/taxonomies are correctly translated.

## [4.12.3] - 2017-08-22
### Added
- Reset media status when reset media field.
Expand Down Expand Up @@ -704,7 +712,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
## 1.0
- procedural code

[Unreleased]: https://github.com/rilwis/meta-box/compare/4.12.3...HEAD
[Unreleased]: https://github.com/rilwis/meta-box/compare/4.12.4...HEAD
[4.12.4]: https://github.com/rilwis/meta-box/compare/4.12.3...4.12.4
[4.12.3]: https://github.com/rilwis/meta-box/compare/4.12.2...4.12.3
[4.12.2]: https://github.com/rilwis/meta-box/compare/4.12.1...4.12.2
[4.12.1]: https://github.com/rilwis/meta-box/compare/4.12...4.12.1
Expand Down
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.12.3' );
define( 'RWMB_VER', '4.12.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 in WordPress.
* Version: 4.12.3
* Version: 4.12.4
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta-box",
"version": "4.12.3",
"version": "4.12.4",
"description": "A powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress websites.",
"keywords": [
"meta box",
Expand Down
22 changes: 3 additions & 19 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: metabox, rilwis, fitwp, f-j-kaiser, funkatronic, PerWiklander, rua
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.8
Stable tag: 4.12.2
Tested up to: 4.8.2
Stable tag: 4.12.4
License: GPLv2 or later

Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress.
Expand Down Expand Up @@ -131,22 +131,6 @@ To getting started with the plugin, please read [this tutorial](https://metabox.

== Changelog ==

= 4.12.3 - 2017-08-22 =

#### Added
- Reset media status when reset media field.
- Added support for clone default value. Requires 'clone_default' => true.

#### Changed
- Optimized JS performance when cloning.
- Updated French translation

#### Fixed
- Brought date picker in front of admin bar.
- Fixed margin of media list when no images are selected.
- Fixed trigger reselect image popup when reorder images.
- Fixed autosave not working.

[See changelog for all versions](https://github.com/rilwis/meta-box/blob/master/CHANGELOG.md).
[See full changelog here](https://github.com/rilwis/meta-box/blob/master/CHANGELOG.md).

== Upgrade Notice ==

0 comments on commit 00f1647

Please sign in to comment.