Skip to content

Commit 31b86ec

Browse files
committed
(chore): v3.15.5
1 parent f643f30 commit 31b86ec

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## Version [3.15.5] (2025-04-23)
4+
5+
### Feat
6+
7+
- Add filter before registering extended taxonomies
8+
- Add filter before registering extended posttypes
9+
310
## Version [3.15.4] (2025-04-15)
411

512
### Feat

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.4
9+
* Version: 3.15.5
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.4';
22+
public const VERSION = '3.15.5';
2323

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

0 commit comments

Comments
 (0)