v11.0.2
What's new
This update brings a range of improvements to the Laravel UTM-Parameters:
New Methods
Added two new methods and blade directives
contains_utm('key', 'value')
contains_not_utm('key', 'value')
@containsUtm('key', 'value')
@containsNotUtm('key', 'value')
Config
- added
utm-parameter.override_utm_parameters
Enhanced Codebase
The code has been refined for better performance and maintainability.
Improved Documentation
The readme has been refreshed to provide clearer explanations and a more user-friendly experience.
Full Changelog: 8.0...11.0.2