Releases: rainlab/blog-plugin
Support October CMS 2.0
v1.4.3
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
andpreviousPost
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
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
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
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
Translation updates
For more information on this release, please review the milestone:
https://github.com/rainlab/blog-plugin/milestone/6?closed=1
v1.3.5
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 throughphp 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
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
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.