Skip to content

Releases: ADefWebserver/Blazor-Blogs

Version 09.00.00

16 Dec 00:43
Compare
Choose a tag to compare

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

29 Sep 01:52
Compare
Choose a tag to compare

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

08 Jan 18:16
Compare
Choose a tag to compare

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

27 Nov 18:39
7e67523
Compare
Choose a tag to compare

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

25 Jul 01:01
Compare
Choose a tag to compare

ViewBlogPost.razor now has on sync call to the database. Eliminates possibility of data reader closed error.

Version 01.01.00

24 Jul 22:05
Compare
Choose a tag to compare

Optimized performance. In ViewBlogPost, only make one call to BlogsService to get all needed elements to display Blog.

Version 01.00.90

21 Jul 14:08
6e49607
Compare
Choose a tag to compare

Improve SEO by allowing prerendering to work on the VIewBlogPost page

Version 01.00.80

19 Jul 22:47
Compare
Choose a tag to compare

Allows Google Analytics tracking

Version 01.00.70

12 Jul 23:31
Compare
Choose a tag to compare

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

11 Jul 18:59
Compare
Choose a tag to compare

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.