Skip to content

Releases: coding-wisely/laravel-slug-auto-generator

Update slug generation for grouping support

19 Apr 08:04
Compare
Choose a tag to compare

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

Bug fixes

21 Feb 16:37
8af889f
Compare
Choose a tag to compare

Fixed the problem with non existing column when creating slug
Removed extra files
Removed migrations as no needed

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Release

17 Feb 15:45
Compare
Choose a tag to compare

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