File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ # v2.13.4
8
+
9
+ ### Changed
10
+ - ` ?contact ` no longer raise a silent error in Heroku logs when the recipient is a bot. Now Modmail respond with an error message.
11
+
7
12
# v2.13.3
8
13
9
14
### Fixed
10
- - a typo in the config options
15
+ - a typo in the config options.
11
16
12
17
# v2.13.2
13
18
14
19
### Fixed
15
- - Installing ` requirements.txt ` files in plugins
20
+ - Installing ` requirements.txt ` files in plugins.
16
21
17
22
18
23
# v2.13.1
19
24
20
25
### Fixed
21
- - Reading ` requirements.txt ` files in plugins
26
+ - Reading ` requirements.txt ` files in plugins.
22
27
23
28
24
29
# v2.13.0
@@ -28,13 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
33
- Think of it like addons! Anyone (with the skills) can create a plugin, make it public and distribute it.
29
34
Add a welcome message to Modmail, or moderation commands? It's all up to your imagination!
30
35
Have a niche feature request that you think only your server would benefit from? Plugins are your go-to!
31
- - [ Creating Plugins Documention] ( https://github.com/kyb3r/modmail/wiki/Plugins )
36
+ - [ Creating Plugins Documention] ( https://github.com/kyb3r/modmail/wiki/Plugins ) .
32
37
33
38
# v2.12.5
34
39
35
40
### Fixed
36
41
37
- - ` config del ` command will now work properly on selfhosted db bots.
42
+ - ` config del ` command will now work properly on self-hosted db bots.
38
43
39
44
40
45
# v2.12.4
Original file line number Diff line number Diff line change 22
22
SOFTWARE.
23
23
"""
24
24
25
- __version__ = '2.13.3 '
25
+ __version__ = '2.13.4 '
26
26
27
27
import asyncio
28
28
import traceback
You can’t perform that action at this time.
0 commit comments