Skip to content

Commit

Permalink
Version 1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Nov 1, 2024
1 parent 0dbd719 commit fb86f3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
17 changes: 8 additions & 9 deletions mb-relationships.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?php
/**
* Plugin Name: MB Relationships
* Plugin URI: https://metabox.io/plugins/mb-relationships/
* Description: Create many-to-many relationships between posts, users, terms, etc.
* Version: 1.12.4
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
* Text Domain: mb-relationships
* Requires Plugins: meta-box
* Plugin Name: MB Relationships
* Plugin URI: https://metabox.io/plugins/mb-relationships/
* Description: Create many-to-many relationships between posts, users, terms, etc.
* Version: 1.12.5
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
* Text Domain: mb-relationships
*/

// Prevent loading this file directly.
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://metabox.io/pricing/
Tags: relationships, connections, posts to posts
Requires at least: 5.9
Tested up to: 6.6.2
Stable tag: 1.12.4
Stable tag: 1.12.5
Requires PHP: 7.2
Requires Plugins: meta-box
License: GPLv2 or later
Expand Down Expand Up @@ -105,6 +105,10 @@ Install **MB Relationships** extension

== Changelog ==

= 1.12.5 - 2024-11-01 =
- Fix direct file access
- Improve code quality with fixes for PHPCS

= 1.12.4 - 2024-10-14 =
Fix warnings by Plugin Check

Expand Down

0 comments on commit fb86f3c

Please sign in to comment.