File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- # phpMyFAQ 3.1.7
1
+ # phpMyFAQ 3.1.8
2
2
3
3
** Codename "Poseidon"**
4
4
5
5
## CHANGELOG
6
6
7
7
This is a log of major user-visible changes in each phpMyFAQ release.
8
8
9
+ ### phpMyFAQ v3.1.8 - 2022-10-24
10
+
11
+ - fixed multiple security vulnerabilities (Thorsten)
12
+ - fixed minor bugs (Thorsten)
13
+
9
14
### phpMyFAQ v3.1.7 - 2022-10-02
10
15
11
16
- fixed CSRF vulnerability (KhanhCM, Thorsten)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thorsten/phpmyfaq" ,
3
- "version" : " 3.1.7 " ,
3
+ "version" : " 3.1.8 " ,
4
4
"description" : " phpMyFAQ" ,
5
5
"repository" : " git://github.com/thorsten/phpMyFAQ.git" ,
6
6
"author" : " Thorsten Rinne" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class System
45
45
/**
46
46
* Patch level.
47
47
*/
48
- private const VERSION_PATCH_LEVEL = 7 ;
48
+ private const VERSION_PATCH_LEVEL = 8 ;
49
49
50
50
/**
51
51
* Pre-release version.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
if [ " x${PMF_VERSION} " = " x" ]; then
3
- PMF_VERSION=" 3.1.7 "
3
+ PMF_VERSION=" 3.1.8 "
4
4
fi
You can’t perform that action at this time.
0 commit comments