Version Description
Download this release
Release Info
Developer | rilwis |
Plugin | Meta Box |
Version | 4.14.5 |
Comparing to | |
See all releases |
Code changes from version 4.14.4 to 4.14.5
- inc/loader.php +1 -1
- inc/meta-box.php +2 -1
- meta-box.php +1 -1
- readme.txt +1 -1
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', '4.14.
|
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', '4.14.5' );
|
22 |
|
23 |
list( $path, $url ) = self::get_path( dirname( dirname( __FILE__ ) ) );
|
24 |
|
inc/meta-box.php
CHANGED
@@ -296,8 +296,9 @@ class RW_Meta_Box {
|
|
296 |
$new = RWMB_Field::filter( 'sanitize', $new, $field );
|
297 |
}
|
298 |
$new = RWMB_Field::filter( 'value', $new, $field, $old );
|
|
|
299 |
// Filter to allow the field to be modified.
|
300 |
-
$field = RWMB_Field::filter( 'field', $
|
301 |
|
302 |
// Call defined method to save meta value, if there's no methods, call common one.
|
303 |
RWMB_Field::call( $field, 'save', $new, $old, $post_id );
|
296 |
$new = RWMB_Field::filter( 'sanitize', $new, $field );
|
297 |
}
|
298 |
$new = RWMB_Field::filter( 'value', $new, $field, $old );
|
299 |
+
|
300 |
// Filter to allow the field to be modified.
|
301 |
+
$field = RWMB_Field::filter( 'field', $field, $field, $new, $old );
|
302 |
|
303 |
// Call defined method to save meta value, if there's no methods, call common one.
|
304 |
RWMB_Field::call( $field, 'save', $new, $old, $post_id );
|
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: 4.14.
|
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: 4.14.5
|
7 |
* Author: MetaBox.io
|
8 |
* Author URI: https://metabox.io
|
9 |
* License: GPL2+
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://metabox.io/pricing/
|
|
4 |
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
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.9.5
|
7 |
-
Stable tag: 4.14.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress.
|
4 |
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
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.9.5
|
7 |
+
Stable tag: 4.14.5
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress.
|