Skip to content

Commit 5ab7fe7

Browse files
committed
Version 4.12.1
1 parent 9e28b76 commit 5ab7fe7

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8-
## [4.12] - 2017-04-07
8+
## [4.12.1] - 2017-07-05
9+
### Fixed
10+
- Helper function doesn't work. #1144.
11+
12+
## [4.12] - 2017-07-04
913
### Added
1014
- Completed the storage abstraction. All the actions add/get/update/delete post meta now use the storage methods. Make it easy to extend for other extensions for term/user meta and settings pages.
1115
- Added `autofocus`, `autocomplete` HTML5 attribute to inputs.
@@ -680,7 +684,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
680684
## 1.0
681685
- procedural code
682686

683-
[Unreleased]: https://github.com/rilwis/meta-box/compare/4.12...HEAD
687+
[Unreleased]: https://github.com/rilwis/meta-box/compare/4.12.1...HEAD
688+
[4.12.1]: https://github.com/rilwis/meta-box/compare/4.12...4.12.1
684689
[4.12]: https://github.com/rilwis/meta-box/compare/4.11.3...4.12
685690
[4.11.3]: https://github.com/rilwis/meta-box/compare/4.11.2...4.11.3
686691
[4.11.2]: https://github.com/rilwis/meta-box/compare/4.11.1...4.11.2

inc/loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class RWMB_Loader {
1818
*/
1919
protected function constants() {
2020
// Script version, used to add version for scripts and styles.
21-
define( 'RWMB_VER', '4.12' );
21+
define( 'RWMB_VER', '4.12.1' );
2222

2323
list( $path, $url ) = self::get_path( dirname( dirname( __FILE__ ) ) );
2424

meta-box.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Meta Box
44
* Plugin URI: https://metabox.io
55
* Description: Create custom meta boxes and custom fields in WordPress.
6-
* Version: 4.12
6+
* Version: 4.12.1
77
* Author: MetaBox.io
88
* Author URI: https://metabox.io
99
* License: GPL2+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meta-box",
3-
"version": "4.12",
3+
"version": "4.12.1",
44
"description": "A powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress websites.",
55
"keywords": [
66
"meta box",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,11 @@ To getting started with the plugin, please read [this tutorial](https://metabox.
128128

129129
== Changelog ==
130130

131-
= 4.12 - 2017-04-07 =
131+
= 4.12.1 - 2017-07-05 =
132+
#### Fixed
133+
- Helper function doesn't work. #1144.
134+
135+
= 4.12 - 2017-07-04 =
132136
#### Added
133137
- Completed the storage abstraction. All the actions add/get/update/delete post meta now use the storage methods. Make it easy to extend for other extensions for term/user meta and settings pages.
134138
- Added `autofocus`, `autocomplete` HTML5 attribute to inputs.

0 commit comments

Comments
 (0)