shuup

E-Commerce Platform

OTHER License

Downloads
7.5K
Stars
2.2K
Committers
61

Bot releases are hidden (Show)

shuup -

Published by tulimaki over 4 years ago

shuup -

Published by tulimaki over 4 years ago

shuup -

Published by tulimaki almost 5 years ago

shuup -

Published by tulimaki almost 5 years ago

shuup - Release 1.10.1

Published by tulimaki almost 5 years ago

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.
shuup -

Published by tulimaki almost 5 years ago

shuup -

Published by tulimaki almost 5 years ago

shuup - Release 1.10.1b1

Published by tulimaki almost 5 years ago

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 https://github.com/shuup/shuup/commit/73292fcf15b2ce9ecb6ba03cf08e414af0d74cad you can find the fix.

shuup - Release 1.10.0

Published by tulimaki almost 5 years ago

Remove API code and move to separated repositories Shuup API and Shuup REST API both available through PyPI and still included in default installation.

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.
shuup - Release 1.9.13

Published by tulimaki almost 5 years ago

Core

  • Add default to order line modified on migration

General

  • Adjust django-filer version for Django 1.8 and 1.9

Tasks

  • Fix issue with broken div in dashboard item

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.
shuup - Release 1.9.12

Published by tulimaki almost 5 years ago

Admin

  • Include breadcrumbs to is active menu check
  • Modernize dashboard blocks
  • Temp disable home view progress balls as broken
  • Fix the initial categories for product edit view
  • Add settings to make select2 fields to load data asynchronously
  • Add signal that is triggered when form is valid in views
  • Make front url for nav customizable per project
  • Show dashboard link at navigation
  • Add shop and supplier info to order detail
  • Fix issues with order querysets

Core

  • Move force anons and person contacts to front
  • Add orderline behaviour attribute
  • Add related name for shop staff members

General

  • Move admin and front login forms to settings spec
  • Add shop validation for order printouts

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.
shuup -

Published by tulimaki almost 5 years ago

shuup -

Published by tulimaki almost 5 years ago

shuup - Release 1.9.11

Published by tulimaki about 5 years ago

Admin

  • Init shop product suppliers with only supplier
  • Add option to extend shop edit actions
  • Fix bug with supplier create
  • Fix the product images management form part

Carousel

  • Update max-length for slide external URL

Core

  • Add slugfield for supplier
  • Allow taxes on order source children lines

Importer

  • Allow to use custom file_transformer

Notify

  • Fix z-index on the modal-dialog

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.
shuup -

Published by tulimaki about 5 years ago

shuup -

Published by tulimaki about 5 years ago

shuup -

Published by tulimaki about 5 years ago

shuup -

Published by tulimaki about 5 years ago

shuup -

Published by tulimaki about 5 years ago

shuup -

Published by tulimaki about 5 years ago

Package Rankings
Top 6.68% on Proxy.golang.org
Top 13.29% on Npmjs.org
Top 4.66% on Pypi.org