- Fix JavaScript-escaped bug
- Remove
google_tag_manager
method. Usegoogle_tag_manager_script_tag
andgoogle_tag_manager_noscript_tag
instead ofgoogle_tag_manager
.
google_tag_manager
is obsoleted method.
- Added ability to set script tag and noscript tag individually.
- Fix bug: Use
Rails.env
instead ofENV['RAILS_ENV']
- BREAKING CHANGE Refine config/google_tag_manager.yml format
- Support Rails 4.1.x
- Loose conditions for RAILS_ENV.
- Bug fix.
- The first release.