Skip to content

Commit

Permalink
Prepare 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Nov 2, 2019
1 parent f4292f4 commit 350b32c
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 329 deletions.
21 changes: 21 additions & 0 deletions Changelog.md
Expand Up @@ -2,6 +2,27 @@

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

## 4.0.0

### Added

- [#172](https://github.com/bitExpert/magento2-force-login/pull/172) Add PHP7.3 and Magento 2.3.3 version requirements
- [#165](https://github.com/bitExpert/magento2-force-login/pull/165) Added /stores/store/switch and /stores/store/redirect to the whitelist
- [#155](https://github.com/bitExpert/magento2-force-login/pull/155) Add varnish ESI url to whitelist
- [#154](https://github.com/bitExpert/magento2-force-login/pull/154) Add option to configure to force https redirect

### Deprecated

- Nothing.

### Removed

- [#160](https://github.com/bitExpert/magento2-force-login/pull/160) Drop Magento 2.1 & 2.2 compatibility

### Fixed

- Nothing.

## 3.2.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -2,8 +2,8 @@
"name": "bitexpert/magento2-force-customer-login",
"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.",
"type": "magento2-module",
"version": "3.1.0",
"minimum-stability": "dev",
"version": "4.0.0",
"minimum-stability": "stable",
"license": "Apache-2.0",
"authors": [
{
Expand Down

0 comments on commit 350b32c

Please sign in to comment.