Version Description
- 2022-03-08 =
- Fix compatibility for PHP < 7.3
Download this release
Release Info
Developer | rilwis |
Plugin | Meta Box |
Version | 5.6.1 |
Comparing to | |
See all releases |
Code changes from version 5.6.0 to 5.6.1
- inc/fields/file-input.php +1 -1
- inc/loader.php +1 -1
- meta-box.php +1 -1
- readme.txt +4 -1
inc/fields/file-input.php
CHANGED
@@ -51,7 +51,7 @@ class RWMB_File_Input_Field extends RWMB_Input_Field {
|
|
51 |
self::render_attributes( $attributes ),
|
52 |
esc_html__( 'Select', 'meta-box' ),
|
53 |
$meta ? '' : 'hidden',
|
54 |
-
esc_html__( 'Remove', 'meta-box' )
|
55 |
);
|
56 |
}
|
57 |
|
51 |
self::render_attributes( $attributes ),
|
52 |
esc_html__( 'Select', 'meta-box' ),
|
53 |
$meta ? '' : 'hidden',
|
54 |
+
esc_html__( 'Remove', 'meta-box' )
|
55 |
);
|
56 |
}
|
57 |
|
inc/loader.php
CHANGED
@@ -18,7 +18,7 @@ class RWMB_Loader {
|
|
18 |
*/
|
19 |
protected function constants() {
|
20 |
// Script version, used to add version for scripts and styles.
|
21 |
-
define( 'RWMB_VER', '5.6.
|
22 |
|
23 |
list( $path, $url ) = self::get_path( dirname( dirname( __FILE__ ) ) );
|
24 |
|
18 |
*/
|
19 |
protected function constants() {
|
20 |
// Script version, used to add version for scripts and styles.
|
21 |
+
define( 'RWMB_VER', '5.6.1' );
|
22 |
|
23 |
list( $path, $url ) = self::get_path( dirname( dirname( __FILE__ ) ) );
|
24 |
|
meta-box.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Meta Box
|
4 |
* Plugin URI: https://metabox.io
|
5 |
* Description: Create custom meta boxes and custom fields in WordPress.
|
6 |
-
* Version: 5.6.
|
7 |
* Author: MetaBox.io
|
8 |
* Author URI: https://metabox.io
|
9 |
* License: GPL2+
|
3 |
* Plugin Name: Meta Box
|
4 |
* Plugin URI: https://metabox.io
|
5 |
* Description: Create custom meta boxes and custom fields in WordPress.
|
6 |
+
* Version: 5.6.1
|
7 |
* Author: MetaBox.io
|
8 |
* Author URI: https://metabox.io
|
9 |
* License: GPL2+
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: meta box, custom fields, custom post types, custom taxonomies, cpt, meta b
|
|
5 |
Requires at least: 4.3
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.9.1
|
8 |
-
Stable tag: 5.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for your custom post types in WordPress.
|
@@ -168,6 +168,9 @@ To getting started with the plugin, please read the [Quick Start Guide](https://
|
|
168 |
|
169 |
== Changelog ==
|
170 |
|
|
|
|
|
|
|
171 |
= 5.6.0 - 2022-03-01 =
|
172 |
- Field `background` and `file_input`: support showing image thumbnail
|
173 |
- Add `link` param in helper functions for `taxonomy`, `post`, `user` fields to show `view`, `edit` link or plain text (`false`)
|
5 |
Requires at least: 4.3
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.9.1
|
8 |
+
Stable tag: 5.6.1
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for your custom post types in WordPress.
|
168 |
|
169 |
== Changelog ==
|
170 |
|
171 |
+
= 5.6.1 - 2022-03-08 =
|
172 |
+
- Fix compatibility for PHP < 7.3
|
173 |
+
|
174 |
= 5.6.0 - 2022-03-01 =
|
175 |
- Field `background` and `file_input`: support showing image thumbnail
|
176 |
- Add `link` param in helper functions for `taxonomy`, `post`, `user` fields to show `view`, `edit` link or plain text (`false`)
|