File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v3.8.0] - 2025-03-08
9
+
10
+ ### Added
11
+
12
+ - Added support for slack access control notifications (thanks @sibios )
13
+ - Added Swedish language translation (thanks @kriffe )
14
+ - Added basic member import/export to django admin page (thanks @sibios )
15
+ - Support for MySQL database (thanks @adricl )
16
+
17
+ ### Updated
18
+
19
+ - Setup docs to make clear what permissions the Stripe restricted API key needs
20
+ - Local version of black linter to latest
21
+
22
+ ### Fixed
23
+
24
+ - Fixed bug with tab order in manage member page (thanks @sibios )
25
+
8
26
## [ v3.7.1] - 2024-08-23
9
27
10
28
### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ humanize~=4.9.0
5
5
django-constance ~= 2.9.0
6
6
django-picklefield ~= 3.2
7
7
django-cors-headers ~= 4.3.1
8
- black == 24.4.2
8
+ black == 25.0.1
9
9
pre-commit == 3.7.1
10
10
djangorestframework == 3.15.1
11
11
djangorestframework-simplejwt == 5.3.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " membermatters" ,
3
- "version" : " 3.7.1 " ,
3
+ "version" : " 3.8.0 " ,
4
4
"devDependencies" : {
5
5
"eslint-webpack-plugin" : " ^3.1.1" ,
6
6
"husky" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " 3.7.1 " ,
3
+ "version" : " 3.8.0 " ,
4
4
"description" : " The MemberMatters frontend" ,
5
5
"productName" : " MemberMatters" ,
6
6
"author" :
" Jaimyn Mayer <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments