File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
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+
712# v2.13.3
813
914### Fixed
10- - a typo in the config options
15+ - a typo in the config options.
1116
1217# v2.13.2
1318
1419### Fixed
15- - Installing ` requirements.txt ` files in plugins
20+ - Installing ` requirements.txt ` files in plugins.
1621
1722
1823# v2.13.1
1924
2025### Fixed
21- - Reading ` requirements.txt ` files in plugins
26+ - Reading ` requirements.txt ` files in plugins.
2227
2328
2429# v2.13.0
@@ -28,13 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2833 - Think of it like addons! Anyone (with the skills) can create a plugin, make it public and distribute it.
2934 Add a welcome message to Modmail, or moderation commands? It's all up to your imagination!
3035 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 ) .
3237
3338# v2.12.5
3439
3540### Fixed
3641
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.
3843
3944
4045# v2.12.4
Original file line number Diff line number Diff line change 2222SOFTWARE.
2323"""
2424
25- __version__ = '2.13.3 '
25+ __version__ = '2.13.4 '
2626
2727import asyncio
2828import traceback
You can’t perform that action at this time.
0 commit comments