File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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
+ ## [ v4.3.3]
9
+
10
+ ### Fixed
11
+ - Fixed wrong version number in define
12
+ - Locked Slim version to 3.12.2 until UF 4.4 can fix ` container-interop/container-interop ` replacement with ` psr/container `
13
+
8
14
## [ v4.3.2]
9
15
10
16
### Added
@@ -892,3 +898,4 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
892
898
[ v4.3.0 ] : https://github.com/userfrosting/UserFrosting/compare/v4.2.3...v4.3.0
893
899
[ v4.3.1 ] : https://github.com/userfrosting/UserFrosting/compare/v4.3.0...v4.3.1
894
900
[ v4.3.2 ] : https://github.com/userfrosting/UserFrosting/compare/v4.3.1...v4.3.2
901
+ [ v4.3.3 ] : https://github.com/userfrosting/UserFrosting/compare/v4.3.2...v4.3.3
Original file line number Diff line number Diff line change 11
11
namespace UserFrosting ;
12
12
13
13
// Some standard defines
14
- define ('UserFrosting\VERSION ' , '4.3.0 ' );
14
+ define ('UserFrosting\VERSION ' , '4.3.3 ' );
15
15
define ('UserFrosting\DS ' , '/ ' );
16
16
define ('UserFrosting\PHP_MIN_VERSION ' , '7.1 ' );
17
17
define ('UserFrosting\PHP_RECOMMENDED_VERSION ' , '7.2 ' );
Original file line number Diff line number Diff line change 39
39
"monolog/monolog" : " ^1" ,
40
40
"phpmailer/phpmailer" : " ^6.0.7" ,
41
41
"slim/csrf" : " ^0.8" ,
42
- "slim/slim" : " ^3 " ,
42
+ "slim/slim" : " 3.12.2 " ,
43
43
"slim/twig-view" : " ^2.5" ,
44
44
"symfony/http-foundation" : " *" ,
45
45
"twig/twig" : " ^2.11" ,
You can’t perform that action at this time.
0 commit comments