All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning where possible.
This file follows the best practices from keepachangelog.com.
- Add a new job queue (css_compile) for css compilations #1815
- Add a warning message which will be shown 15 minutes before the next scheduled maintenance #1835
- Marketplace ID is removed from the Admin Settings URL #1839
- Delete duplicated memberships from the database #1838
- Errors from Braintree API were ignored #1832 by @priviterag
- Updated Paperclip gem #1836
5.6.0 - 2016-03-11
- Add default queue name to jobs #1814
- Update Ruby to 2.2.4 #1774
- Wrong action was executed when radio buttons were clicked back and forth #1802
- Redirect to HTTPS (if configured) before requesting HTTP basic authentication: #1793
5.5.0 - 2016-03-02
- Migrate legacy passwords to Devise's Bcrypt hashing #1781
- Add listing id to option selections table: #1761 and #1762
- Support optional site-wide HTTP basic authentication: #1766
- Fixed broken FontAwesome asset path #1756
- Listing author wasn't able to give feedback if the transaction starter skipped the feedback #1767
- Update Rails to 4.2.5.2 #1786
5.4.0 - 2016-02-22
- Update Ruby to 2.1.8 #1750
- Update JSON Web Token gem #1723
- Configure Delayed Job queue adapter for ActiveJob #1749
5.3.0 - 2016-02-15
- Updated Rails to 4.2.5.1 #1691
5.2.2 - 2016-02-09
- Initial support for upcoming new search platform. #1404
- Save model attributes to cache instead of model instances #1714
5.2.1 - 2016-02-03
- Removed environment variable
devise_allow_insecure_token_lookup
. #1675
- Fixed Mercury Editor image uploader #1694
- Updated Devise gem to version 3.5 #1675
- Updated Sprockets gem to version 2.12.4 #1692
- Remove HTTP end-point that let unauthorized caller to destroy images uploaded via Mercury Editor #1695
5.2.0 - 2016-01-29
- Added
secret_key_base
#1671 - Added pessimistic version number for all the gems in Gemfile. Now we can safely run
bundle update
to update gems with patch level updates. #1663 - Added a new environment variable
delayed_job_max_run_time
which controls the maximum time for a single Delayed Job job. #1668 - Added a new environment variable
devise_allow_insecure_token_lookup
for seamless migration from earlier versions. See UPGRADE.md for more information. #1672
- Gemfile clean up. Removed bunch of unused gems. #1625
- Removed ability to downgrade to Rails 3. #1669
- Updating a listing field changes the sorting order #1673
5.1.0 - 2016-01-21
- Marketplace admins can select if the custom field creates a search filter on the homepage #1653
- CHANGELOG, UPGRADE and RELEASE files #1658
5.0.0 - 2015-12-31
- Rails upgraded from 3.2 to 4.0
For older releases, see RELEASE_NOTES.md.