From 9cd29b62ed2d30c209d52e4e7452e75b6f65d0f5 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Thu, 27 May 2021 21:46:27 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55bf873c..8dbfe254 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,15 @@ V.2.2.0 ( Aug 2021 ) - [ ] Configurable password complexity for local authentication V.2.1.0 ( May 2021 ) -- [ ] Cross Platform Database Support ( ie. SQLite, MySQL, PostreSQL ) - see [#964](https://github.com/oqtane/oqtane.framework/discussions/964) -- [ ] EF Core Migrations - see [#964](https://github.com/oqtane/oqtane.framework/discussions/964) +- [x] Cross Platform Database Support ( ie. LocalDB, SQL Server, SQLite, MySQL, PostreSQL ) - see [#964](https://github.com/oqtane/oqtane.framework/discussions/964) +- [x] Utilize EF Core Migrations - see [#964](https://github.com/oqtane/oqtane.framework/discussions/964) +- [x] Include support for Public content folders +- [x] Enhance multi-tenant infrastructure +- [x] Optimize user authorization +- [x] Centralize package installation and uninstall +- [x] Enable pre-rendering support for Blazor Server +- [x] Allow run-time installation of Language packages +- [x] Add support for Shared localization resources V.2.0.2 ( Apr 19, 2021 ) - [x] Assorted fixes and user experience improvements