Version History

0.9.0.8
    - Added icon for block
    - Fix incorrectly named icon files
    - Fix uninstall
    - Remove icon_small.png
    - Czech translation
    - German translation (Incomplete)
    - Fix bug with 100% opacity dropshadows showing as 10%
    - Improved IE6-8 support for round corners and dropshadows via PIE
    - Add an explicit height and width attribute to the img tag

0.9.0.7
    - Replace json_encode and json_decode functions with Concrete5 JSON helper
    - Add C5_EXECUTE statement where missing.

0.9.0.6
    - Fix major bug with NaN width values breaking cache.
    - Add debug mode to better explain caching behaviour while developing
    - Fixed broken UI for margins
    - Moved margin above round corners / dropshadows in UI
    - Set all controller methods as static / public
    - Add the option to center the image (where the source image is smaller than the area it's placed in)
    - Clean up styles in settings area
    - Add Colorbox on/off
    - Add Colorbox theme selector
    - Add Colorbox settings
    - Introduce bug with moving blocks
    - Escape special chars in alt attribute
    - Simplify view for easier custom templating

0.9.0.5
    - Continue working on settings panel.
    - Add timer to resize blocks after moving or changing layout width.

0.9.0.4
    - Added lightbox popups via Colorbox http://www.jacklmoore.com/colorbox (MIT License)
    - Added dropshadow option - supported in IE9 + modern browsers, only partial support in IE7/8.
    - Add option for external links to open in new window

0.9.0.3
    - Flushes are done for all blocks on the page in a single ajax request
    - Flushes can only be done by administrators
    - Flushes can be done by guests if the width has not changed
    - Add new icon

0.9.0.2
    - Initial beta