Version Description
- 2020-02-03 =
Fixed
- Fix wrong tag when deploying
Download this release
Release Info
Developer | rilwis |
Plugin | Meta Box |
Version | 5.2.6 |
Comparing to | |
See all releases |
Code changes from version 5.2.5 to 5.2.6
- inc/loader.php +1 -1
- meta-box.php +1 -1
- readme.txt +26 -2
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.2.
|
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.2.6' );
|
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.2.
|
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.2.6
|
7 |
* Author: MetaBox.io
|
8 |
* Author URI: https://metabox.io
|
9 |
* License: GPL2+
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ 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 |
Requires PHP: 5.3
|
7 |
-
Tested up to: 5.3
|
8 |
-
Stable tag: 5.2.
|
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 WordPress.
|
@@ -167,6 +167,30 @@ To getting started with the plugin, please read the [Quick Start Guide](https://
|
|
167 |
|
168 |
== Changelog ==
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
= 5.2.4 - 2019-12-11 =
|
171 |
|
172 |
**Added**
|
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 |
Requires PHP: 5.3
|
7 |
+
Tested up to: 5.3.2
|
8 |
+
Stable tag: 5.2.6
|
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 WordPress.
|
167 |
|
168 |
== Changelog ==
|
169 |
|
170 |
+
= 5.2.6 - 2020-02-03 =
|
171 |
+
|
172 |
+
**Fixed**
|
173 |
+
|
174 |
+
- Fix wrong tag when deploying
|
175 |
+
|
176 |
+
= 5.2.5 - 2020-02-03 =
|
177 |
+
|
178 |
+
**Fixed**
|
179 |
+
|
180 |
+
- Fix CSS in about page and add MB Core to list of premium plugins
|
181 |
+
- Fix edit icon not showing popup for image fields
|
182 |
+
- Fix OpenStreetMap not loading properly in tabs
|
183 |
+
|
184 |
+
**Changed**
|
185 |
+
|
186 |
+
- Replace date() with gmdate()
|
187 |
+
- Update style for input prepend/append for WordPress >= 5.3
|
188 |
+
|
189 |
+
**Added**
|
190 |
+
|
191 |
+
- Add custom trigger after validation for Tabs/Settings extensiosn to show error fields
|
192 |
+
- Add URL to all sizes in the returned value of helper functions for images
|
193 |
+
|
194 |
= 5.2.4 - 2019-12-11 =
|
195 |
|
196 |
**Added**
|