Skip to content
Mottie edited this page Sep 14, 2013 · 4 revisions

Wiki Pages: Home | Setup | Options | Change

Change Log

Version 1.4.0

  • Added Siege of Orgrimmar instance.
  • Fixed the normal instance total number of bosses within the details display (click on any progress bar to see it).

Version 1.3.0

  • Fixed an issue with the plugin not working with localized languages properly.

    • The plugin now uses the instance ID instead of the instance name, so now all intances names are localized properly.

    • To change the language of the expansion name, modify the allexps option.

      allexps : {
        "mists" : "mistery",   // get it? HA!
        "cat"   : "cataclyzum" // I spell guud
      }
  • Added a debug option which outputs to the console for troubleshooting.

Version 1.2.1

  • Updated css to include the new raid icon

Version 1.2

  • Added Throne of Thunder instance (patch 5.2)

Version 1.1

  • Hacked around the issue of handling errors for misspelled names.
    • Basically, if JSONP requests aren't successful, they don't trigger any events (ref).
    • If only part of the data has completed loading, this plugin will attempt to build the progression display with what it has already loaded.
    • If the JSONP requests are all successful, but delayed such that the alloted time (setTimeout set to 2 seconds) has passed, it will build the progression display again with all of the data.
    • I know this isn't an ideal solution, so if you can figure out a better way, please feel free to fork and push some changes!

Version 1.0.1

  • Removed escaping of character names as it was improperly encoding special characters.

Version 1.0

  • Fixed empty raider string issues.
    • A javascript error will no longer occur.
    • Ratios will now calculate properly - empty strings not included in the number of raiders.

Version 1.2 beta

  • Script will now ignore the case in raider names.

  • Added details option:

    • If true, it adds raider boss kills to the bottom of the tooltip (see the screenshots).
    • This enables the admin to check if the script is working properly or if a raider needs to be excluded from the list.
    • These details will always be present within the tooltip, and only hidden when this option is false.
    • The style can be modified using css.
    • These details were only meant for debugging, so it's not perfect; e.g. the Bastion of Twilight normal mode details will show 5 bosses, instead of the correct 4.
  • Added clickForDetails option:

    • When true clicking on a progress bar will reveal or hide (toggle) the details within the tooltip.
    • Set this to false to never enable progress bar clicking.

Version 1.1 beta

  • Empty strings in the raiders option will now be ignored.

Vesion 1.0 beta

  • Initial release.