-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchangelog.txt
45 lines (30 loc) · 2.05 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Cloudscribe Template Change Log
-------------------------------
Version 6.7.0
06 Oct 2023 - Fix missing DbPlatform database switching via config code for the AllStorage database option in program.cs
Fix QueryTool logic for AllStorage where DbPlatform is 'nodb'
Fix typo in Postgresql pooling options in appsettings.*.json
https://github.com/cloudscribe/cloudscribe.templates/issues/108
Version 6.6.0
01 Sep 2023 - If SimpleContent is enabled then add Content Cloning tool to navigation.xml
https://github.com/cloudscribe/cloudscribe.SimpleContent/issues/577
https://github.com/cloudscribe/cloudscribe.templates/issues/106
01 Sep 2023 - Add some pooling options to the example Postgresql connection string in appsettings.json
https://github.com/cloudscribe/cloudscribe.templates/issues/101
01 Sep 2023 - Added support for creating a project with multiple database support,
(NoDb or EFCore: MSSQL, MySql, SQLite or pgsql) where the database type is chosen
in appsetting.json. This is useful for spinning up a basic cloudscribe project
where you can develop a new cloudscribe module that needs to support all database types.
https://github.com/cloudscribe/cloudscribe.templates/issues/100
29 Aug 2023 - Added support for KVP properties to be rendered in user listing view
https://github.com/cloudscribe/cloudscribe.UserProperties.Kvp/issues/46
https://github.com/cloudscribe/cloudscribe.templates/issues/102
Version 6.5.0
18 Jul 2023 - Update jQuery
https://github.com/cloudscribe/cloudscribe.templates/issues/98
16 Jun 2023 - Newsletter partial view to include signup widget
https://github.com/cloudscribe/cloudscribe.templates/issues/96
03 Apr 2023 - Fix routing issues
https://github.com/cloudscribe/cloudscribe.templates/issues/94
09 Mar 2023 - Added Query Tool support
https://github.com/cloudscribe/cloudscribe.templates/issues/92