Skip to content

Releases: EvanHerman/timeline-express

v1.8.0

15 Dec 14:56
Compare
Choose a tag to compare

1.8.0 - December 15th, 2018

  • New: Introduce new Timeline content block (inside of the widget content blocks).
  • Tweak: Remove unused jquery masonry script enqueue.

v1.7.4

10 Dec 14:21
Compare
Choose a tag to compare
1.7.4

v1.7.3

03 Nov 15:11
Compare
Choose a tag to compare

1.7.3 - November 3rd, 2018

Changes:

Internal Changes

  • Add additional doc blocks to functions for

v1.7.2

24 Sep 13:25
Compare
Choose a tag to compare

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:

#65

v1.7.1

12 Sep 13:44
Compare
Choose a tag to compare

1.7.1 - September 12th, 2018

  • Tweak: Add class year-icon to the announcement container when TIMELINE_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

12 Sep 13:36
Compare
Choose a tag to compare

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

04 Jan 14:38
Compare
Choose a tag to compare
1.6.0

v1.5.3

23 Nov 13:55
Compare
Choose a tag to compare
1.5.3

v1.5.2

05 Aug 13:25
Compare
Choose a tag to compare

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

27 Jul 13:30
Compare
Choose a tag to compare

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