File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.0
8
+
9
+ ### Added
10
+ - Plugins
11
+ - Think of it like addons! Anyone (with the skills) can create a plugin, make it public and distribute it.
12
+ Add a welcome message to Modmail, or moderation commands? It's all up to your imagination!
13
+ Have a niche feature request that you think only your server would benefit from? Plugins are your go-to!
14
+ - [ Creating Plugins Documention] ( https://github.com/kyb3r/modmail/wiki/Plugins )
15
+
7
16
# v2.12.5
8
17
9
18
### Fixed
Original file line number Diff line number Diff line change 22
22
SOFTWARE.
23
23
"""
24
24
25
- __version__ = '2.12.5 '
25
+ __version__ = '2.13.0 '
26
26
27
27
import asyncio
28
28
import traceback
You can’t perform that action at this time.
0 commit comments