We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f8e9f commit d842249Copy full SHA for d842249
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [v4.2.3]
9
+
10
+### Added
11
+- Config to set Domain of RememberMe Cookie ([#990]; [#991]; Thanks @xrobau!)
12
13
14
## [v4.2.2]
15
16
### Added
app/defines.php
@@ -11,7 +11,7 @@
namespace UserFrosting;
// Some standard defines
-define('UserFrosting\VERSION', '4.2.2');
+define('UserFrosting\VERSION', '4.2.3-dev');
define('UserFrosting\DS', '/');
define('UserFrosting\PHP_MIN_VERSION', '5.6');
17
define('UserFrosting\PHP_RECOMMENDED_VERSION', '7.2');
0 commit comments