Releases: IsraelOrtuno/permalink
Releases · IsraelOrtuno/permalink
Support for L7 + L8
Merge pull request #31 from IsraelOrtuno/develop Add support for L8
1.0.0
Support for Laravel 7 fixes #26
1.0.0-alpha.2
- 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
- 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
- Added more testing
- Added
permalinkKey
accessor to get the permalink ID - Added
type
alias to permalink as an alias forentity_type
0.6.1
- 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
- Changed how builders run
- Added builders testing
- Bug fixes
0.5.2
- Small improvements
0.5.1
- Adds a base builder
Automatic route loading after permalink creation
- Permalink routes are automatically registered when created
- Added more testing
- Small fixes