Skip to content

Commit 22b661f

Browse files
hnccoxhnccox-yard
authored andcommitted
(release): v3.7.3
1 parent 30f4b16 commit 22b661f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.7.3
4+
5+
- Feat: getShowOnPortalURL(): add filter and sorting for portalUrls by numeric blogId with taxonomy 'openpub-show-on'
6+
37
## v3.7.2
48

59
- Refactor: register rest routes in correct order

openpub-base.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Yard | OpenPub Base
55
* Plugin URI: https://www.openwebconcept.nl/
66
* Description: Acts as foundation for other OpenPub 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.
7-
* Version: 3.7.2
7+
* Version: 3.7.3
88
* Author: Yard | Digital Agency
99
* Author URI: https://www.yard.nl/
1010
* License: GPL-3.0

src/Base/Foundation/Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Plugin
99
{
1010
public const NAME = 'openpub-base';
11-
public const VERSION = '3.7.2';
11+
public const VERSION = '3.7.3';
1212

1313
protected string $rootPath;
1414
public Config $config;

0 commit comments

Comments
 (0)