Sharetribe v8.0.0 Release Notes

Release Date: 2019-07-31 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘‰ Use index hint for homepage query #3714
    • โž• Add Albanian to the list of unsupported languages #3718
    • โž• Add Macedonian to the list of unsupported languages #3725
    • Ability for providers to delete listings #3756
    • ๐Ÿ‘ Stripe support for Singapore #3762
    • Cache community count #3766
    • Ability to export listings to a CSV file #3790
    • ๐Ÿ‘ Allow admins to disable direct messaging between users #3793
    • โž• Add .html_safe to content for title #3744

    ๐Ÿ”„ Changed

    • โšก๏ธ Update to ruby 2.6.2 #3701
    • โž• Add more bot rules, disallow login paths #3715
    • โšก๏ธ Update to Rails 5.2.3 #3722
    • Prevent lowering minimum transaction size to less than minimum transaction fee with Stripe #3723
    • โšก๏ธ Update to Node.js 10.15 #3735
    • โšก๏ธ Updates to payment preference settings #3748
    • โšก๏ธ Updated copy text from Ban to Disable #3755
    • ๐ŸŒ Category translation caching improvements #3761
    • ๐Ÿšš Stripe remove the MCC field and hardcode it #3771
    • ๐Ÿšš Move "Phone number" field down in US Stripe form #3775

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix to the SEO tags without price translation string #3727
    • ๐Ÿ›  Fix to payment settings causing internal error when PayPal has never been enabled #3732
    • ๐Ÿ›  Fix to password reset #3763
    • ๐Ÿ›  Fix to Stripe US account update #3765
    • ๐Ÿ›  Fix to adding links to footer #3769
    • ๐Ÿ›  Fix to validation for custom date fields #3772
    • ๐Ÿ›  Fix to exclude expired listings when filtering for open #3773
    • ๐Ÿ›  Fix to signup page description tag #3794

    โฌ†๏ธ Upgrade from 7.6.0 to 8.0.0

    โšก๏ธ Ruby version updated from 2.3.4 to 2.6.2.

    โฌ†๏ธ Using RVM, you can upgrade your local Ruby version like this:

    rvm install ruby-2.6.2
    rvm use ruby-2.6.2
    gem install bundler
    bundle install
    

    ๐Ÿ‘‰ Make sure you have node 10.15 installed.

    โšก๏ธ Then follow the [#general-update-instructions].

    โฌ†๏ธ One more note: after the Rails upgrade, "Memcache" is possibly no longer working. It was never officially supported, and at Sharetribe we rely on Redis.

    • ๐Ÿš… If you use Redis, run Rails.cache.clear via the Rails console
    • If you use Memcache, things might be broken and you might need to switch to Redis
    • If you didn't use either, no special instructions