From abe018461dc1aca36c23ccd752d2028775a74949 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Wed, 12 Dec 2018 22:19:36 -0500 Subject: [PATCH] Prepare 4.1.22 release --- CHANGELOG.md | 7 ++----- app/defines.php | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e04fb9d..dea42a4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - -### Changed +## v4.1.22 - Updated Docker `README.md`. - -### Fixed - Replaced `libpng12-dev` which has been dropped since Ubuntu 16.04 with `libpng-dev` in PHP `Dockerfile`. +- Avoid twig deprecation warning ([#911](https://github.com/userfrosting/UserFrosting/pull/911); Thanks @silvioq !) ## v4.1.21 - Locked Whoops to version 2.2.1 until they fix that [`[internal]` issue](https://github.com/filp/whoops/issues/598). diff --git a/app/defines.php b/app/defines.php index efd79f8ad..d7160776b 100755 --- a/app/defines.php +++ b/app/defines.php @@ -3,7 +3,7 @@ namespace UserFrosting; // Some standard defines -define('UserFrosting\VERSION', '4.1.21'); +define('UserFrosting\VERSION', '4.1.22'); define('UserFrosting\DS', '/'); define('UserFrosting\PHP_MIN_VERSION', '5.6'); define('UserFrosting\DEBUG_CONFIG', false);