Skip to content

Commit

Permalink
Version 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Mar 7, 2024
1 parent d4f3687 commit b9dd9ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mb-custom-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
* Version: 2.6.3
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL-2.0+
Expand All @@ -21,7 +21,7 @@
add_action( 'init', 'mb_cpt_load', 0 );

function mb_cpt_load() {
define( 'MB_CPT_VER', '2.6.2' );
define( 'MB_CPT_VER', '2.6.3' );

if ( class_exists( 'RWMB_Loader' ) ) {
list( , $url ) = RWMB_Loader::get_path( __DIR__ );
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: elightup, metabox, rilwis, duc88b, truongwp, barcavn2
Donate link: https://metabox.io/pricing/
Tags: custom post types, custom taxonomies, meta box, content types, cpt, post type, taxonomy, cms, post, post types, types, taxonomies, tax
Requires at least: 5.9
Tested up to: 6.4.1
Tested up to: 6.4.3
Requires PHP: 7.2
Stable tag: 2.6.2
Stable tag: 2.6.3
License: GPLv2 or later

Create and manage custom post types and custom taxonomies with an easy-to-use UI in WordPress.
Expand Down Expand Up @@ -70,6 +70,10 @@ Install **MB Custom Post Types & Custom Taxonomies** extension

== Changelog ==

= 2.6.3 - 2024-03-07=
- Improve i18n issues
- Fix null warning notices

= 2.6.2 - 2023-11-18 =
- Revert feature "Allow to edit WordPress's built-in post types and post types registered by other code/plugins" in 2.6.0.

Expand Down

0 comments on commit b9dd9ca

Please sign in to comment.