Skip to content

Commit

Permalink
Release candidate 2 for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Horn committed Apr 10, 2017
1 parent 0ba60b9 commit 0eabda6
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 51 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file, in reverse
- Changed type namings in DI to match best practice.
- Respect configured login option behavior.
- Added own session handler.
- #62 Move UpgradeSchema to InstallSchema
- #54 Added configuration to enabled or disabled the module
- #43 Added additional default rules for sitemap.xml and robots.txt
- #26 Added cache control to redirecting
Expand All @@ -25,6 +26,7 @@ All notable changes to this project will be documented in this file, in reverse
### Fixed

- Refactored code structure.
- #61 Setup install then upgrade fails
- #35 Redirection after logging in

## 1.3.1
Expand Down
1 change: 0 additions & 1 deletion Setup/InstallSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con

$installer->getConnection()->createTable($table);
}

}
1 change: 0 additions & 1 deletion Setup/UpgradeSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con

$setup->endSetup();
}

}
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.0.0-RC1",
"version": "2.0.0-RC2",
"license": "Apache-2.0",
"authors": [
{
Expand Down
Loading

0 comments on commit 0eabda6

Please sign in to comment.