Skip to content

Releases: nukkonyan/Updater

Updater Version 1.3.4

09 Nov 17:17
Compare
Choose a tag to compare
  • Added Updater_OnLoaded() forward
    Use this when adding plugin to update-list instead of OnPluginStart() as otherwise it would instantly crash the caller plugin due to trying to access then invalid handle that isn't created yet.

Updater Version 1.3.3

13 Feb 15:22
b6bd75d
Compare
Choose a tag to compare
  • Removed ReloadPlugin() from updater.inc.
  • Added Updater_ReloadPlugin() native to replade 'ReloadPlugin()'

Updater Version 1.3.2

13 Feb 14:38
Compare
Choose a tag to compare
  • Redone the code, fixing issues.

Updater Version 1.3.1

27 Jan 03:40
b3f7a39
Compare
Choose a tag to compare
  • Removed Socket support since it has no HTTPS Support (Thanks Dr. McKay).