v 0.1 (05.09.2009)
First release

v 0.2 (07.09.2009)
  + supplementary fields; I put them for phone call-to-action (order by
    phone), but you can put anything text in them
  + added translations for all strings (signal if I missed any)
  + modified blockyahoostatus.tpl so, if it isnt content, the module
    doesnt output anything
  + added romanian translation

v 0.3 (03.10.2009)
  + changed blockyahoostatus.tpl and blockyahoostatus.css to better
    match the default theme of Prestashop

v 0.4 (04.10.2009)
  + repaired blockyahoostatus.tpl and blockyahoostatus.css to correct
    display problems in the top and extraRight hooks.

v 0.5 (08.10.2009)
  + removed 3 hooks for speed reasons; left only the rightColumn,
    extraRight and top hooks.

v 0.6 (23.11.2009)
  + fixed the display of configuration panel (BO) in Internet Explorer
  + changed the internal logic quite a bit  removed a table field,
    streamlined the code
  + added the posibility to use another name for the YM operator instead
    of his/her name (requested by bello)
  + included 3 icons from the famfams Silk Pack, for phone, fax and
    e-mail (why one would show an non-clickable e-mail adress is beyond
    me, but there you have it) and some basic CSS that works in Internet
    Explorer 6. I used some pngs anyway so that IE6 users would still be
    punished.
  + added the m parameter to the ymsgr call
    (ymsgr:sendIM?id_yahoomessenger&m=some_message  thanks saach for
    the tip); you can modify the message in the module translation panel.

v 0.7 (30.01.2010)
  + rewrited the code to make simultaneous requests to the Yahoo server,
    using Stoyan Stefanovs function (see his page, Simultaneuos HTTP
    requests in PHP with cURL), alowing for a significant decrease of
    the execution time (previous versions took ~600ms for every enabled
    ID, now  due to further optimization  it should take only ~500ms,
    no matter the IDs number  these times are for my server/connection).
  + further code optimization for a small speed increase
  + corected the css for the product page hook

v 0.7.1 (22.02.2010)
  + squashed a bug that prevented fresh installs of the module to save
    the additional contacts list
  + completed the Romanian translation

v 0.8 (28.02.2010)
  + changed the CSS inclusion method to the standard
  + fixed a bug caused by the version being not string
  + added leftColumn hook to the instalation
  + tested in Prestashop 1.1.0.5, 1.2.5.0, 1.3.0.1 and 1.3.0.2
  + added readme_ro.txt

v 0.9 (23.03.2010)
  + the module installs now only in rightColumn and extraRight by
    default; you can still position it in leftColumn and top hooks
    through Back Office >> Modules >> Positions, Transplant a module
  + fixed bug in tpl that made to show nothing if no Yahoo ID was
    defined
  + small optimization: when is no Yahoo ID or no additional field the
    coresponding code is bypassed
  + tested in Prestashop 1.3.0.3