From 8304b53e63adeb35aea00b63234b2278876810bd Mon Sep 17 00:00:00 2001 From: Tino Goratsch Date: Tue, 5 Nov 2019 21:13:58 +0100 Subject: [PATCH] update the changelog and bump the version --- ACP3/Core/src/Application/BootstrapInterface.php | 2 +- CHANGELOG.md | 7 ++++++- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ACP3/Core/src/Application/BootstrapInterface.php b/ACP3/Core/src/Application/BootstrapInterface.php index 6e0e4ed38..ab5f4898b 100644 --- a/ACP3/Core/src/Application/BootstrapInterface.php +++ b/ACP3/Core/src/Application/BootstrapInterface.php @@ -16,7 +16,7 @@ interface BootstrapInterface extends HttpKernelInterface /** * Contains the current ACP3 version string. */ - public const VERSION = '4.47.3'; + public const VERSION = '4.47.4'; /** * Checks whether the ACP3 is correctly installed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b64e663..fb5d4409b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.47.4] - 2019-11-05 +### Fixed +- fixed the web output path of generated/resized pictures + ## [4.47.3] - 2019-11-04 ### Fixed - fixed the breadcrumb step removal method @@ -1023,7 +1027,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - It should be possible again to save ACL roles - Silenced a possible PHP warning when trying to login with incorrect credentials -[Unreleased]: https://gitlab.com/ACP3/cms/compare/v4.47.3...4.x +[Unreleased]: https://gitlab.com/ACP3/cms/compare/v4.47.4...4.x +[4.47.4]: https://gitlab.com/ACP3/cms/compare/v4.47.3...v4.47.4 [4.47.3]: https://gitlab.com/ACP3/cms/compare/v4.47.2...v4.47.3 [4.47.2]: https://gitlab.com/ACP3/cms/compare/v4.47.1...v4.47.2 [4.47.1]: https://gitlab.com/ACP3/cms/compare/v4.47.0...v4.47.1 diff --git a/package-lock.json b/package-lock.json index 9e87545b3..257e0f196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "acp3-cms", - "version": "4.47.3", + "version": "4.47.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 64bacd9d6..ea4dc1bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acp3-cms", - "version": "4.47.3", + "version": "4.47.4", "description": "The ACP3 CMS is a highly customizable and easy to use Web Content Management System based on PHP and MySQL.", "main": "", "directories": {}, -- 2.22.2