Skip to content

Commit 1cf8be9

Browse files
committed
(chore): v3.1.3
1 parent 25a9b6f commit 1cf8be9

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.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

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.1
7+
* Version: 3.1.3
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.1';
30+
const VERSION = '3.1.3';
3131

3232
protected function checkForUpdate()
3333
{

0 commit comments

Comments
 (0)