This patch release contains bug fixes backported from master. We'd like to thank all the contributors who made this happen 👍
All
- pg gem dependency set to
~> 0.18
because of compatibility issues with pg version>=1.0
(0a6ad12) - paperclip updated to 5.2.0 since older versions have security issues(9bc4c6d)
Core
- fixed: rescue DB exceptions in should_persist? method from Spree::Preferences::Store since it failed randomly on initialization (0b2118c)
Cmd
- added spree_backend:copy_views to copy all views from spree to application(55416a2)
- changed extension generator to use chromedriver instead of poltergeist in new extensions (be195ca)
Sample
- stop duplicating taxons in seeds (a7e174d)