You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored plugin base to improve stability - split code base into classes and re-wrote many functions.
Plugin now more extendable, and much easier to style and customize.
New templating system in place, to allow for users to override, for help please see our customization articles.
Plugin WordPress compatible, following all standards.
Transients setup for front end caching (page transient caching to allow for different timelines on different pages).
Flush re-write rules now properly setup, to flush when needed (saving a page with the shortcode on it, saving the settings, creating/updating an announcement).
Started writing unit tests for improved future proofing.
Tweaked front end styles a bit, to improve consistency between themes.
Added additional filters and hooks to help with customizations.
Wrapped every string in the plugin in the appropriate gettext filters.
Added new options to disable animations and prevent scroll/fade in animations.
Tested migration from 1.1.8.2 to 1.2 - including new options.
Added new optional shortcode parameters limit (integer, limiting the number of announcements to display), display ('Future', 'Past' or 'All' to set which announcements will display on the timeline) and sort ('DESC' or 'ASC' to set the order of the timeline).
Frontend inline styles are now more reliable in overriding the appropriate elements.