Skip to content

v1.3.5

Compare
Choose a tag to compare
@bennothommo bennothommo released this 22 Oct 00:22
· 67 commits to master since this release

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