Skip to content

Commit 7fb4fba

Browse files
author
Mike van den Hoek
committed
(release): v3.16.0
1 parent 9c7ad41 commit 7fb4fba

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# CHANGELOG
22

3-
## ## Version [x.y.z] (X)
3+
## Version [3.16.0] (2025-08-01)
44

55
### Feat
66

7-
#### Meta Box AIO Support
8-
- **Added**: Support for Meta Box AIO (premium version) alongside the free Meta Box plugin
9-
- **Enhanced**: Dependency checking now recognizes multiple plugin alternatives for better compatibility
10-
- **Improved**: Admin notices now reflect both free and premium Meta Box options
11-
- **Technical**: Extended `DependencyChecker` class to support `alternatives` array in dependency definitions
12-
- **Backward Compatible**: Existing installations continue to work without changes
13-
7+
- implement DependencyChecker support for plugin alternatives @sgort (#54)
148

159
## Version [3.15.8] (2025-07-16)
1610

pdc-base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Yard | PDC Base
77
* Plugin URI: https://www.openwebconcept.nl/
88
* Description: Acts as foundation for other PDC related content plugins. This plugin implements actions to allow for other plugins to add and/or change Custom Posttypes, Metaboxes, Taxonomies, en Posts 2 posts relations.
9-
* Version: 3.15.8
9+
* Version: 3.16.0
1010
* Author: Yard | Digital Agency
1111
* Author URI: https://www.yard.nl/
1212
* License: GPL-3.0

src/Base/Foundation/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Plugin
1919
*
2020
* @var string
2121
*/
22-
public const VERSION = '3.15.8';
22+
public const VERSION = '3.16.0';
2323

2424
/**
2525
* Path to the root of the plugin.

0 commit comments

Comments
 (0)