Skip to content

Commit cef3b87

Browse files
committed
(chore): v3.15.3
1 parent e86ec45 commit cef3b87

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## Version [3.15.3] (2025-03-26)
4+
5+
### Fix
6+
7+
- Autoloader
8+
39
## Version [3.15.2] (2025-03-18)
410

511
### 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.2
9+
* Version: 3.15.3
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.2';
22+
public const VERSION = '3.15.3';
2323

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

0 commit comments

Comments
 (0)