Skip to content

Commit 350b32c

Browse files
committed
Prepare 4.0.0 release
1 parent f4292f4 commit 350b32c

File tree

3 files changed

+358
-329
lines changed

3 files changed

+358
-329
lines changed

Changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 4.0.0
6+
7+
### Added
8+
9+
- [#172](https://github.com/bitExpert/magento2-force-login/pull/172) Add PHP7.3 and Magento 2.3.3 version requirements
10+
- [#165](https://github.com/bitExpert/magento2-force-login/pull/165) Added /stores/store/switch and /stores/store/redirect to the whitelist
11+
- [#155](https://github.com/bitExpert/magento2-force-login/pull/155) Add varnish ESI url to whitelist
12+
- [#154](https://github.com/bitExpert/magento2-force-login/pull/154) Add option to configure to force https redirect
13+
14+
### Deprecated
15+
16+
- Nothing.
17+
18+
### Removed
19+
20+
- [#160](https://github.com/bitExpert/magento2-force-login/pull/160) Drop Magento 2.1 & 2.2 compatibility
21+
22+
### Fixed
23+
24+
- Nothing.
25+
526
## 3.2.0
627

728
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "bitexpert/magento2-force-customer-login",
33
"description": "The Force Login module for Magento2 redirects a storefront visitor to the Magento2 Frontend login page, if the visitor is not logged in. It is possible to configure the whitelisted urls to add custom definitions.",
44
"type": "magento2-module",
5-
"version": "3.1.0",
6-
"minimum-stability": "dev",
5+
"version": "4.0.0",
6+
"minimum-stability": "stable",
77
"license": "Apache-2.0",
88
"authors": [
99
{

0 commit comments

Comments
 (0)