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

Releases: outl1ne/nova-blog

9.2.1

13 Oct 06:36
Compare
Choose a tag to compare

Changed

  • Fixed configuration files are being serialisable error.

9.2.0

10 Sep 07:40
Compare
Choose a tag to compare

Changed

  • Fixed nova_lang error in Post model.

Added

  • Added locales option to config.
    If you are using package optimistdigital/nova-lang, you can define 'locales' => nova_lang_get_all_locales(), in the config file.

9.1.1

19 Jun 12:27
Compare
Choose a tag to compare

Changed

  • Fixed nova-flexible-content version

9.1.0

17 Jun 08:45
Compare
Choose a tag to compare

Changed

  • Updated packages
  • Bumped nova-flexible-content to version 0.2

7.1.1

26 Feb 16:12
Compare
Choose a tag to compare

Fixed

  • Fixed image field rules. Now no longer requires the image during update.

6.1.1

04 Feb 09:45
Compare
Choose a tag to compare

Added

  • Slug field now automatically latinises itself.

6.1.0

04 Feb 09:44
Compare
Choose a tag to compare

Fixed

  • Fixed bug, where slug field didn't listen to deletion or cut/paste made in the title field.

Added

  • Added .editorconfig to keep a common formatting rules between different branches and developers.

6.0.1

03 Feb 15:54
Compare
Choose a tag to compare

Fixed

  • Slug field now again changes spaces to dashes automatically. Feature was accidentally removed when slug validation was added in 5.3.0.

6.0.0

13 Jan 07:30
d7b7b32
Compare
Choose a tag to compare

Added

  • Added nova-drafts package to replace previous drafts logic.
    All previous functionality will remain the same.

Removed

  • NovaBlog::draftsEnabled() and replaced it with NovaBlog::hasNovaDrafts.
  • Removed drafts_enabled from config. Now it checks whether user has the package installed or not.

5.6.0

03 Jan 09:01
Compare
Choose a tag to compare

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