From 7a2a83d9872642efad1cfae2f690ece92d098865 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Thu, 26 Sep 2024 17:00:07 +0700 Subject: [PATCH] Version 4.9.3 --- meta-box-builder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-box-builder.php b/meta-box-builder.php index e6b63a9b..c654f6f0 100644 --- a/meta-box-builder.php +++ b/meta-box-builder.php @@ -3,7 +3,7 @@ * Plugin Name: Meta Box Builder * Plugin URI: https://metabox.io/plugins/meta-box-builder/ * Description: Drag and drop UI for creating custom meta boxes and custom fields. - * Version: 4.9.2 + * Version: 4.9.3 * Author: MetaBox.io * Author URI: https://metabox.io * License: GPL2+ @@ -32,7 +32,7 @@ function mb_builder_load() { return; } - define( 'MBB_VER', '4.9.2' ); + define( 'MBB_VER', '4.9.3' ); define( 'MBB_DIR', trailingslashit( __DIR__ ) ); list( , $url ) = \RWMB_Loader::get_path( MBB_DIR );