diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0b3b0..4a4fc20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/addon.txt b/addon.txt index bcdf305..d7cabe1 100644 --- a/addon.txt +++ b/addon.txt @@ -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/" diff --git a/lua/ulib/shared/defines.lua b/lua/ulib/shared/defines.lua index 00cd21e..48820c2 100644 --- a/lua/ulib/shared/defines.lua +++ b/lua/ulib/shared/defines.lua @@ -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 diff --git a/ulib.build b/ulib.build index 3f31f4b..41935fc 100644 --- a/ulib.build +++ b/ulib.build @@ -1 +1 @@ -1711248700 +1711250860