From 56588fcd0a3773bc8fdba69dbea32e70517f3b26 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Wed, 20 Nov 2024 14:14:17 +0700 Subject: [PATCH] Version 5.10.4 --- inc/loader.php | 2 +- meta-box.php | 2 +- readme.txt | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/inc/loader.php b/inc/loader.php index c794af3f..4fdfc0c7 100644 --- a/inc/loader.php +++ b/inc/loader.php @@ -7,7 +7,7 @@ class RWMB_Loader { protected function constants() { // Script version, used to add version for scripts and styles. - define( 'RWMB_VER', '5.10.3' ); + define( 'RWMB_VER', '5.10.4' ); list( $path, $url ) = self::get_path( dirname( __DIR__ ) ); diff --git a/meta-box.php b/meta-box.php index b0901e76..75260530 100644 --- a/meta-box.php +++ b/meta-box.php @@ -3,7 +3,7 @@ * Plugin Name: Meta Box * Plugin URI: https://metabox.io * Description: Create custom meta boxes and custom fields in WordPress. - * Version: 5.10.3 + * Version: 5.10.4 * Author: MetaBox.io * Author URI: https://metabox.io * License: GPL2+ diff --git a/readme.txt b/readme.txt index ee029af8..3a95bcc6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://metabox.io/pricing/ Tags: custom fields, custom post types, post type, custom taxonomies, meta box Requires at least: 5.9 Requires PHP: 7.0 -Tested up to: 6.6.2 -Stable tag: 5.10.3 +Tested up to: 6.7 +Stable tag: 5.10.4 License: GPLv2 or later Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for your custom post types in WordPress. @@ -160,6 +160,12 @@ If you like this plugin, you might also like our other WordPress products: == Changelog == += 5.10.4 - 2024-11-20 = +- OSM/Map fields: add support for select field type +- Add `$url` to `rwmb_oembed_not_available_string` filter +- Small CSS improvements for file input, background & button group +- Fix not returning value for helper functions for images saving in a custom folder and using a custom table + = 5.10.3 - 2024-10-30 = - fix: std after saving - fix: field set text save empty values