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,18 @@ 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.3] - 2023-03-25
8+
9+ ### Fix
10+
11+ - Autoloader for the plugin.
12+
13+ ## [ 3.1.2] - 2023-03-25
14+
15+ ### Fix
16+
17+ - Text domain for translations.
18+
719## [ 3.1.1] - 2023-06-27
820
921### 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.1
7+ * Version: 3.1.3
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.1 ' ;
30+ const VERSION = '3.1.3 ' ;
3131
3232 protected function checkForUpdate ()
3333 {
You can’t perform that action at this time.
0 commit comments