diff --git a/mb-custom-post-type.php b/mb-custom-post-type.php index 48f998b..1e21cf8 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.7.5 + * Version: 2.7.6 * Author: MetaBox.io * Author URI: https://metabox.io * License: GPL-2.0+ @@ -23,7 +23,7 @@ add_action( 'init', 'mb_cpt_load', 0 ); function mb_cpt_load() { - define( 'MB_CPT_VER', '2.7.5' ); + define( 'MB_CPT_VER', '2.7.6' ); if ( class_exists( 'RWMB_Loader' ) ) { list( , $url ) = RWMB_Loader::get_path( __DIR__ ); diff --git a/readme.txt b/readme.txt index 2db6666..e671643 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: custom post types, custom taxonomies, posts, taxonomies Requires at least: 5.9 Tested up to: 6.6.1 Requires PHP: 7.2 -Stable tag: 2.7.5 +Stable tag: 2.7.6 License: GPLv2 or later Create and manage custom post types and custom taxonomies with an easy-to-use UI in WordPress. @@ -61,10 +61,13 @@ If you like this plugin, you might also like our other WordPress products: == Changelog == -= 2.7.5 - 2024-08-29 = += 2.7.6 - 2024-08-22 = +- Fix check for premium users + += 2.7.5 - 2024-08-21 = - Fix edge-case error when adding "add fields" links -= 2.7.4 - 2024-08-29 = += 2.7.4 - 2024-08-19 = Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer = 2.7.3 - 2024-08-14 =