This repository has been archived by the owner on May 11, 2023. It is now read-only.
Releases: outl1ne/nova-blog
Releases · outl1ne/nova-blog
9.2.1
Changed
- Fixed configuration files are being serialisable error.
9.2.0
Changed
- Fixed
nova_lang
error in Post model.
Added
- Added
locales
option to config.
If you are using packageoptimistdigital/nova-lang
, you can define'locales' => nova_lang_get_all_locales(),
in the config file.
9.1.1
9.1.0
7.1.1
Fixed
- Fixed image field rules. Now no longer requires the image during update.
6.1.1
Added
- Slug field now automatically latinises itself.
6.1.0
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
6.0.0
Added
- Added nova-drafts package to replace previous drafts logic.
All previous functionality will remain the same.
Removed
NovaBlog::draftsEnabled()
and replaced it withNovaBlog::hasNovaDrafts
.- Removed
drafts_enabled
from config. Now it checks whether user has the package installed or not.
5.6.0
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 thenova-blog.php
config file
before migrating.
Changed
- Changed
table
name inside config.table -> blog_posts_table
Removed
- Removed
getPostsTableName()
function