forked from TeamUlysses/ulib
Release prep
This commit is contained in:
parent
24f80d9916
commit
a3f7257035
@ -1,6 +1,6 @@
|
||||
# ULib Changelog
|
||||
|
||||
## v2.62 - *(00/00/00)*
|
||||
## v2.62 - *(03/19/17)*
|
||||
* [ADD] Enhancements from and to CAMI.
|
||||
* [ADD] Exec* functions can now execute only ULib-defined functions which are not marked "unsafe" (thanks, FPtje).
|
||||
* [ADD] Hooks for users being kicked, banned, unbanned; groups being created, removed, changed, renamed; user access being changed, or removed (thanks, Andre).
|
||||
|
@ -1,8 +1,8 @@
|
||||
"AddonInfo"
|
||||
{
|
||||
"name" "ULib"
|
||||
"version" "2.61d"
|
||||
"up_date" "00/00/00"
|
||||
"version" "2.62"
|
||||
"up_date" "03/19/17"
|
||||
"author_name" "Team Ulysses"
|
||||
"author_email" "teamulysses@ulyssesmod.net"
|
||||
"author_url" "http://www.ulyssesmod.net/"
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
ULib = ULib or {}
|
||||
|
||||
ULib.RELEASE = false -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
|
||||
ULib.VERSION = 2.61
|
||||
ULib.RELEASE = true -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
|
||||
ULib.VERSION = 2.62
|
||||
ULib.AUTOMATIC_UPDATE_CHECKS = true
|
||||
|
||||
ULib.ACCESS_ALL = "user"
|
||||
|
@ -1 +1 @@
|
||||
1489803090
|
||||
1489946790
|
||||
|
Loading…
Reference in New Issue
Block a user