EQdkp Plus Navigation:   Home  |   Forum  |   Wiki  |   Translate  |   Bugtracker  |   WebSVN  |  USVN

Update to library 2.0

From EQdkp Plus Wiki

Artikel Veraltet.png The information in this article refers to an older version of EQdkp Plus / of the plugin. It is not used any longer. See the information Box for further information.


Information
min. EQDKP-PLUS Version 0.6.2.0 or higher
max. EQDKP-PLUS Version 0.7.0.0


Contents

Update your plugins to use libraries 2.0

Requirements

Libraries 2.0 won't run on vanilla eqdkp any longer. it requires eqdkp 0.6.3.1 or higher. There'd been some small changes to fit the needs of the UI.

Template files

Remove the {JQUERY_INCLUDES} out of your template headers. This is not used any more.

Admin Settings

Remove the $wpfccore->InitAdmin(); Its not longer available.

LibLoader

The libloader file has changed. simply have a look at the one used in the charmanager late-night folder, copy, change and paste it :)

changed functions

  • $jquery->alert: you have to use it outside of <script> tags now!
  • new PluginUpdCheck($versionthing) no longer needs the second parameter. Remove it.