Skip to content

Releases: Shazwazza/Articulate

v5.1.1

14 Jun 18:57
Compare
Choose a tag to compare
  • Fixes: newly installed articulate package , clicking on categories or tags gives --> NullReferenceException: Object reference not set to an instance of an object. #449

Full Changelog: v5.1.0...v5.1.1

v5.1.0

03 May 20:11
Compare
Choose a tag to compare

What's Changed

  • Fixes #446, #439, #432 - The issue where dynamically routed nodes like categories and tags would end up in a 404 if a custom 404 page in Umbraco or ILastChanceContentFinder was declared - was a doozy of a bug to figure out 😅
  • Adds a .NET 8 target

Full Changelog: v5.0.3...v5.1.0

v5.0.3

03 May 20:08
Compare
Choose a tag to compare

What's Changed

  • bump System.ServiceModel.Syndication to 6.0.0 by @nvisage-gf in #443
  • Add method GetAllCategories to the ArticulateTagService by @wvdweerd in #442
  • 440 ArticulateRootNodeCache InvalidOperationException: Sequence contains no matching element by @nvisage-gf in #441
  • Bump Umbraco.Cms from 10.1.0 to 10.8.1 in /src/Articulate.Tests.Website by @dependabot in #435

New Contributors

Full Changelog: v5.0.2...v5.0.3

v4.5.0

20 Feb 16:55
b26f120
Compare
Choose a tag to compare

What's Changed

  • Bump Microsoft.AspNet.Identity.Owin from 2.2.2 to 2.2.4 in /src/Articulate.Web by @dependabot in #424
  • Bump Microsoft.AspNet.Identity.Owin from 2.2.2 to 2.2.4 in /src/Articulate by @dependabot in #425
  • Bump UmbracoCms.Core from 8.2.3 to 8.5.4 in /src/Articulate.Web by @dependabot in #426
  • Bump UmbracoCms.Core from 8.2.3 to 8.5.4 in /src/Articulate by @dependabot in #427
  • Fix for #444 by @Jeavon in #445

Full Changelog: v4.4.0...v4.5.0

v5.0.2

03 May 20:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.2

v5.0.0

01 Nov 17:46
Compare
Choose a tag to compare

What's Changed

Major release supporting Umbraco 10+

New Contributors

Full Changelog: v4.4.0...v5.0.0

v4.4.0

07 Mar 22:05
Compare
Choose a tag to compare

What's Changed

  • Fixes BlogMl exporter doesn't handle code fences with language aliases #416
  • Added https to call fonts by @simonech in #377
  • Fix Culture Varying Blog Page not returning BlogLogo in GetArticulateCropUrl by @marcemarc in #410
  • Bump Newtonsoft.Json from 12.0.1 to 13.0.2
  • Bump Microsoft.Owin.* from 4.0.1 to 4.2.2
  • Resolves #385. by @FloppyChips in #386

New Contributors

Full Changelog: v4.3.2...v4.4.0

v4.3.2

07 Dec 21:40
70fe5c4
Compare
Choose a tag to compare

What's Changed

  • fix-362 using content attribute for twitter:card meta tag by @fbranicky in #363

Full Changelog: v4.3.1...v4.3.2

See milestone for details: https://github.com/Shazwazza/Articulate/milestone/21?closed=1

See 4.3.0 release blog post for more detailed info on the 4.3.0 release.

Articulate is available on Nuget or via Our

PM> Install-Package Articulate

❤️ If you use and like Articulate please consider becoming a GitHub Sponsor ❤️

New Installs

Via Nuget

Articulate will add an Articulate dashboard in the Settings section. If you install via Nuget, then you won't have the Articulate data automatically installed for you so once you load up your back office, go to the Dashboard and install the data:

image

Via Back office

If you install Articulate through the back office - it's just like it was before and Articulate will populate all of the demo data automatically. https://our.umbraco.org/projects/starter-kits/articulate/

Upgrading

4.3.0 specifics - To have the new markdown with code snippet feature, you'll need to make sure that the Articulate Markdown Data Type is using the Articulate Markdown property editor. In many cases, this will just be configured to use Umbraco's default Markdown property editor. All you need to do is change it to use Articulate Markdown and everything will work.

If you are upgrading from articulate 3.x, please see these notes: https://github.com/Shazwazza/Articulate/releases/edit/v4.0.0

If you are upgrading from 4.x then upgrading is straight forward: Just update the package via nuget if that's what you use, else just install the package in the back office and it will upgrade.

v4.3.1

08 Apr 00:54
493364e
Compare
Choose a tag to compare

2 bugs fixed, see milestone for full details: https://github.com/Shazwazza/Articulate/milestone/20?closed=1

See 4.3.0 release blog post for more detailed info on the 4.3.0 release.

Articulate is available on Nuget or via Our

PM> Install-Package Articulate

❤️ If you use and like Articulate please consider becoming a GitHub Sponsor ❤️

New Installs

Via Nuget

Articulate will add an Articulate dashboard in the Settings section. If you install via Nuget, then you won't have the Articulate data automatically installed for you so once you load up your back office, go to the Dashboard and install the data:

image

Via Back office

If you install Articulate through the back office - it's just like it was before and Articulate will populate all of the demo data automatically. https://our.umbraco.org/projects/starter-kits/articulate/

Upgrading

4.3.0 specifics - To have the new markdown with code snippet feature, you'll need to make sure that the Articulate Markdown Data Type is using the Articulate Markdown property editor. In many cases, this will just be configured to use Umbraco's default Markdown property editor. All you need to do is change it to use Articulate Markdown and everything will work.

If you are upgrading from articulate 3.x, please see these notes: https://github.com/Shazwazza/Articulate/releases/edit/v4.0.0

If you are upgrading from 4.x then upgrading is straight forward: Just update the package via nuget if that's what you use, else just install the package in the back office and it will upgrade.

v4.3.0

22 Mar 01:09
Compare
Choose a tag to compare

5 bugs fixed and one super nice feature! The create blog post endpoint and associated Articulate Markdown property editor have been updated to properly support GitHub style code fences/snippets. So now you can easily write and post markdown directly from your browser including nicely formatted code in any language you want 🎉 (see Upgrading below)

See milestone for full details: https://github.com/Shazwazza/Articulate/milestone/19?closed=1

See 4.3.0 release blog post for more detailed info.

Articulate is available on Nuget or via Our

PM> Install-Package Articulate

❤️ If you use and like Articulate please consider becoming a GitHub Sponsor ❤️

New Installs

Via Nuget

Articulate will add an Articulate dashboard in the Settings section. If you install via Nuget, then you won't have the Articulate data automatically installed for you so once you load up your back office, go to the Dashboard and install the data:

image

Via Back office

If you install Articulate through the back office - it's just like it was before and Articulate will populate all of the demo data automatically. https://our.umbraco.org/projects/starter-kits/articulate/

Upgrading

4.3.0 specifics - To have the new markdown with code snippet feature, you'll need to make sure that the Articulate Markdown Data Type is using the Articulate Markdown property editor. In many cases, this will just be configured to use Umbraco's default Markdown property editor. All you need to do is change it to use Articulate Markdown and everything will work.

If you are upgrading from articulate 3.x, please see these notes: https://github.com/Shazwazza/Articulate/releases/edit/v4.0.0

If you are upgrading from 4.x then upgrading is straight forward: Just update the package via nuget if that's what you use, else just install the package in the back office and it will upgrade.