Skip to content

Commit

Permalink
chore: v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Oct 24, 2022
1 parent 95c9561 commit 8b47f38
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# phpMyFAQ 3.1.7
# phpMyFAQ 3.1.8

**Codename "Poseidon"**

## CHANGELOG

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

### phpMyFAQ v3.1.8 - 2022-10-24

- fixed multiple security vulnerabilities (Thorsten)
- fixed minor bugs (Thorsten)

### phpMyFAQ v3.1.7 - 2022-10-02

- fixed CSRF vulnerability (KhanhCM, 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.1.7",
"version": "3.1.8",
"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 @@ -45,7 +45,7 @@ class System
/**
* Patch level.
*/
private const VERSION_PATCH_LEVEL = 7;
private const VERSION_PATCH_LEVEL = 8;

/**
* 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.1.7"
PMF_VERSION="3.1.8"
fi

0 comments on commit 8b47f38

Please sign in to comment.