Skip to content

v0.8.2

Compare
Choose a tag to compare
@josepjaume josepjaume released this 21 Dec 09:28
· 5160 commits to develop since this release
8b2d9da

Upgrade notes:

Since uglifier 4.0.0, we need to set harmony: true as options in uglifier. This means
you need to change the following line in config/environments/production.rb:

- config.assets.js_compressor = :uglifier
+ config.assets.js_compressor = Uglifier.new(:harmony => true)

Fixed:

  • decidim-verifications: Fix migrations that could fail on existing apps.
  • decidim-core: Force using uglifier 4.0.0. Check out the notes above for more details.