diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b4152849..3841e05c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This is a log of major user-visible changes in each phpMyFAQ release. -### phpMyFAQ v3.2.7 - unreleased +### phpMyFAQ v3.2.7 - 2024-06-07 - updated and improved cookie consent (Jan Harms, Thorsten, Zięba Bogusław Chaffinch) - updated bundled dependencies (Thorsten) diff --git a/package.json b/package.json index fe28e022bc..0b7f1d83c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thorsten/phpmyfaq", - "version": "3.2.6", + "version": "3.2.7", "description": "phpMyFAQ", "repository": "git://github.com/thorsten/phpMyFAQ.git", "author": "Thorsten Rinne", diff --git a/phpmyfaq/src/phpMyFAQ/System.php b/phpmyfaq/src/phpMyFAQ/System.php index 4e10aa86ed..aa1d34ccff 100644 --- a/phpmyfaq/src/phpMyFAQ/System.php +++ b/phpmyfaq/src/phpMyFAQ/System.php @@ -46,7 +46,7 @@ class System /** * Patch level. */ - private const VERSION_PATCH_LEVEL = 6; + private const VERSION_PATCH_LEVEL = 7; /** * Pre-release version. diff --git a/scripts/version.sh b/scripts/version.sh index 6f9e86235b..60648c46f6 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,4 +1,4 @@ #!/bin/sh if [ "x${PMF_VERSION}" = "x" ]; then - PMF_VERSION="3.2.6" + PMF_VERSION="3.2.7" fi