File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 v3.2.10 - unreleased
9+ ### phpMyFAQ v3.2.10 - 2024-11-09
1010
1111- fixed minor bugs (Thorsten)
1212
Original file line number Diff line number Diff line change 11{
22 "name" : " @thorsten/phpmyfaq" ,
3- "version" : " 3.2.9 " ,
3+ "version" : " 3.2.10 " ,
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 @@ -46,7 +46,7 @@ class System
4646 /**
4747 * Patch level.
4848 */
49- private const VERSION_PATCH_LEVEL = 9 ;
49+ private const VERSION_PATCH_LEVEL = 10 ;
5050
5151 /**
5252 * 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.2.9 "
3+ PMF_VERSION=" 3.2.10 "
44fi
You can’t perform that action at this time.
0 commit comments