From 58279b06e938e2a4753130f0b61a3ed95abc0f25 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Fri, 21 Jun 2024 07:47:32 +0700 Subject: [PATCH] Version 2.7.0 --- mb-custom-post-type.php | 4 ++-- readme.txt | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/mb-custom-post-type.php b/mb-custom-post-type.php index 7146e50..5fbdfda 100644 --- a/mb-custom-post-type.php +++ b/mb-custom-post-type.php @@ -3,7 +3,7 @@ * Plugin Name: MB Custom Post Types & Custom Taxonomies * Plugin URI: https://metabox.io/plugins/custom-post-type/ * Description: Create custom post types and custom taxonomies with easy-to-use UI - * Version: 2.6.4 + * Version: 2.7.0 * Author: MetaBox.io * Author URI: https://metabox.io * License: GPL-2.0+ @@ -21,7 +21,7 @@ add_action( 'init', 'mb_cpt_load', 0 ); function mb_cpt_load() { - define( 'MB_CPT_VER', '2.6.4' ); + define( 'MB_CPT_VER', '2.7.0' ); if ( class_exists( 'RWMB_Loader' ) ) { list( , $url ) = RWMB_Loader::get_path( __DIR__ ); diff --git a/readme.txt b/readme.txt index 0c0fe81..96ea0db 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: elightup, metabox, rilwis, duc88b, truongwp, barcavn2 Donate link: https://metabox.io/pricing/ Tags: custom post types, custom taxonomies, posts, taxonomies Requires at least: 5.9 -Tested up to: 6.5.2 +Tested up to: 6.5.4 Requires PHP: 7.2 -Stable tag: 2.6.4 +Stable tag: 2.7.0 License: GPLv2 or later Create and manage custom post types and custom taxonomies with an easy-to-use UI in WordPress. @@ -62,6 +62,14 @@ If you like this plugin, you might also like our other WordPress products: == Changelog == += 2.7.0 - 2024-06-21 = + +**Highlights**: + +This new version brings a new UI/UX to the plugin, powered by block editor components. The new UI has the same layout and interaction as editing posts with the block editor, which will brings you a modern, friendly interface and a great experience. + +For more details, please see the [blog post](https://metabox.io/mb-custom-post-types-custom-taxonomies-update-ui-ux-improvements/). + = 2.6.4 - 2024-04-11 = - Fix admin color scheme - Fix strings not localized