All notable changes to laravel-googletagmanager
will be documented in this file
Get default values from .env file
- Added:
setId
- Fixed view creator
- Separate the script to head and body sections
- Added: support for L5.5 package discovery
- Fixed: Unescape unicode in DataLayer JSON
- Fixed:
toJson
should always return a string
- Added: Flash function
- Added: option to specify the path to macros
- This is now a Laravel 5 specific package. Laravel 4 version can be found here: https://github.com/spatie/laravel4-googletagmanager
- Changed: If GoogleTagManager is disabled, ApiKeyNotSetException won't throw
- Bugfix: script rendering was missing $dataLayer
- First official release