forked from djaodjin/djaodjin-deployutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
43 lines (29 loc) · 1.31 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
0.8.2
* fixes exception in djd deploy
* uses account_url_kwarg in AccountRedirectView for consistency
-- Sebastien Mirolo <[email protected]> Thu, 28 Apr 2022 15:01:00 -0700
0.8.1
* fixes use of django_settings instead of deployutils.settings
-- Sebastien Mirolo <[email protected]> Wed, 14 Apr 2022 16:53:00 -0700
0.8.0
* renames organization_redirects.html to profile_redirects.html
* filters subscriptions by profiles and ends_at
* uses profile instead of organization (see [definitions](https://www.djaodjin.com/docs/accounts/))
* adds timers mixin and api
-- Sebastien Mirolo <[email protected]> Wed, 14 Apr 2022 09:15:00 -0700
0.7.2
* merges AccessiblesMixin into AccountMixin
* adds AccessiblesMixin.accessible_plans property
* adds a login mockup API
* adds command to integrate Django server with webpack
* removes register mockup API
* note: version 0.7.0 and 0.7.1 are broken
-- Sebastien Mirolo <[email protected]> Wed, 30 Mar 2022 12:10:00 -0700
0.2.0
* Create and apply schema migrations on _pullapp_ command
* Encrypt communications with front-end firewall
* Upload resources to S3
-- Sebastien Mirolo <[email protected]> Wed, 13 Aug 2014 22:16:18 -0700
0.1.1
* Initial Release.
-- Sebastien Mirolo <[email protected]> Mon, 26 May 2014 00:14:19 -0700