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