Skip to content

Commit 1791937

Browse files
author
Mike van den Hoek
committed
release: v3.18.0
1 parent 878a923 commit 1791937

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.18.0] (2025-12-03)
4+
5+
### Feat
6+
7+
- Add source-based availability validation to ItemController
8+
39
## Version [3.17.2] (2025-11-21)
410

511
### Fix

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.17.2
9+
* Version: 3.18.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
@@ -20,7 +20,7 @@ class Plugin
2020
*
2121
* @var string
2222
*/
23-
public const VERSION = '3.17.2';
23+
public const VERSION = '3.18.0';
2424

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

0 commit comments

Comments
 (0)