Skip to content

Commit

Permalink
chore: v4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Dec 6, 2024
1 parent b9289a0 commit 9bf3d79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This is a log of major user-visible changes in each phpMyFAQ release.

### phpMyFAQ v4.0.0-RC.5 - 2024-11-15
### phpMyFAQ v4.0.0 - 2024-12-06

- changed PHP requirement to PHP 8.2 or later (Thorsten)
- changed rewrite rules for Apache and nginx as mandatory requirement (Thorsten)
Expand Down Expand Up @@ -47,6 +47,7 @@ This is a log of major user-visible changes in each phpMyFAQ release.
- updated to PHPUnit v11 (Thorsten)
- updated Polish translation (Zięba Bogusław Chaffinch)
- updated French translation
- fixed security vulnerability (Thorsten)

### phpMyFAQ v3.2.10 - 2024-11-09

Expand Down
2 changes: 1 addition & 1 deletion phpmyfaq/src/phpMyFAQ/System.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class System
/**
* Pre-release version.
*/
private const VERSION_PRE_RELEASE = 'RC.5';
private const VERSION_PRE_RELEASE = '';

/**
* API version.
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Check if PMF_VERSION is not set or empty
if [ -z "${PMF_VERSION}" ]; then
PMF_VERSION="4.0.0-RC.5"
PMF_VERSION="4.0.0"
fi

0 comments on commit 9bf3d79

Please sign in to comment.