File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments