Skip to content

Releases: rainlab/blog-plugin

Support October CMS 2.0

20 Apr 01:27
Compare
Choose a tag to compare

This version (1.5) release signifies the beginning of support with October CMS v2.0. All changes should remain compatible with v1.0 in this release. Otherwise, this plugin will get bumped to v2.0 as well.

Enjoy!

v1.4.3

06 Aug 02:45
3a99b5a
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue that can occur on switching locales with the Translate plugin, where a parameter in the URL does not correspond to an attribute in the Post model. (#514)
  • Fixed an "undefined index: category" error that was thrown by the nextPost and previousPost methods in the Post model. (#513)

For more information on this release, please review the milestone:
https://github.com/rainlab/blog-plugin/milestone/10?closed=1

v1.4.2

21 Jul 09:44
d578658
Compare
Choose a tag to compare

New changes

  • The current category is now injected into the blog post links generated by the Posts component when the category parameter is available. (#506)

Bug fixes

  • 404 redirects are now correctly handled when navigating to an invalid blog post. (#512)

For more information on this release, please review the milestone:
https://github.com/rainlab/blog-plugin/milestone/9?closed=1

v1.4.1

26 May 02:52
5ccd9a6
Compare
Choose a tag to compare

Note: This is a security release. All users are strongly encouraged to update the plugin to this version.

Security fixes

  • A potential cross-site scripting vulnerability has been patched with the Markdown parser. This may make some Markdown features unavailable by default. A user can be granted access to the backend.allow_unsafe_markdown permission if they are trusted, which will restore the original functionality. (6ae19a6)

New changes

  • Blog "featured images" are now eager-loaded by default. (#498)
  • The blog byline, which displays categories and the post publication date, can now be translated. (#484)

Translation updates

  • Improved Finnish translations. (#493)

For more information on this release, please review the milestone:
https://github.com/rainlab/blog-plugin/milestone/2?closed=1

v1.4.0

04 Dec 19:55
Compare
Choose a tag to compare

Stability improvements

  • Rollback custom slug names for components. This caused too many stability issues with other extending plugins. See: 3cc499c

For more information, please review the milestone:
https://github.com/rainlab/blog-plugin/milestone/7?closed=1

v1.3.6

05 Nov 15:51
Compare
Choose a tag to compare

Translation updates

  • Improved French translations (#482, #483)

For more information on this release, please review the milestone:
https://github.com/rainlab/blog-plugin/milestone/6?closed=1

v1.3.5

22 Oct 00:22
Compare
Choose a tag to compare

Bug fixes

  • The initial seeder for the Blog plugin tables was failing as the Blog model expected a logged in user in its beforeSave callback, however there is no user when running migrations through php artisan october:up. This has now been rectified. (#480, aceda91)
  • An issue where featured images could not be exported on PostgreSQL database has been fixed by a change of quote marks around the specific table and field names. (#477, f4b16de)

For more information on this release, please see the milestone:
https://github.com/rainlab/blog-plugin/milestone/5?closed=1

v1.3.4

08 Oct 09:53
Compare
Choose a tag to compare

New features

  • The post author can now be specified when authoring a post. By default, this is the currently logged in user. (7d030af, #464)

Changes

  • Code cleanup (#467)

Translation updates

  • Improved Turkish translations (#453)
  • Improved Dutch translations (#462)
  • Improved Polish translations (#465)
  • Improved Russian translations (#470)
  • Improved Hungarian translations (#471)

For more information on this release, please review the milestone:
https://github.com/rainlab/blog-plugin/milestone/4?closed=1

v1.3.2

28 May 15:34
Compare
Choose a tag to compare

Allow custom slug name for components, add 404 handling for missing blog posts, allow exporting of blog images

For more information, please review the milestone.