Skip to content

Commit 23a0d73

Browse files
Version bump
1 parent 9f9b481 commit 23a0d73

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v3.5.0
4+
5+
- Feat: Add districts with zipcodes, so the REST API can be filtered using a zipcode.
6+
37
## v3.4.4
48

59
- Refactor: CMB2 'show on' taxonomy field type from 'select_advanced' to 'taxonomy_multicheck'

openpub-base.php

Lines changed: 1 addition & 1 deletion
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.4.4
7+
* Version: 3.5
88
* Author: Yard | Digital Agency
99
* Author URI: https://www.yard.nl/
1010
* 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
* Version of the plugin.
2020
* Used for setting versions of enqueue scripts and styles.
2121
*/
22-
public const VERSION = '3.4.4';
22+
public const VERSION = '3.5';
2323

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

0 commit comments

Comments
 (0)