Skip to content

Commit d5d6e04

Browse files
committed
Version 2.8.1
1 parent 1c7705c commit d5d6e04

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

composer.lock

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mb-custom-post-type.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: MB Custom Post Types & Custom Taxonomies
44
* Plugin URI: https://metabox.io/plugins/custom-post-type/
55
* Description: Create custom post types and custom taxonomies with easy-to-use UI
6-
* Version: 2.8.0
6+
* Version: 2.8.1
77
* Author: MetaBox.io
88
* Author URI: https://metabox.io
99
* License: GPL-2.0+
@@ -39,7 +39,7 @@
3939

4040
function mb_cpt_load() {
4141
define( 'MB_CPT_DIR', __DIR__ );
42-
define( 'MB_CPT_VER', '2.8.0' );
42+
define( 'MB_CPT_VER', '2.8.1' );
4343

4444
if ( class_exists( 'RWMB_Loader' ) ) {
4545
list( , $url ) = RWMB_Loader::get_path( __DIR__ );

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: elightup, metabox, rilwis, duc88b, truongwp, barcavn2
33
Donate link: https://metabox.io/pricing/
44
Tags: custom post types, custom taxonomies, posts, taxonomies
55
Requires at least: 5.9
6-
Tested up to: 6.7.1
6+
Tested up to: 6.7.2
77
Requires PHP: 7.2
8-
Stable tag: 2.8.0
8+
Stable tag: 2.8.1
99
License: GPLv2 or later
1010

1111
Create and manage custom post types and custom taxonomies with an easy-to-use UI in WordPress.
@@ -64,6 +64,9 @@ If you like this plugin, you might also like our other WordPress products:
6464

6565
== Changelog ==
6666

67+
= 2.8.1 - 2025-04-01 =
68+
- Fix: Unknown format specifier "C" in TaxonomyRegister.php
69+
6770
= 2.8.0 - 2025-02-04 =
6871
- Add custom permissions for taxonomy
6972
- Fix saving issues on Safari

0 commit comments

Comments
 (0)