Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Latest commit

 

History

History
97 lines (51 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

97 lines (51 loc) · 5.03 KB

1.71.0 (2016-10-05)

Bug Fixes

  • coverage: Add script to enabled code coverage for local tests (#218) (d14d06b)
  • mailer: Fix the title size in the password reset related templates. (54a0bd0), closes #217
  • mailer: Swap the order of IP and Location. (2b1dfdf), closes #216

chore

  • deps: update shrinkwrap (4b8b6b3)

Features

  • geo: add state info into emails (#215) r=vbudhram (5bb87c6)
  • headers: Add email template name to headers sent (#213) r=vladikoff (17ca63a)
  • shared: add new locales, pick up latest l10n (bc5f104)

1.70.0 (2016-09-24)

Features

  • headers: Add email template name to headers sent (#213) r=vladikoff (17ca63a)

1.69.0 (2016-09-09)

Bug Fixes

  • deps: update to poolee 1.0.1 (#205), r=@vbudhram (96ed6e1), closes #202
  • links: Remove non-functional "sign in" link. (b455d74)
  • send: improve error logging (#208) r=jrgm (e8b23a2)

1.68.0 (2016-08-24)

Bug Fixes

  • l10n: adjust default language (#200) r=vbudhram (2c15420), closes #192

1.67.0 (2016-08-11)

Bug Fixes

Features

  • location: add location data to emails (#180) r=vladikoff,shane-tomlinson (5c9f671)
  • mailer: Remove the account lockout feature. (#187) r=vladikoff (f91a327), closes #186
  • metrics: Add utm_* metrics (#190) (de9bf89)

1.64.0 (2016-06-27)

Bug Fixes

  • bind: should by default bind to localhost (60087f6)
  • eslint: in this case, yes, we do just ignore the error (e11093f)

chore

  • build: Add a script to generate version info (4f12ad1)
  • build: Refactor gruntfile into individual task files. (2e7ad8d)
  • eslint: make eslint rules consistent (94fe068), closes #175
  • mozlog: update from mozlog@2.0.3 to 2.0.5 (3cd552e)

Features

  • build: Add version-tagging grunt tasks (268900a)
  • metrics: include type of reminder in the email query (0ab0ad2)
  • reminders: add verification reminders (a235d88), closes #99