File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ This is a log of major user-visible changes in each phpMyFAQ release.
88
99### phpMyFAQ v4.0.17 - unreleased
1010
11+ - fixed security vulnerabilities (Thorsten)
1112- updated third party dependencies (Thorsten)
13+ - fixed bugs (Thorsten)
1214
1315### phpMyFAQ v4.0.16 - 2025-12-29
1416
Original file line number Diff line number Diff line change 11{
22 "name" : " @thorsten/phpmyfaq" ,
3- "version" : " 4.0.16 " ,
3+ "version" : " 4.0.17 " ,
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 = 16 ;
50+ private const VERSION_PATCH_LEVEL = 17 ;
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.16 "
4+ PMF_VERSION=" 4.0.17 "
55fi
You can’t perform that action at this time.
0 commit comments