Merge pull request #72 from oqtane/dev

sync
This commit is contained in:
Shaun Walker 2020-11-25 16:53:03 -05:00 committed by GitHub
commit a6b45014a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -97,7 +97,7 @@
if (IsLocalizable)
{
_text = Localize(nameof(Text));
_text = Localize(nameof(Text), _text);
}
_url = EditUrl(Action, _parameters);

View File

@ -49,6 +49,11 @@ There is a separate [Documentation repository](https://github.com/oqtane/oqtane.
# Roadmap
This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist.
V.2.1.0 ( Q1 2021 )
- [ ] Complete Static Localization of Admin UI
- [ ] EF Core Migrations for Database Installation/Upgrade
- [ ] Support for Multiple Relational Databases ( ie. SQLite )
V.2.0.0 ( released in conjuntion with .NET 5 on Nov 11, 2020 )
- [x] Migration to .NET 5
- [x] Static Localization ( ie. labels, help text, etc.. )
@ -77,8 +82,6 @@ V.1.0.0 ( released in conjunction with .NET Core 3.2 on May 19, 2020 )
- [x] Dynamic CSS/Lazy Loading
Future Consideration
- [ ] DB Migrations for Database Installation/Upgrade
- [ ] Support for other Databases ( ie. SQLite )
- [ ] OAuth Support
- [ ] Site Configuration Migrations
- [ ] Pub/Sub Event Framework