Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Bootstrap to 3.3.2 and manage analytics via admin gem #369

Merged
merged 3 commits into from Feb 20, 2015

Commits on Feb 12, 2015

  1. Bump admin gem to 2.0.0

    * Upgrade Bootstrap to 3.3.2 (via bootstrap-sass 3.3.3)
      * Includes autoprefixer rails which is a new Bootstrap dependency
    * Include Google analytics managed by gem
    
    https://github.com/alphagov/govuk_admin_template/blob/master/CHANGELOG.m
    d
    fofr committed Feb 12, 2015
    Copy the full SHA
    7a9f3d5 View commit details
    Browse the repository at this point in the history
  2. Update analytics usage to be compatible with 2.0.0

    * Remove analytics snippet, now provided by gem
    * Replace uses of `track` with `trackEvent`
    * Use `trackPageview` for tracking tab switches
    fofr committed Feb 12, 2015
    Copy the full SHA
    4f141fc View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Update govuk_admin_template to v2.1.0

    This picks up stripping off the last octet of IP addresses before sending them to GA.
    benilovj committed Feb 18, 2015
    Copy the full SHA
    1a91ba9 View commit details
    Browse the repository at this point in the history