Skip to content

Releases: wintercms/wn-blog-plugin

v2.2.1

07 Dec 21:25
0e20e5b

Choose a tag to compare

What's Changed

  • Re-enable footnotes, tables and attributes in Markdown for Blog posts by @bennothommo in #76

Full Changelog: v2.2.0...v2.2.1

v2.2.0

16 Jul 22:32
bf2dec1

Choose a tag to compare

What's Changed

  • Remove unnecessary controller customizations / support Winter v1.2.8 by @LukeTowers in #72

Full Changelog: v2.1.4...v2.2.0

v2.1.4

16 Jul 22:27
aec7b1d

Choose a tag to compare

What's Changed

  • Added fixes to improve seo support for posts root page by @jaxwilko in #66
  • Add post author to default markup as an example by @mjauvin in #67
  • Add richeditor option to blog post by @mjauvin in #68
  • Add missing translations, remove duplicate ones by @damsfx in #69
  • Use Font Awesome 6 font family by @zaxbux in #70
  • Fix Cms/Classes not found when CMS module isn't loaded in config/cms.php by @AdrienAdB in #45

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

29 May 01:05

Choose a tag to compare

Bug fixes

  • Fixed issue with type hints on Category and Post components that threw an exception if no category or post was available. (#39)
  • Honor prefixDefaultLocale to improve support with the Translate plugin (#40)
  • Revert to default locale url when url is missing for an alternate locale (#41)

Translation improvements

  • Correction of grammatical error in ES translations (#61)

Community improvements

  • Add composer installation instruction to Readme (#63)

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

15 Apr 03:17

Choose a tag to compare

Changes

  • Add multilang data to resolveMenuItem() methods.
  • Move blog post form fields to primary tabs.

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Mar 01:23

Choose a tag to compare

Changes

  • Bumped the upper version of RainLab.Blog being replaced by this plugin to v1.7.0 and below.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

04 Feb 20:37

Choose a tag to compare

What's Changed

  • Added Vietnamese translation
  • Added support for default Editor & Developer roles
  • Added button to go directly to the frontend preview page for a post from the backend
  • Added 🔒 icon to unpublished post titles in the frontend to identify when a post isn't visible to the public
  • Added is_published attribute accessor on the Post model
  • Added support for paginating the RSSFeed component

New Contributors

Full Changelog: https://github.com/wintercms/wn-blog-plugin/compare/v2.0.2...v2.1.0](https://github.com/wintercms/wn-blog-plugin/compare/v2.0.2...v2.1.0)

v2.0.2

30 Jun 01:24

Choose a tag to compare

Changes

  • Fix js event name (initPreview.wn.markdowneditor -> initPreview.oc.markdowneditor)
  • Improve french string localizations

v2.0.0

26 Apr 01:43
6fde7c8

Choose a tag to compare

Changes

  • Rebrand to Winter.Blog
  • Automatically replaces RainLab.Blog plugin if installed (<= v1.5.0 )