Skip to content

Commit

Permalink
(chore): release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike van den Hoek committed Oct 30, 2024
1 parent 0ea7cd7 commit 030074f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.5.1

- Refactor: Remove optional params from fillPostName called by 'wp_insert_post_data' hook

## v3.5.0

- Feat: add filter for altering the post types config
Expand Down
2 changes: 1 addition & 1 deletion openpub-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Yard | OpenPub Base
* Plugin URI: https://www.openwebconcept.nl/
* 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.
* Version: 3.5.0
* Version: 3.5.1
* Author: Yard | Digital Agency
* Author URI: https://www.yard.nl/
* License: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion src/Base/Foundation/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Plugin
* Version of the plugin.
* Used for setting versions of enqueue scripts and styles.
*/
public const VERSION = '3.5.0';
public const VERSION = '3.5.1';

/**
* Path to the root of the plugin.
Expand Down

0 comments on commit 030074f

Please sign in to comment.