Skip to content
Mottie edited this page Dec 25, 2011 · 1 revision

Wiki: Home | Setup | Options | Troubleshooting | Methods | Change

##Change Log

###Version 1.1.1

  • Updated to allow adding a specific date.
    • Previously, the year at the end of the date would be ignored since it assumed the event would be repeated yearly. Now any event with a specific year will only be shown during that year.
    • Set a single date: "1/18/2012".
    • Or a date range: "2/18/2012-2/19/2012".
  • Removed GPLv3 from plugin licenses. This plugin is now only under an MIT license.

###Version 1.1

  • Updated the plugin so it is now initialized on a container instead of the actual image.
  • Updated all demo pages:
    • HTML5 baby!
    • Debug mode can now easily be enabled.
    • Random image button added. The image is selected from the images that fall within the date range.
  • Added content option:
    • It contains the HTML and place holder strings which are replaced with the URL or comment associated with the image

      content : '<img src="{url}" title="{comment}" alt="{url}"><p class="comment">{comment}</p>'
    • {url} place holder is replaced with the image url.

    • {comment} place holder is replaced with the image comment.

    • This option replaces the comment option and removes the need for the noImageTitle option.

  • Added todays-image.css file which includes basic styling for the image container, image, comment and debugging content.
  • Removed comment and noImageTitle options. Replaced by content option.
  • Removed debugId and debugElement options as the debug content is now appended to the content.
  • Removed inRangeColor and notInRangeColor options because the styling is now done using css. See the todays-image.css file.

###Version 1.0

  • Initial Commit - added to Github

Clone this wiki locally