Commit 677bbaf 1 parent b78d5f9 commit 677bbaf Copy full SHA for 677bbaf
File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
This is a log of major user-visible changes in each phpMyFAQ release.
8
8
9
- ### phpMyFAQ v4.0.3 - unreleased
9
+ ### phpMyFAQ v4.0.3 - 2025-01-03
10
10
11
11
- fixed installation bug introduced with v4.0.2 (Thorsten)
12
+ - fixed minor bug (Thorsten)
12
13
13
14
### phpMyFAQ v4.0.2 - 2025-01-02
14
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thorsten/phpmyfaq" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
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 @@ -47,7 +47,7 @@ class System
47
47
/**
48
48
* Patch level.
49
49
*/
50
- private const VERSION_PATCH_LEVEL = 2 ;
50
+ private const VERSION_PATCH_LEVEL = 3 ;
51
51
52
52
/**
53
53
* Pre-release version.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# Check if PMF_VERSION is not set or empty
3
3
if [ -z " ${PMF_VERSION} " ]; then
4
- PMF_VERSION=" 4.0.2 "
4
+ PMF_VERSION=" 4.0.3 "
5
5
fi
You can’t perform that action at this time.
0 commit comments