Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

5.6.0

Compare
Choose a tag to compare
@KasparRosin KasparRosin released this 03 Jan 09:01
· 73 commits to master since this release

Added

  • Users can now configure categories table name.
  • The default name for categories table will now be nova-blog-categories.
  • Added new migration to change categories table name to the one assigned in config file.
    If you wish to keep your previous table name, please change the nova-blog.php config file
    before migrating.

Changed

  • Changed table name inside config. table -> blog_posts_table

Removed

  • Removed getPostsTableName() function