File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
9-
10- ### Changed
8+ ## v4.1.22
119- Updated Docker ` README.md ` .
12-
13- ### Fixed
1410- Replaced ` libpng12-dev ` which has been dropped since Ubuntu 16.04 with ` libpng-dev ` in PHP ` Dockerfile ` .
11+ - Avoid twig deprecation warning ([ #911 ] ( https://github.com/userfrosting/UserFrosting/pull/911 ) ; Thanks @silvioq !)
1512
1613## v4.1.21
1714- Locked Whoops to version 2.2.1 until they fix that [ ` [internal] ` issue] ( https://github.com/filp/whoops/issues/598 ) .
Original file line number Diff line number Diff line change 33namespace UserFrosting ;
44
55// Some standard defines
6- define ('UserFrosting\VERSION ' , '4.1.21 ' );
6+ define ('UserFrosting\VERSION ' , '4.1.22 ' );
77define ('UserFrosting\DS ' , '/ ' );
88define ('UserFrosting\PHP_MIN_VERSION ' , '5.6 ' );
99define ('UserFrosting\DEBUG_CONFIG ' , false );
You can’t perform that action at this time.
0 commit comments