Releases: kiwitcms/github-marketplace
Releases · kiwitcms/github-marketplace
v2.3.0 (14 Apr 2023)
Changelog for v2.3.0
v2.2.0 (07 Apr 2023)
Changelog for v2.2.0
v1.6.0 (29 Aug 2021)
- 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)
- Don't fail when cancelling GitHub FREE subscriptions for senders which don't exist
v1.3.1 (09 Dec 2020)
- Fix traceback when trying to create tenant and user is not logged in
v1.3 (13 Sep 2020)
- 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/csettings.PUBLIC_VIEWS
has been removed
v1.2 (06 Aug 2020)
- 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)
- Bug fix: display form errors when creating new tenant
- Update template strings
v1.0 (17 Mar 2020)
-
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
andPUBLIC_VIEWS
override anymore - does not need to load
tcms_github_marketplace
inINSTALLED_APPS
manually
- does not need
-
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)
- Replace
ugettext_lazy
withgettext_lazy
for Django 3.0