Releases: spatie/laravel-sluggable
Releases · spatie/laravel-sluggable
3.7.2
What's Changed
- Fix query for translatable slug by @andrii-trush in #285
New Contributors
- @andrii-trush made their first contribution in #285
Full Changelog: 3.7.1...3.7.2
3.7.1
3.7.0
What's Changed
- Changing reference to Laravel docs without Laravel version by @abishekrsrikaanth in #274
- Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #278
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #281
- Add Fallback Locale and Additional Query Support to
findBySlug
by @mkeremcansev in #284
New Contributors
- @abishekrsrikaanth made their first contribution in #274
- @mkeremcansev made their first contribution in #284
Full Changelog: 3.6.0...3.7.0
3.6.0
What's Changed
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #257
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #261
- Bump actions/checkout from 3 to 4 by @dependabot in #264
- Add laravel 11 support by @mokhosh in #271
New Contributors
Full Changelog: 3.5.0...3.6.0
3.5.0
What's Changed
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #250
- Fix badge with
build
status inREADME.md
by @gomzyakov in #252 - Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #255
- feat: add findBySlug alias by @IsraelOrtuno in #256
New Contributors
- @gomzyakov made their first contribution in #252
- @IsraelOrtuno made their first contribution in #256
Full Changelog: 3.4.2...3.5.0
3.4.2
- update for Laravel 10
3.4.1
What's Changed
- Update README.md by @furiouskj in #240
- composer allow-plugins config by @hotsaucejake in #241
- Normalize composer.json by @patinthehat in #247
- Add Dependabot Automation by @patinthehat in #246
- Add PHP 8.2 Support by @patinthehat in #245
- Bump actions/checkout from 2 to 3 by @dependabot in #248
- Allow set slug suffix starting number by @Vediovis in #249
New Contributors
- @furiouskj made their first contribution in #240
- @hotsaucejake made their first contribution in #241
- @dependabot made their first contribution in #248
- @Vediovis made their first contribution in #249
Full Changelog: 3.4.0...3.4.1
3.4.0
What's Changed
- Converts Test cases to Pest tests by @marvin-wtt in #223
- Add ability to skip the slug generation by a condition by @masterix21 in #227
New Contributors
- @masterix21 made their first contribution in #227
Full Changelog: 3.3.1...3.4.0
3.3.1
3.3.0
- support Laravel 9