Skip to content

Releases: UseMuffin/Slug

3.0.0

27 Sep 03:48
524e02d
Compare
Choose a tag to compare

What's Changed

  • CakePHP 5 compatible release.

Full Changelog: 2.1.1...3.0.0

2.1.1

04 Jul 08:17
ef9b1eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

27 Oct 15:26
2d3366a
Compare
Choose a tag to compare
Merge pull request #46 from UseMuffin/on-dirty-with-update-not-dirty

Fix non-dirty, non-empty slug value being incorrectly regenerated on update.

2.0.0

07 Jul 17:40
3e80ad8
Compare
Choose a tag to compare

CakePHP 4 compatible stable release

2.0.0-beta

18 Dec 19:42
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release
  • CakePHP 4 compatible release

1.4.0

21 May 08:03
e36fe29
Compare
Choose a tag to compare

Enhancement

  • Allow scope option to be a callable #38

1.3.0

15 Apr 15:52
301ec72
Compare
Choose a tag to compare
  • Update to CakePHP 3.5+

1.2.0

02 Aug 18:56
Compare
Choose a tag to compare
  • Allow updating slug when slug field is dirty (#32)

1.1.1

10 Jul 19:47
Compare
Choose a tag to compare
Merge pull request #31 from UseMuffin/slug-associated

Slug associated

v1.1.0

20 Apr 20:38
v1.1.0
Compare
Choose a tag to compare
  • Allow generating slug using associated entity field
  • Use Text::slug() instead of deprecated Inflector::slug()