forked from TeamUlysses/ulib
ULib 2.71 release prep
This commit is contained in:
parent
5e730bb41e
commit
f447587d5c
@ -1,10 +1,10 @@
|
||||
# ULib Changelog
|
||||
|
||||
## Experimental Features in Testing - *(00/00/0000)*
|
||||
## Experimental Features in Testing - *(00/00/00)*
|
||||
* [ADD] Added a hook for PostCommandCalled (Thanks, brandonsturgeon)
|
||||
* [CHANGE] Moved Users to SQLite. (Thanks, JoshPiper)
|
||||
|
||||
## v2.71 - *(00/00/0000)*
|
||||
## v2.71 - *(03/24/24)*
|
||||
* [ADD] Added a sanity check to ULib.replicatedWritableCvar to address older addons after the net code rewrite. (Thanks, ZenBre4ker)
|
||||
* [FIX] Fixed some issues in player.lua with SetClip errors. (Thanks, JoshPiper)
|
||||
* [FIX] Cleaned up some code in player.lua to be more aligned with our docs. (Thanks, JoshPiper)
|
||||
@ -15,7 +15,7 @@
|
||||
* [CHANGE] Removed gsub from the SteamID replacement string in ban reasons.
|
||||
* [CHANGE] Strings can now be passed to ULib.addBan for the admin parameter. This is useful for 3rd party integrations of ULib's ban. (Thanks, wrefgtzweve)
|
||||
|
||||
## v2.70 - *(08/04/2022)*
|
||||
## v2.70 - *(08/04/22)*
|
||||
* [ADD] Hook when a new, previously unknown access is registered. UCLChanged is now called as well.
|
||||
* [CHANGE] Moved bans to SQLite.
|
||||
* [CHANGE] Listen server hosts can no longer be banned (thanks, lewez).
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
"name" "ULib"
|
||||
"version" "2.71"
|
||||
"up_date" "00/00/00"
|
||||
"up_date" "03/24/24"
|
||||
"author_name" "Team Ulysses"
|
||||
"author_email" "teamulysses@ulyssesmod.net"
|
||||
"author_url" "https://www.ulyssesmod.net/"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
ULib = ULib or {}
|
||||
|
||||
ULib.RELEASE = false -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
|
||||
ULib.RELEASE = true -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
|
||||
ULib.VERSION = 2.71
|
||||
ULib.AUTOMATIC_UPDATE_CHECKS = true
|
||||
|
||||
@ -467,6 +467,4 @@ if SERVER then
|
||||
util.AddNetworkString( "tsayc" )
|
||||
util.AddNetworkString( "ulib_repWriteCvar" )
|
||||
util.AddNetworkString( "ulib_repChangeCvar" )
|
||||
|
||||
|
||||
end
|
||||
|
@ -1 +1 @@
|
||||
1711248700
|
||||
1711250860
|
||||
|
Loading…
Reference in New Issue
Block a user