File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # phpMyFAQ 3.1.7
1+ # phpMyFAQ 3.1.8
22
33** Codename "Poseidon"**
44
55## CHANGELOG
66
77This 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)
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11#! /bin/sh
22if [ " x${PMF_VERSION} " = " x" ]; then
3- PMF_VERSION=" 3.1.7 "
3+ PMF_VERSION=" 3.1.8 "
44fi
You can’t perform that action at this time.
0 commit comments