Skip to content

Commit

Permalink
chore: v3.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed May 17, 2023
1 parent c120070 commit ee7fa51
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 168 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# phpMyFAQ 3.1.13
# phpMyFAQ 3.1.14

**Codename "Poseidon"**

## CHANGELOG

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

### phpMyFAQ v3.1.14 - 2023-05-17

- fixed multiple security vulnerabilities (Thorsten)
- updated bundled dependencies (Thorsten)
- fixed minor bugs (Thorsten)

### phpMyFAQ v3.1.13 - 2023-04-23

- fixed multiple security vulnerabilities (Thorsten)
Expand Down
136 changes: 92 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13",
"version": "3.1.14",
"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 = 13;
private const VERSION_PATCH_LEVEL = 14;

/**
* 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.13"
PMF_VERSION="3.1.14"
fi
Loading

0 comments on commit ee7fa51

Please sign in to comment.