File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77This is a log of major user-visible changes in each phpMyFAQ release.
88
9- ### phpMyFAQ v4.0.17 - unreleased
9+ ### phpMyFAQ v4.0.18 - 2026-02-27
10+
11+ - fixed security vulnerability (Thorsten)
12+ - updated third party dependencies (Thorsten)
13+ - fixed bugs (Thorsten)
14+
15+ ### phpMyFAQ v4.0.17 - 2026-01-23
1016
1117- fixed security vulnerabilities (Thorsten)
1218- updated third party dependencies (Thorsten)
Original file line number Diff line number Diff line change 11{
22 "name" : " @thorsten/phpmyfaq" ,
3- "version" : " 4.0.17 " ,
3+ "version" : " 4.0.18 " ,
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 @@ -47,7 +47,7 @@ class System
4747 /**
4848 * Patch level.
4949 */
50- private const VERSION_PATCH_LEVEL = 17 ;
50+ private const VERSION_PATCH_LEVEL = 18 ;
5151
5252 /**
5353 * Pre-release version.
Original file line number Diff line number Diff line change 11#! /bin/sh
22# Check if PMF_VERSION is not set or empty
33if [ -z " ${PMF_VERSION} " ]; then
4- PMF_VERSION=" 4.0.17 "
4+ PMF_VERSION=" 4.0.18 "
55fi
You can’t perform that action at this time.
0 commit comments