Skip to content

Commit c43d00c

Browse files
committed
(chore): v3.1.4
1 parent f685d1f commit c43d00c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

7+
## [3.1.4] - 2025-04-15
8+
9+
### Feat
10+
11+
- Add filter for faq fields
12+
713
## [3.1.3] - 2023-03-25
814

915
### Fix

pdc-faq.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: PDC FAQ
55
* Plugin URI: https://www.openwebconcept.nl/
66
* Description: Plugin to create the frequently asked questions section for a PDC item.
7-
* Version: 3.1.3
7+
* Version: 3.1.4
88
* Author: Yard Digital Agency
99
* Author URI: https://www.yard.nl/
1010
* License: GPL-3.0

src/FAQ/Foundation/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Plugin extends BasePlugin
2727
*
2828
* @const string VERSION
2929
*/
30-
const VERSION = '3.1.3';
30+
const VERSION = '3.1.4';
3131

3232
protected function checkForUpdate()
3333
{

0 commit comments

Comments
 (0)