Skip to content

Commit

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

## [Unreleased]

## [4.12.6] - 2017-12-04
### Added
- Added welcome page. Displayed only once when first install the plugin. Won't display if included via TGM or directly in themes/plugins.
- Added "sidebar" field type. [See here](https://docs.metabox.io/fields/sidebar/).
- Added "format" option for shortcode and `rwmb_the_value` for datetime field.
### Fixed
- Fixed compatibility with old versions of WPML.
- Fixed image field not saving values after updating posts.
- Fixed validation message overlapping text for radio field.

## [4.12.5] - 2017-11-17
### Fixed
- Fixed "Select All/None" doesn't work with post field (checkbox_list type).
Expand Down Expand Up @@ -721,7 +731,9 @@ 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.4...HEAD
[Unreleased]: https://github.com/rilwis/meta-box/compare/4.12.6...HEAD
[4.12.6]: https://github.com/rilwis/meta-box/compare/4.12.5...4.12.6
[4.12.5]: https://github.com/rilwis/meta-box/compare/4.12.4...4.12.5
[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
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.5' );
define( 'RWMB_VER', '4.12.6' );

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.5
* Version: 4.12.6
* 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.4",
"version": "4.12.6",
"description": "A powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress websites.",
"keywords": [
"meta box",
Expand Down
4 changes: 2 additions & 2 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.3
Tested up to: 4.9
Stable tag: 4.12.5
Tested up to: 4.9.1
Stable tag: 4.12.6
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

0 comments on commit 1781efd

Please sign in to comment.