Releases: episerver/content-templates
Releases · episerver/content-templates
v1.7.2
What's Changed
- User/rosv/update bootstrap by @DeepRed in #51
- Some minor clean-up by @JohanPetersson in #52
New Contributors
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Updates docker file with correct image by @JohanPetersson in #50
- Fixes admin user creation by @JohanPetersson in #50
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Improve Multi-Instance Docker Support and DB Restoration Fix by @gabepetersen in #47
- Updates to .NET8 by @JohanPetersson in #48
New Contributors
- @gabepetersen made their first contribution in #47
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Add link target to Alloy templates by @gregwiechec in #46
- Updates dependencies to latest version
New Contributors
- @gregwiechec made their first contribution in #46
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
What's Changed
- Removes test content type by @JohanPetersson in #42
- Updates dependencies to latest.
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
- Updates Commerce reference to latest with .NET6 support
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
Version 1.1.0
Release 1.1.0 (#36)
- Adds order managers mapped role
- Add content type item template (#17)
- Update README with additional details (#19)
Also fix parameter spelling error - Add scheduled job item template (#20)
- Add Initialization Module item template (#18)
- Add Initialization Module item template
- Add Page Controller template (#23)
- Add Content Component template (#24)
- Razor page item template (#25)
- List all item templates (#26)
- Suppress .NET welcome msg during builds
- Add license expression to package (#28)
- Updates CMS to latest (#30)
- Various bugfixes (#31)
- Fixes broken link in content
- Makes section handling more resilient
Now handles content created below root directly. - Increases timeout for database creation
- Delete old package versions (#29)
Keep 10 versions. - Fixes inconsistent file naming on disk and code files (#35)
The template engine replaces whitespace with - in filenames and _ in text files. That means db filenames on disk doesn't match the names in the connection strings. We need to use unambiguous source names, so unfortunately, we end up with ugly project names and namespaces. But this ensures everything gets replaced correctly, see https://github.com/dotnet/templating/wiki/Naming-and-default-value-forms.
Added restart on failure in Docker compose. Services are just started in correct order, but do not wait until they are ready. The db might take time to set up first time on a slow machine, then the web fails, and you have to 'docker up' again. There is no nice way to achieve this in another way, other than making the app itself more resilient.
Also updated with our v3 NuGet feed.
Version 1.0.0
Initial release of the public project templates for EPiServer CMS 12.