Skip to content

Update slug generation for grouping support

Latest
Compare
Choose a tag to compare
@nezaboravi nezaboravi released this 19 Apr 08:04

The SlugGenerator has been updated to support grouping based on a new 'groupable_field'.
Tests were adjusted to cover the modified functionality.
Also, model fillable fields were updated and the test database prefix was set to 'cw-slug-generator-test-'.

Configuration file was extended with new 'groupable_field' attribute.

This might have some impact on existing usage. Please report to us if there are any issues.

What's Changed

  • Testing github actions on merging to dev by @nezaboravi in #2
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #3
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #4
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #5

New Contributors

Full Changelog: v1.0.0...v2.0