Skip to content

Releases: kiwitcms/github-marketplace

v2.3.0 (14 Apr 2023)

14 Apr 17:01
Compare
Choose a tag to compare
Changelog for v2.3.0

v2.2.0 (07 Apr 2023)

07 Apr 13:11
Compare
Choose a tag to compare
Changelog for v2.2.0

v1.6.0 (29 Aug 2021)

29 Aug 20:51
Compare
Choose a tag to compare
  • Fix a bug which allowed users to create multiple tenants
  • Fix Sentry #KIWI-TCMS-H2 https://sentry.io/organizations/kiwitcms/issues/2584184445
  • Fix issues discovered by newest pylint
  • Don't allow user to create multiple tenants if they refresh the page, e.g. after a 504 response. Instead redirect them to previously existing tenant
  • Migrate from Travis CI to GitHub Actions
  • Improvements of tests & CI

v1.3.2 (26 Dec 2020)

26 Dec 18:23
Compare
Choose a tag to compare
  • Don't fail when cancelling GitHub FREE subscriptions for senders which don't exist

v1.3.1 (09 Dec 2020)

09 Dec 15:23
Compare
Choose a tag to compare
  • Fix traceback when trying to create tenant and user is not logged in

v1.3 (13 Sep 2020)

13 Sep 13:09
Compare
Choose a tag to compare
  • Tested with Kiwi TCMS > 8.6
  • Refactor deprecation warnings with Django 3.1
  • Start using the new standard models.JSONField()
  • Remove tcms_settings_dir/marketplace.py b/c settings.PUBLIC_VIEWS
    has been removed

v1.2 (06 Aug 2020)

13 Sep 13:09
Compare
Choose a tag to compare
  • Require kiwitcms-tenants>=1.1
  • Subscribe button is now a drop-down listing all platforms oferring a
    Private Tenant subscription

v1.1 (24 Apr 2020)

24 Apr 17:16
Compare
Choose a tag to compare
  • Bug fix: display form errors when creating new tenant
  • Update template strings

v1.0 (17 Mar 2020)

27 Mar 08:34
Compare
Choose a tag to compare
  • Turn into proper Kiwi TCMS plugin and install settings overrides under
    tcms_settings_dir/ (compatible with Kiwi TCMS v8.2 or later):

    • does not need MENU_ITEMS and PUBLIC_VIEWS override anymore
    • does not need to load tcms_github_marketplace in INSTALLED_APPS
      manually
  • Jump over tcms_tenants.views.NewTenantView b/c it requires
    tcms_tenants.add_tenant permission and here we don't need that

  • Exclude public tenant from recurring purchase hooks

  • Do not attempt delete for superuser cancelling their tenant purchases

v0.8.1 (15 Jan 2020)

15 Jan 12:56
Compare
Choose a tag to compare
  • Replace ugettext_lazy with gettext_lazy for Django 3.0