Skip to content

Commit d842249

Browse files
committed
Updated Changelog [ci skip]
1 parent 66f8e9f commit d842249

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v4.2.3]
9+
10+
### Added
11+
- Config to set Domain of RememberMe Cookie ([#990]; [#991]; Thanks @xrobau!)
12+
13+
814
## [v4.2.2]
915

1016
### Added

app/defines.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace UserFrosting;
1212

1313
// Some standard defines
14-
define('UserFrosting\VERSION', '4.2.2');
14+
define('UserFrosting\VERSION', '4.2.3-dev');
1515
define('UserFrosting\DS', '/');
1616
define('UserFrosting\PHP_MIN_VERSION', '5.6');
1717
define('UserFrosting\PHP_RECOMMENDED_VERSION', '7.2');

0 commit comments

Comments
 (0)