Skip to content

Commit 1cfeabd

Browse files
committed
(chore): v2.3.3
1 parent 8ff8d64 commit 1cfeabd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Version [2.3.3]
9+
10+
## Feat
11+
12+
- Related items type taxonomy args
13+
814
## Version [2.3.2]
915

1016
## Refactor

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: 2.3.2
7+
* Version: 2.3.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
@@ -26,7 +26,7 @@ class Plugin
2626
*
2727
* @var string VERSION
2828
*/
29-
public const VERSION = '2.3.2';
29+
public const VERSION = '2.3.3';
3030

3131
/**
3232
* Path to the root of the plugin.

0 commit comments

Comments
 (0)