Skip to content

Commit

Permalink
Version 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Aug 21, 2024
1 parent f7e9c1f commit 7a1f7b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.7.4
* Version: 2.7.5
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL-2.0+
Expand All @@ -23,7 +23,7 @@
add_action( 'init', 'mb_cpt_load', 0 );

function mb_cpt_load() {
define( 'MB_CPT_VER', '2.7.4' );
define( 'MB_CPT_VER', '2.7.5' );

if ( class_exists( 'RWMB_Loader' ) ) {
list( , $url ) = RWMB_Loader::get_path( __DIR__ );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
Stable tag: 2.7.5
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 @@ -61,6 +61,9 @@ If you like this plugin, you might also like our other WordPress products:

== Changelog ==

= 2.7.5 - 2024-08-29 =
- Fix edge-case error when adding "add fields" links

= 2.7.4 - 2024-08-29 =
Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer

Expand Down

0 comments on commit 7a1f7b3

Please sign in to comment.