All Versions
172
Latest Version
Avg Release Cycle
4 days
Latest Release
980 days ago

Changelog History
Page 13

  • v1.10.2.b6

    February 07, 2020
  • v1.10.2.b5

    February 03, 2020
  • v1.10.2.b4

    January 17, 2020
  • v1.10.2.b3

    January 16, 2020
  • v1.10.2.b2

    December 30, 2019
  • v1.10.2.b1

    December 10, 2019
  • v1.10.1 Changes

    December 09, 2019

    Admin

    • ๐Ÿ›  Fix bug with coupon codes

    Campaigns

    • โž• Add a variation parent basket condition. This condition will match on each
      child in basket of a chosen product.

    Core

    • ๐Ÿ”„ Change contactgroup name length to 256 so it is better in line with other
      name fields

    Xtheme

    • ๐Ÿ›  Fix bug with Select2 in plugin

    General

    • โž• Add ability to display text on top of carousel

    โš  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.
  • v1.10.1.b3

    December 07, 2019
  • v1.10.1.b2

    December 02, 2019
  • v1.10.1.b1 Changes

    December 02, 2019

    โš  Warning

    ๐Ÿš€ If you managed to install this release please re-update your project. If you now have broken migration in your project you can fix it by running following code:

    python manage.py migrate shuup 0065 --fake
    python manage.py migrate shuup 0064
    python manage.py migrate shuup
    

    Basically fake 0065 and then re-run migration for the indexes. Here 73292fc you can find the fix.