Skip to content

Releases: IsraelOrtuno/permalink

Support for L7 + L8

17 Dec 14:56
154853d
Compare
Choose a tag to compare
Merge pull request #31 from IsraelOrtuno/develop

Add support for L8

1.0.0

09 Apr 07:42
Compare
Choose a tag to compare
Support for Laravel 7 fixes #26

1.0.0-alpha.2

18 Sep 09:23
92e7070
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release
  • Let create permalinks if key is provided even if handling is disabled
  • Added permalink macro to the Request object to retrieve the permalink (if any) 9ca13b3
  • Added support for view actions
  • Removed naming routes
  • Rebuild children when updating (configurable)
  • Clean up of unused code from previous versions

1.0.0-alpha.1

15 Sep 18:56
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release
  • Added compatibility for Laravel 6.0.
  • Automatic nesting can be disabled via config.
  • Final path is now recursively updated if parent slug changes.
  • ☝️ This can be disabled via config too.
  • Removed lookup updating as not needed anymore.
  • Removed array_undot dependency.

1.0.0-alpha.0

07 Sep 14:46
a517082
Compare
Choose a tag to compare
1.0.0-alpha.0 Pre-release
Pre-release
  • Added more testing
  • Added permalinkKey accessor to get the permalink ID
  • Added type alias to permalink as an alias for entity_type

0.6.1

11 Oct 14:50
Compare
Choose a tag to compare
  • Added configuration file.
  • Global route group now customizable from config file.
  • Removed meta key for titles and descriptions when using default data fallbacks.

0.6.0

08 Oct 16:50
Compare
Choose a tag to compare
  • Changed how builders run
  • Added builders testing
  • Bug fixes

0.5.2

05 Oct 09:29
Compare
Choose a tag to compare
  • Small improvements

0.5.1

03 Oct 11:38
3f28173
Compare
Choose a tag to compare
  • Adds a base builder

Automatic route loading after permalink creation

03 Oct 08:11
Compare
Choose a tag to compare
  • Permalink routes are automatically registered when created
  • Added more testing
  • Small fixes