Releases: ADefWebserver/Blazor-Blogs
Version 09.00.00
Installing
Installing Blazor-Blogs on Microsoft Azure (Manual Method)
Upgrading
If upgrading from a previous version of Blazor-Blogs, unzip the contents of Blazor-Blogs_09.00.00_UpgradePackage.zip.
See directions here: Upgrading Blazor Blogs
Version 04.00.00
Allows newsletters to be created and emailed.
Installing
Installing Blazor-Blogs on Microsoft Azure (Manual Method) or Installing Blazor-Blogs on Microsoft Azure (Deploy To Azure Button Method)
Upgrading
If upgrading from a previous version of Blazor-Blogs, you cannot use the Upload Upgrade Package button (on the Settings page). You must clear out all the contents of the existing website and replace with the contents of Blazor-Blogs_04.00.00_InstallAndUpgradePackage.zip.
See directions here: Upgrading Blazor Blogs
Version 03.00.00
Updated Blazor-Blogs to .NET 7
Installing
Installing Blazor-Blogs on Microsoft Azure (Manual Method) or Installing Blazor-Blogs on Microsoft Azure (Deploy To Azure Button Method)
Upgrading
If upgrading from a previous version of Blazor-Blogs, you cannot use the Upload Upgrade Package button (on the Settings page). You must clear out all the contents of the existing website and replace with the contents of Blazor-Blogs_03.00.00_InstallAndUpgradePackage.zip.
See directions here: Upgrading Blazor Blogs
Version 02.00.00
Updated Blazor-Blogs to .NET 5
If upgrading from a previous version of Blazor-Blogs, you cannot use the Upload Upgrade Package button (on the Settings page). You must manually unzip the contents of the "Blazor-Blogs_01Versions_to_02.00.00_UpgradePackage.zip" over the existing version 1.0 installation. For instructions, see: Upgrading Blazor Blogs (Version 1.0 to Version 2.0).
Version 01.01.10
ViewBlogPost.razor now has on sync call to the database. Eliminates possibility of data reader closed error.
Version 01.01.00
Optimized performance. In ViewBlogPost, only make one call to BlogsService to get all needed elements to display Blog.
Version 01.00.90
Improve SEO by allowing prerendering to work on the VIewBlogPost page
Version 01.00.80
Allows Google Analytics tracking
Version 01.00.70
Import Blogs now works with earlier versions of DotNetNuke that do not have a Tags table. Fixes issue when Blog summary length is too short when performing Substring parsing.
Version 01.00.60
To prevent errors when paging Blogs, prevent the paging buttons from showing when completing a request, and do not pull in the entire Blog contents into the paging object.