From 9f5a2501ed5bd47a307dc092d78f9e9f170ea82f Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Wed, 17 Jul 2024 14:14:26 +0700 Subject: [PATCH] Version 4.9.0 --- 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 040526d1..560e16a8 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.8.1 + * Version: 4.9.0 * Author: MetaBox.io * Author URI: https://metabox.io * License: GPL2+ @@ -30,7 +30,7 @@ function mb_builder_load() { return; } - define( 'MBB_VER', '4.7.2' ); + define( 'MBB_VER', '4.9.0' ); define( 'MBB_DIR', trailingslashit( __DIR__ ) ); list( , $url ) = \RWMB_Loader::get_path( MBB_DIR );