From 0748b593cc821eda98cd4f273dd6cd05eb876c48 Mon Sep 17 00:00:00 2001 From: Florian Horn Date: Thu, 26 Oct 2017 15:41:34 +0200 Subject: [PATCH] Release candidate 2 for v2.3.0 --- Changelog.md | 2 ++ composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index cb4f504..279ea30 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file, in reverse - #88 Migrated from using observers to hook into router chain - #89 Enabled edition of default whitelist routes +- #92 Fixed syntax issue in layout xml, invalid block definition ### Deprecated @@ -21,6 +22,7 @@ All notable changes to this project will be documented in this file, in reverse - #83 404 pages do not show when logged out - #84 Disable registration isn't possible +- #91 Whitelist is Not works for Magento 2.2.0 ## 2.2.0 diff --git a/composer.json b/composer.json index 857a827..1752718 100644 --- a/composer.json +++ b/composer.json @@ -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.3.0-RC1", + "version": "2.3.0-RC2", "license": "Apache-2.0", "authors": [ { diff --git a/composer.lock b/composer.lock index 86daf0e..26b6e73 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "bbe8988838c9ab5926002b41b5642a1e", - "content-hash": "12d45deae8458427e0f2c69dad06b643", + "hash": "c4ae6043cc50d6ccbfb26569472e7ab8", + "content-hash": "d5ff75f2db0cb142cd1de8da898e1938", "packages": [ { "name": "colinmollenhour/credis",