diff options
author | Sadie Powell <sadie@witchery.services> | 2024-12-01 10:04:21 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-12-01 10:04:21 +0000 |
commit | 3ae4a022eb92cf92e2eba5bcf5583e200c996fac (patch) | |
tree | 28f4dbe40ff050718577436aa420187ea1060432 | |
parent | ea8a692191f7c786bcba38d45b802b1046ac0afa (diff) |
Release 2.1.11.2.1.11
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | src/version.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes index 5f708d3ff..bb6d6ea9c 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.11-git ------------------------- +Anope Version 2.1.11 +-------------------- Added support for database migrations to the mysql module. Added support for renicking users to their UID when enforcing nickname protection. Added support for sending channel URLs to joining users. diff --git a/docs/Changes.conf b/docs/Changes.conf index 8642adb52..3426bb527 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.11-git ------------------------- +Anope Version 2.1.11 +-------------------- Moved module:allowkilimmed from the ns_set module to the ns_set_kill module. Moved nickserv/set/kill and nickserv/saset/kill to the ns_set_kill module. Replaced module:guestnickprefix for the nickserv module with module:guestnick. diff --git a/src/version.sh b/src/version.sh index 3d5005da7..83b69071b 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=11 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |