Skip to content

Latest commit

 

History

History
343 lines (209 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

343 lines (209 loc) · 16.8 KB

Change Log

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.

Added

Changed

Deprecated

Removed

Fixed

Security

6.1.0 - 2016-10-31

Changed

  • Updated Node.js to the latest LTS (long term support) version 6.9 #2655
  • Updated NPM packages #2655
  • Update react_on_rails gem #2655
  • Upgrade Facebook SDK from v2.2 to v2.8 #2666
  • Instruct crawlers not to follow auth paths, add crawling delay for bots that support the directive #2693

Fixed

  • Avoid redirect to correct S3 bucket endpoint when bucket is not in us-east-1 region #2605
  • Added missing database indexes #2621, #2634, #2670
  • Fix bug: rake assets:precompile fails if MySQL is not available. Issue fixed by upgrading money-rails gem from 1.3 to 1.4 #2612 by @nicolaracco

Security

  • Fixed insecure gem urls in Gemfile #2635

6.0.0 - 2016-09-27

Removed

  • Dropped official support for MySQL server version 5.6. Only MySQL 5.7 is officialy supported. This release contains no other changes.

5.12.0 - 2016-09-27

Added

  • Added date picker for "per night" listing unit type #2481
  • SEO: Added rel=next and rel=prev links to give a hint to crawlers about the paginated content #2505
  • Added New layout admin page where marketplace admins can enable new layout designs for the whole marketplace or just for themselves to try out #2338 and #2469
  • Added functionality to edit Post a new listing button text #2448
  • Sitemap #2492, thanks Dan Moore (@mooreds) for helping!
  • Mocha test setup for new frontend architecture #2550

Deprecated

  • Deprecated use of MySQL server version 5.6.x 2566

Removed

  • Removed configuration for TravisCI (CircleCI now fully in use) #2489

Changed

  • Updated React on Rails to 6.0.5 #2428 and #2472
  • Updated React Storybook to version 2.13.0 #2528
  • Changed ActiveRecord schema format to :sql #2531
  • Upgraded Paperclip and Delayed::Paperclip, dropped deprecated AWS SDK v1 #2522
  • Upgraded mysql2 dependency #2565

Fixed

  • Correctly add https or http to links generated in community.rb #2459
  • Transactions in initiated state showed wrong total price in the transaction page if the item quantity was more than one #2452
  • Fix bug in infinite scroll: The current page was not taken into account #2532
  • Fix bug: Testimonial reminders were sent even if user had disabled them #2557
  • Fix regression: Add quantity pickers to non-payment transactions #2568

5.11.0 - 2016-08-24

Changed

  • RAILS_ENV=production environment added to the rake assets:compile command in README #2440 by @pcm211

Removed

  • Remove Braintree support completely #2424, #2435

5.10.0 - 2016-08-23

Removed

  • Disable Braintree payments #2423

5.9.0 - 2016-08-18

Added

  • Add support for using CDN for dynamic assets (uploaded images, custom compiled stylesheets) when S3 is otherwise in use #2314
  • Add possibility to choose between light and dark background image filter for hero and info sections in custom landing pages #2310
  • Add Pinterest link support in custom landing page footer #2356

Changed

  • Remove the need for CSS compilation per marketplace #2325
  • Update default colors #2365

Removed

  • Removed Checkout Finland payment gateway #2408 #2406

Fixed

  • Security: Rails and gems updated #2393, #2318

  • Fix some asset links not respecting asset_host setting on landing pages #2320

  • Fix JS errors in development by replacing babel-polyfill with es6-shim #2087

5.8.0 - 2016-07-15

Added

  • Add whitelabel_branding based on features #2052
  • Onboarding topbar and wizard enabled for everyone #2250
  • Ability to add Google Maps API key #2172
  • Landing page. See the documentation

Changed

  • Facebook sign up/login uses API version 2.2 instead of 2.0 #2280
  • Improved documentation #2271

Fixed

  • Fix some React dependency issues caused startup timing/ordering #2046 and #2053
  • Fix issue that caused Google Maps Geocoder to return wrong location if the listing address contained an ampersand (&) #2075
  • Fix pluralization error for Turkish (tr-TR) #2292

5.7.1 - 2016-05-12

Fixed

  • Fix missing map icon #2032

Added

  • Add instructions for handling libv8 installation problems #2023
  • Add React Storybook styleguide for React component development #2030

5.7.0 - 2016-05-11

Added

  • 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
  • Expose used feature flags to Google Tag Manager #1856
  • React on Rails development environment #1918.
  • Add ability to create a new account with username or email which is already in use in another marketplace #1753 #1939
  • Prevents cookies from leaking to subdomains, fixes #1992, adds a new configuration key: cookie_session_key #1966

Changed

  • Marketplace ID is removed from the Admin Settings URL #1839
  • The application now depends on React components, which need to be built to run Sharetribe. Instructions here. This change is related to React on Rails environment #1918.
  • Update Ruby to 2.3.1 #2020

Deprecated

  • Google Analytics and Kissmetrics tracking snippets are deprecated in favor of Google Tag Manager #1857

Removed

  • Delete duplicated memberships from the database #1838
  • Remove ability to join other marketplaces with an existing account #1753 #1939

Fixed

  • Errors from Braintree API were ignored #1832 by @priviterag
  • Fallback language handling was broken #1869
  • Confirmation pending page redirects to homepage if the account is already confirmed #1976
  • Fix bug: "Resend confirmation instructions" button didn't resend the confirmation email #1963

Security

  • Updated Paperclip gem #1836
  • Unauthorized users were able to upload new listing images #1866
  • Change session expiration time from one year to one month #1877
  • Correctly reset old password and salt #1961

5.6.0 - 2016-03-11

Added

  • Add default queue name to jobs #1814

Changed

  • Update Ruby to 2.2.4 #1774

Fixed

  • Wrong action was executed when radio buttons were clicked back and forth #1802

Security

  • Redirect to HTTPS (if configured) before requesting HTTP basic authentication: #1793

5.5.0 - 2016-03-02

Changed

  • 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

  • Fixed broken FontAwesome asset path #1756
  • Listing author wasn't able to give feedback if the transaction starter skipped the feedback #1767

Security

  • Update Rails to 4.2.5.2 #1786

5.4.0 - 2016-02-22

Changed

  • Update Ruby to 2.1.8 #1750

Security

  • Update JSON Web Token gem #1723

Fixed

  • Configure Delayed Job queue adapter for ActiveJob #1749

5.3.0 - 2016-02-15

Changed

  • Updated Rails to 4.2.5.1 #1691

5.2.2 - 2016-02-09

Added

  • Initial support for upcoming new search platform. #1404

Changed

  • Save model attributes to cache instead of model instances #1714

5.2.1 - 2016-02-03

Changed

  • Updated Rails to 4.1.14.1 #1678
  • Always log deprecation warnings to stderr #1693

Removed

  • Removed environment variable devise_allow_insecure_token_lookup. #1675

Fixed

  • Fixed Mercury Editor image uploader #1694

Security

  • 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

  • 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

Changed

  • Upgraded jQuery from 1.8.3 to 1.11.1 #1667
  • Updated Devise gem to version 3.1. #1672

Removed

  • Gemfile clean up. Removed bunch of unused gems. #1625
  • Removed ability to downgrade to Rails 3. #1669

Fixed

  • Updating a listing field changes the sorting order #1673

Security

  • Updated Gems with known security issues #1667 #1676

5.1.0 - 2016-01-21

Added

  • 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

Changed

  • Rails upgraded from 3.2 to 4.0

Older releases

For older releases, see RELEASE_NOTES.md.