Skip to content

Commit 6572cf9

Browse files
committed
Version 4.13.1
1 parent 47619a3 commit 6572cf9

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8+
## [4.13.1] - 2018-01-08
9+
### Added
10+
- Added helper function `render_map` for map field, which can be used with groups to show Google maps.
11+
### Fixed
12+
- Fixed duplication of "Add media" button when cloning group contains `image_advanced` field.
13+
814
## [4.13.0] - 2017-12-28
915
### Added
1016
- Added settings `'style' => 'seamless'` to meta boxes which removes the wrapper for meta boxes, makes fields displayed seamlessly.
@@ -743,7 +749,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
743749
## 1.0
744750
- procedural code
745751

746-
[Unreleased]: https://github.com/rilwis/meta-box/compare/4.13.0...HEAD
752+
[Unreleased]: https://github.com/rilwis/meta-box/compare/4.13.1...HEAD
753+
[4.13.1]: https://github.com/rilwis/meta-box/compare/4.13.0...4.13.1
747754
[4.13.0]: https://github.com/rilwis/meta-box/compare/4.12.6...4.13.0
748755
[4.12.6]: https://github.com/rilwis/meta-box/compare/4.12.5...4.12.6
749756
[4.12.5]: https://github.com/rilwis/meta-box/compare/4.12.4...4.12.5

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.13.0' );
21+
define( 'RWMB_VER', '4.13.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.13.0
6+
* Version: 4.13.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.13.0",
3+
"version": "4.13.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://paypal.me/anhtnt
44
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
55
Requires at least: 4.3
66
Tested up to: 4.9.1
7-
Stable tag: 4.13.0
7+
Stable tag: 4.13.1
88
License: GPLv2 or later
99

1010
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress.

0 commit comments

Comments
 (0)