Skip to content

Commit d3596fe

Browse files
committed
chore: v4.0.17 release
1 parent c0b2c45 commit d3596fe

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77
This 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

phpmyfaq/src/phpMyFAQ/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
# Check if PMF_VERSION is not set or empty
33
if [ -z "${PMF_VERSION}" ]; then
4-
PMF_VERSION="4.0.17"
4+
PMF_VERSION="4.0.18"
55
fi

0 commit comments

Comments
 (0)