Skip to content

Commit

Permalink
Release candidate 4 for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Horn committed Aug 3, 2017
1 parent 58ba43f commit 097de79
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- #82 Fixed invalid position of tag resource in system.xml
- #78 Move backend configuration to customer > customer configuration section
- #77 Provides backwards compatibility by set strategy for existing rules to regex matcher instead of static
- #76 Static matcher now canonicalizes url and rule to omit differences of trailing slashes
Expand All @@ -21,6 +22,8 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- #81 Error in admin pages due to invalid XML
- #79 Invalid system.xml file
- #75 Static matching strategy could ignore ending slash
- #74 Upgrade to 2.1 RC2 from 2 breaks backward compatibility of rules
- #73 Force login top level system config tab is overkill
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"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",
"minimum-stability": "stable",
"version": "2.1.0-RC3",
"version": "2.1.0-RC4",
"license": "Apache-2.0",
"authors": [
{
Expand Down
52 changes: 26 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 097de79

Please sign in to comment.