Skip to content

Releases: wintercms/wn-blog-plugin

v2.1.3

29 May 01:05
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

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