Skip to content

Commit

Permalink
chore: v3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Feb 12, 2023
1 parent 5f0cd22 commit 671f95b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,8 +6,10 @@

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

### phpMyFAQ v3.1.11 - 2023-02-
### phpMyFAQ v3.1.11 - 2023-02-12

- Happy 22nd Birthday, phpMyFAQ!
- fixed multiple security vulnerabilities (Thorsten)
- fixed minor bugs (Thorsten)

### phpMyFAQ v3.1.10 - 2023-01-15
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@thorsten/phpmyfaq",
"version": "3.1.10",
"version": "3.1.11",
"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
Expand Up @@ -45,7 +45,7 @@ class System
/**
* Patch level.
*/
private const VERSION_PATCH_LEVEL = 10;
private const VERSION_PATCH_LEVEL = 11;

/**
* Pre-release version.
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
@@ -1,4 +1,4 @@
#!/bin/sh
if [ "x${PMF_VERSION}" = "x" ]; then
PMF_VERSION="3.1.10"
PMF_VERSION="3.1.11"
fi

0 comments on commit 671f95b

Please sign in to comment.