skfbalbums - Show Facebook Image Albums on your TYPO3 Site

Changelog

0.1.0 - 22 Apr 2020

  • Support TYPO3 10 LTS

0.0.21 - 11 Apr 2020

  • Support TYPO3 10. Removed support for TYPO3 8
  • BREAKING: removed redirect URL option

0.0.20 - published 11 Oct 2019

  • Correctly delete photos from TYPO3 that are no longer in a FB album

0.0.19 - published 27 Jul 2019

  • Restore TYPO3 9 compatibility

0.0.18 - published 30 Jun 2019

  • Typos

0.0.17 - published 30 Jun 2019

  • Add new instructions to generate access tokens so that they really do never expire
  • For the backend module to work, it is no longer necessary to include the static template
  • Cope with new "data access expiration" date for access tokens.
  • Option to download images and serve from local server. Upload folder must be created.

0.0.16 - published 13 Nov 2018

  • Fix version dependency

0.0.15 - published 13 Nov 2018

  • Drop TYPO3 7 support. Add support for TYPO3 9

0.0.14 - published 11 Nov 2018

  • BREAKING: refactor to cope with Facebook changes introduced in Spring 2018. Database compare needed and new access tokens must be generated

0.0.13 - published 15 Apr 2018

  • allow fixed column number for Album List CSS Masonry
  • add more error checks and reporting

0.0.12 - published 02 Apr 2018

  • fix issue on Album List display with CSS Masonry that broke the links on chromium based browsers

0.0.11 - published 01 Apr 2018

  • Add check connection functionality to web module and display response headers

0.0.10 - published 26 Dec 2017

  • replace dropdown for single album selection with TYPO3 db wizard
  • added options to hide album and photo titles and descriptions

0.0.9 - published 04 Nov 2017

  • Support multiple single albums per page (had to rename Default partial to Plain to circumvent https://forge.typo3.org/issues/81021 and https://forge.typo3.org/issues/79760)
  • Added some context sensitive help for plugin flexform. Works only in TYPO3 8
  • Added preview of plugin settings for page module
  • Do not show album in album list if it contains 0 photos
  • Catch some possible errors in the sync process while retrieving access tokens from FB
  • Some basic logging for the scheduler task and sync process

0.0.8 - published 30 Sep 2017

  • Split plugin options into multiple tabs
  • Added various options for unitegallery themes

0.0.7

  • clean up translation files
  • add icons for BE module and plugin
  • when showing a single album, only the albums from the set record storage page are available to choose
  • compatibility with compatibility6 extension
  • moved Documentation to http://www.karasavvidis.gr/skfbalbums/
  • bump extension state to beta

0.0.6

  • bump extension state to alpha
  • added theme selection to unite gallery
  • allow additional custom params for unite gallery
  • added Raw layout and added some documentation on how to override it
  • removed some TYPO 8 deprecated calls
  • some renaming of files

0.0.5

  • option to use redirect urls for images to leverage Facebook CDN. Results in smaller images!
  • multiple single album display on single page with different layouts
  • move unitegallery initialization to bottom to cope with jquery being at the bottom of the page

0.0.4

  • restore php5.5 compatibility
  • plugin uses flexform to allow single album display

0.0.3

  • nothing new. Reupload as 0.0.3 due to https://typo3.org/teams/security/security-bulletins/psa/typo3-psa-2017-001/

0.0.2

  • added unitegallery for single album display with default options (needs jquery)
  • clarify that inclusion of static TS template is necessary only if backend module is to be used (needed for the module view location)
  • scheduler task clears cache of pages showing album lists or albums (used cache tags)
  • added Backend Module that allows to sync albums on demand
  • bump TYPO3 version requirements to include 8 LTS