File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed 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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
9
-
10
- ### Changed
8
+ ## v4.1.22
11
9
- Updated Docker ` README.md ` .
12
-
13
- ### Fixed
14
10
- 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 !)
15
12
16
13
## v4.1.21
17
14
- 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 3
3
namespace UserFrosting ;
4
4
5
5
// Some standard defines
6
- define ('UserFrosting\VERSION ' , '4.1.21 ' );
6
+ define ('UserFrosting\VERSION ' , '4.1.22 ' );
7
7
define ('UserFrosting\DS ' , '/ ' );
8
8
define ('UserFrosting\PHP_MIN_VERSION ' , '5.6 ' );
9
9
define ('UserFrosting\DEBUG_CONFIG ' , false );
You can’t perform that action at this time.
0 commit comments