Skip to content

Releases: joonas123/nova-simple-cms

More customization options, translations

22 Aug 06:24

Choose a tag to compare

  • Now it's possible to optionally hide/show is_visible and published_at fields
  • Package uses now json translations from resource_path('lang/vendor/nova')

Usability/customization enhancements

31 Jul 09:25

Choose a tag to compare

Pre-release
  • Added new column to DB: name
  • Autogenerated slug field
  • Blueprint can be set to not be selectable in creation form

Facade, template path and name more configurable

30 Jul 10:07

Choose a tag to compare

Added Facade. It is not registered automatically because it is not really necessary yet.

Template path and name can be now set individually for every blueprint.

Template config and naming

29 Jul 17:52

Choose a tag to compare

Pre-release

Template naming is now following Laravel's standards. Template names should be now kebab case. If other formats are used, template might not be found automatically.

Bug fixes

29 Jul 11:45

Choose a tag to compare

Bug fixes Pre-release
Pre-release
  • Redirect after create and update
  • Create template command, fixed dir path

Detail view overridden

29 Jul 11:43

Choose a tag to compare

Pre-release

Added custom detail view for resource to fix edit link in detail.

Added Artisan commands

29 Jul 09:39

Choose a tag to compare

Pre-release

Added commands to create template or blueprint. Also added command to add both at the same time.

Bug fix

26 Jul 09:20

Choose a tag to compare

Bug fix Pre-release
Pre-release

Fixed bug that caused dynamic data to be in incorrect form in templates

Initial release

26 Jul 01:55

Choose a tag to compare

Initial release Pre-release
Pre-release

First somewhat stable release. Package is now compatible with all current Nova versions (1., 2.).