Releases: blogifierdotnet/Blogifier
Version 3.0
Version 2.5
Built and compiled Blogifier 2.5 web application, ready to be copied to the host server.
Requires .NET Core 2.2
Warning
Version 2.5 has breaking changes in the way themes work in Blogifier. It moves from server-side MVC templates to Angular front-end. It means, any custom theme will be removed and you'll have to pick from available themes converted from MVC to Angular. Every MVC theme previously available in Blogifier has been converted, but if you have built your own or modified existing, please make sure you comfortable with this change before upgrade.
Automated Upgrade
Easiest way to upgrade is to navigate to /admin/upgrade
and click Upgrade now
button.
Manual Upgrade
If for any reason that does not work, download Blogifier.2.5.zip and follow instructions below replacing current application files with downloaded (v2.5).
-
Stop web server
-
Replace files
App.deps.json
App.dll
App.pdb
App.runtimeconfig.json
Askmethat.Aspnet.JsonLocalizer.dll
Common.dll
Common.pdb
Core.dll
Core.pdb
CoreAPI.xml
HtmlAgilityPack.dll
Markdig.dll
Microsoft.Data.Sqlite.dll
Microsoft.EntityFrameworkCore.Abstractions.dll
Microsoft.EntityFrameworkCore.dll
Microsoft.EntityFrameworkCore.Relational.dll
Microsoft.EntityFrameworkCore.Sqlite.dll
Microsoft.OpenApi.dll
Microsoft.SyndicationFeed.ReaderWriter.dll
MySqlConnector.dll
Npgsql.dll
Npgsql.EntityFrameworkCore.PostgreSQL.dll
Pomelo.EntityFrameworkCore.MySql.dll
Pomelo.JsonObject.dll
Remotion.Linq.dll
ReverseMarkdown.dll
SendGrid.dll
Serilog.dll
Serilog.Extensions.Logging.dll
Serilog.Sinks.File.dll
Serilog.Sinks.RollingFile.dll
SQLitePCLRaw.batteries_green.dll
SQLitePCLRaw.batteries_v2.dll
SQLitePCLRaw.core.dll
SQLitePCLRaw.provider.e_sqlite3.dll
Swashbuckle.AspNetCore.dll
Swashbuckle.AspNetCore.Swagger.dll
Swashbuckle.AspNetCore.SwaggerGen.dll
Swashbuckle.AspNetCore.SwaggerUI.dll
System.Interactive.Async.dll
System.Linq.Dynamic.Core.dll
System.Runtime.CompilerServices.Unsafe.dll
System.Xml.XPath.XmlDocument.dll
Upgrade.deps.json
Upgrade.dll
Upgrade.runtimeconfig.json
- Replace folders
Pages
refs
Resources
runtimes
Views|Shared
Views|Themes
wwwroot|admin
wwwroot|lib
wwwroot|templates
wwwroot|themes
wwwroot|widgets
- Start web server
If you run into issues or have any questions, please use this Github thread for v.2.5 related discussions.
Version 2.4
Built and compiled Blogifier 2.4 web application, all ready to be copied to the host server.
Requires .NET Core 2.2
Upgrade from v2.1+
For version 2.1 and up, easiest way to upgrade is to navigate to /admin/upgrade and click Upgrade now button. If for any reason that does not work, download Blogifier.2.4.zip and follow instructions below replacing current (v2.x) with downloaded (v2.4).
-
Stop web server
-
Replace files
App.deps.json
App.dll
App.pdb
App.runtimeconfig.json
Askmethat.Aspnet.JsonLocalizer.dll
Common.dll
Common.pdb
Core.dll
Core.pdb
CoreAPI.xml
HtmlAgilityPack.dll
Markdig.dll
Microsoft.Data.Sqlite.dll
Microsoft.EntityFrameworkCore.Abstractions.dll
Microsoft.EntityFrameworkCore.dll
Microsoft.EntityFrameworkCore.Relational.dll
Microsoft.EntityFrameworkCore.Sqlite.dll
Microsoft.OpenApi.dll
Microsoft.SyndicationFeed.ReaderWriter.dll
MySqlConnector.dll
Pomelo.EntityFrameworkCore.MySql.dll
Pomelo.JsonObject.dll
Remotion.Linq.dll
ReverseMarkdown.dll
SendGrid.dll
Serilog.dll
Serilog.Extensions.Logging.dll
Serilog.Sinks.File.dll
Serilog.Sinks.RollingFile.dll
SQLitePCLRaw.batteries_green.dll
SQLitePCLRaw.batteries_v2.dll
SQLitePCLRaw.core.dll
SQLitePCLRaw.provider.e_sqlite3.dll
Swashbuckle.AspNetCore.dll
Swashbuckle.AspNetCore.Swagger.dll
Swashbuckle.AspNetCore.SwaggerGen.dll
Swashbuckle.AspNetCore.SwaggerUI.dll
System.Interactive.Async.dll
System.Linq.Dynamic.Core.dll
System.Xml.XPath.XmlDocument.dll
Upgrade.deps.json
Upgrade.dll
Upgrade.runtimeconfig.json -
Replace folders
Pages
refs
Resources
runtimes
Views|Shared
Views|Themes|moments
Views|Themes|Simple
Views|Themes|Standard
wwwroot|admin
wwwroot|lib
wwwroot|templates
wwwroot|themes|moments
wwwroot|themes|simple
wwwroot|themes|standard
wwwroot|widgets|newsletter -
Start web server
Version 2.3
Built and compiled Blogifier 2.3 web application, all ready to be copied to the host server.
Requires .NET Core 2.1.4
Upgrade from v2.1+
For version 2.1 and up, easiest way to upgrade is to navigate to /admin/upgrade and click Upgrade now button. If for any reason that does not work, download Blogifier.2.3.zip and follow instructions below replacing current (v2.1) with downloaded (v2.3).
-
Stop web server
-
Replace files
App.deps.json
App.dll
App.pdb
App.runtimeconfig.json
Askmethat.Aspnet.JsonLocalizer.dll
Common.dll
Core.dll
Core.pdb
HtmlAgilityPack.dll
Markdig.dll
Microsoft.Data.Sqlite.dll
Microsoft.EntityFrameworkCore.Sqlite.dll
Microsoft.SyndicationFeed.ReaderWriter.dll
MySqlConnector.dll
Pomelo.EntityFrameworkCore.MySql.dll
Pomelo.JsonObject.dll
ReverseMarkdown.dll
SendGrid.dll
Serilog.dll
Serilog.Extensions.Logging.dll
Serilog.Sinks.File.dll
Serilog.Sinks.RollingFile.dll
SQLitePCLRaw.batteries_green.dll
SQLitePCLRaw.batteries_v2.dll
SQLitePCLRaw.core.dll
SQLitePCLRaw.provider.e_sqlite3.dll
System.Xml.XPath.XmlDocument.dll
Upgrade.deps.json
Upgrade.dll
Upgrade.runtimeconfig.json -
Replace folders
Pages
refs
Resources
runtimes
Views|Shared
Views|Themes|moments
Views|Themes|Simple
Views|Themes|Standard
wwwroot|admin
wwwroot|lib
wwwroot|templates
wwwroot|themes|moments
wwwroot|themes|simple
wwwroot|themes|standard
wwwroot|widgets|newsletter -
Start web server
Version 2.2
Built and compiled Blogifier 2.2 web application, all ready to be copied to the host server.
Requires .NET Core 2.1.4
Upgrade from v2.1
For version 2.1 and up, easiest way to upgrade is to navigate to /admin/upgrade
and click Upgrade now
button. If for any reason that does not work, download Blogifier.2.2.zip
and follow instructions below replacing current (v2.1) with downloaded (v2.2).
-
Stop web server
-
Replace files
App.deps.json
App.dll
App.pdb
App.runtimeconfig.json
Common.dll
Core.dll
Core.pdb
HtmlAgilityPack.dll
Markdig.dll
Microsoft.Data.Sqlite.dll
Microsoft.EntityFrameworkCore.Sqlite.dll
Microsoft.SyndicationFeed.ReaderWriter.dll
ReverseMarkdown.dll
Serilog.dll
Serilog.Extensions.Logging.dll
Serilog.Sinks.File.dll
Serilog.Sinks.RollingFile.dll
SQLitePCLRaw.batteries_green.dll
SQLitePCLRaw.batteries_v2.dll
SQLitePCLRaw.core.dll
SQLitePCLRaw.provider.e_sqlite3.dll
System.Xml.XPath.XmlDocument.dll -
Replace folders
Pages
refs
runtimes
Views\Shared
Views\Themes\Standard
wwwroot\admin
wwwroot\lib
wwwroot\themes\simple
wwwroot\themes\standard -
Start web server
Version 2.1
Built and compiled Blogifier 2.1 web application, all ready to be copied to the host server.
Requires .NET Core 2.1.4
Version 1.5
Blogifier compiled web application, release 1.5