Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 709 Bytes

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 709 Bytes

0.5.0 (2017-04-27)

  • Fix JavaScript-escaped bug

0.4.0 (2017-04-22)

  • Remove google_tag_manager method. Use google_tag_manager_script_tag and google_tag_manager_noscript_tag instead of google_tag_manager.

0.3.1 (2017-01-31)

  • google_tag_manager is obsoleted method.

0.3.0 (2017-01-26)

  • Added ability to set script tag and noscript tag individually.

0.2.1 (2017-01-26)

  • Fix bug: Use Rails.env instead of ENV['RAILS_ENV']

0.2.0 (2017-01-26)

  • BREAKING CHANGE Refine config/google_tag_manager.yml format
  • Support Rails 4.1.x

0.1.2 (2017-01-25)

  • Loose conditions for RAILS_ENV.

0.1.1 (2017-01-25)

  • Bug fix.

0.1.0 (2017-01-25)

  • The first release.