Skip to content

Commit

Permalink
chore: v3.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jul 23, 2024
1 parent eb505c3 commit 7be3c17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

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

### phpMyFAQ v3.2.9 - 2024-07-23

- fixed bugs introduced with v3.2.8 (Thorsten)

### phpMyFAQ v3.2.8 - 2024-07-21

- fixed security vulnerability (Thorsten)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thorsten/phpmyfaq",
"version": "3.2.8",
"version": "3.2.9",
"description": "phpMyFAQ",
"repository": "git://github.com/thorsten/phpMyFAQ.git",
"author": "Thorsten Rinne",
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 @@ -46,7 +46,7 @@ class System
/**
* Patch level.
*/
private const VERSION_PATCH_LEVEL = 8;
private const VERSION_PATCH_LEVEL = 9;

/**
* Pre-release version.
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
if [ "x${PMF_VERSION}" = "x" ]; then
PMF_VERSION="3.2.8"
PMF_VERSION="3.2.9"
fi

0 comments on commit 7be3c17

Please sign in to comment.