Releases: coding-wisely/laravel-slug-auto-generator
Update slug generation for grouping support
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
- @nezaboravi made their first contribution in #2
- @dependabot made their first contribution in #3
Full Changelog: v1.0.0...v2.0
Bug fixes
Fixed the problem with non existing column when creating slug
Removed extra files
Removed migrations as no needed
What's Changed
- Testing github actions on merging to dev by @nezaboravi in #2
New Contributors
- @nezaboravi made their first contribution in #2
Full Changelog: v1.0.0...v1.0.1
Release
This package hosts a robust and flexible trait designed for effortless slug generation within Laravel applications. Whether you're building a blog, e-commerce platform, or any other web application, managing SEO-friendly URLs becomes seamless with this powerful solution.
Initial release
Full Changelog: https://github.com/coding-wisely/laravel-slug-auto-generator/commits/v1.0.0