Shoop v1.10.15 Release Notes

Release Date: 2020-06-02 // almost 4 years ago
  • ๐Ÿ”„ Changed

    • Front: Ensure company name and tax number is set to both billing and shipping address same way
      as when filled through company form when customer is not logged in. Company name and tax number
      ๐Ÿ‘€ at order addresses seems to help with some taxation logic as well as makes things more consistent.

    ๐Ÿ›  Fixed

    • Admin: Make sure related custom columns are added accrodingly. Fix issue with filtering through columns
      0๏ธโƒฃ that are by default hidden

    ๐Ÿš€ Also see changelog for complete list of changes between each release.

    โš  Warning!

    • This release is backwards incompatible and you should replace shuup.api from your custom code with shuup_api. Also at project INSTALLED_APPS remove shuup.api and add shuup_api and shuup_rest_api. Ping us at Gitter if you have any issues updating to this release.

    โš  Warning!

    • If still on Django 1.8 or 1.9 versions make sure you keep your django-filer<1.6.0

    โš  Warning!

    • ๐Ÿš€ There is known bug around admin action buttons in v1.9.5. This release v1.9.6 fixes the issue (just skip v1.9.5).

    โš  Warning!

    • ๐ŸŽ Catalog campaigns (campaigns.modules.CatalogCampaignModule) should be avoided due performance issues. Catalog campaign module is disabled by default and will be removed from Shuup 2.0. Use shuup.discounts instead.

    โš  Warning!

    • ๐Ÿš€ If you had used permission groups for shop staff members prior to 1.9.0 release you should re-generate your permissions since new permissions logic was added.

    โš  Warning!

    • ๐Ÿš€ If upgrading from pre v1.6.3 see the release notes for the fixed migrations in v1.6.3.