Skip to content
6.x-1.1, 2012-01-31
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Previous version was never officially released.
by ELC: Fix invalid use of t() param. Fix form section name typos.
by ELC: Add ability to pull account id from async code too.
by ELC: Fix settings retrieval in hook_requirements. Increase help path coverage.

6.x-1.1rc1, 2011-10-28
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
by ELC: Split settings into tabs. Added ability to parse Account ID from pasted code.
by ELC: Swap settings from many separate, to single varaible.
  They are always used together in hook_init(), and in other places pulling all
  the variables is of no concequence.
  hook_update_N function to move from old settings to new.
by ELC: Update help text to be more verbose.
  Different help text now available for each page.
  Includes very clearly marked affiliate link, and a non-affliate alternative.
Issue #1320876 by ELC,Coornail: Add filtering for when the javascript will be added to the page.
by ELC: Further improve help text.