Releases: EvanHerman/timeline-express
Releases · EvanHerman/timeline-express
v1.8.0
v1.7.4
1.7.4
v1.7.3
1.7.3 - November 3rd, 2018
Changes:
- New: Introduce support for new Timeline Express - This Day in History Add-On and Timeline Express - Sliders Add-On.
- New: Introduce
timeline_express_transient_name
filter to customize the transient name - New: Introduce JavaScript events during specific points of execution:
timelineLayoutStart
,timelineLayoutComplete
- Tweak: Adjust CSS styles on certain elements on the timeline.
Internal Changes
- Add additional doc blocks to functions for
v1.7.2
1.7.2 - September 24th, 2018
Changes:
- New: Introduce a method for toggling on/off the built-in caching. This new toggle is in the sidebar on the Timeline Express settings page.
- New: Introduce timeline_express_disable_cache filter to disable caching.
- New: Add functionality to disable cache when timeline_express_disable_cache is true, or when WP_DEBUG is true.
Internal Changes
- Update npm packages.
- Remove source maps from auto-prefixed CSS files.
Associated Pull Requests:
v1.7.1
1.7.1 - September 12th, 2018
- Tweak: Add class
year-icon
to the announcement container whenTIMELINE_EXPRESS_YEAR_ICONS
is defined and true. - Tweak: Tweak admin table announcement image thumbnail height.
- Tweak: Resolve PHP warnings on add-ons page.
v1.7.0
1.7.0 - May, 2018
- Tweak: GDPR updates.
- Tweak: Add flush cache data button on settings page.
- Tweak: Now font awesome is loaded locally first, users can override to load from CDN.
- Tweak: User tracking class has been removed.
- Tweak: Tweak 2 week admin notice.
v1.6.0
1.6.0
v1.5.3
1.5.3
v1.5.2
1.5.2 - August, 2017
- New: Introduced qtranslate-x compatibility files. Timeline Express cache is cleared when using qtranslate, to ensure translations load properly.
- Tweak: Remove shorthand array syntax [] to maintain backwards compatibility with PHP < 5.6.
v1.5.1
1.5.1 - July, 2017
- Tweak: Remove shorthand array syntax [] to maintain backwards compatibility with PHP < 5.6.
- Tweak: Updated regex when generating icons. Props @tkchouaki