Skip to content

Commit 8b47f38

Browse files
committed
chore: v3.1.8
1 parent 95c9561 commit 8b47f38

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# phpMyFAQ 3.1.7
1+
# phpMyFAQ 3.1.8
22

33
**Codename "Poseidon"**
44

55
## CHANGELOG
66

77
This is a log of major user-visible changes in each phpMyFAQ release.
88

9+
### phpMyFAQ v3.1.8 - 2022-10-24
10+
11+
- fixed multiple security vulnerabilities (Thorsten)
12+
- fixed minor bugs (Thorsten)
13+
914
### phpMyFAQ v3.1.7 - 2022-10-02
1015

1116
- fixed CSRF vulnerability (KhanhCM, Thorsten)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thorsten/phpmyfaq",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "phpMyFAQ",
55
"repository": "git://github.com/thorsten/phpMyFAQ.git",
66
"author": "Thorsten Rinne",

phpmyfaq/src/phpMyFAQ/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class System
4545
/**
4646
* Patch level.
4747
*/
48-
private const VERSION_PATCH_LEVEL = 7;
48+
private const VERSION_PATCH_LEVEL = 8;
4949

5050
/**
5151
* Pre-release version.

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
if [ "x${PMF_VERSION}" = "x" ]; then
3-
PMF_VERSION="3.1.7"
3+
PMF_VERSION="3.1.8"
44
fi

0 commit comments

Comments
 (0)