PT Social Media Version 1.2 Release Notes

From ADF Docs
Jump to: navigation, search

Back to PT Social Media


We are proud to release v1.2 to the Community.

Version 1.2 contains enhancements and bug fixes related to v1.1.

If installing the Social Media app for the first time, please follow the Version 1.2 Install Guide.

If upgrading from v1.1 or v1.0, please follow the Version 1.2 Upgrade Guide.

Enhancements

  • Added App level caching for configured social media service feed data
    • This caching gets the Feed Data from the configured accounts via a CF scheduled task and stores the data in the application.ptSocialMediaCache scope to be retrieved as needed
  • Added additional components to hand the Feed Caching and the Scheduled task manangement
    • socialMediaCacheController.cfc
    • socialMediaCacheDAO.cfc
    • socialMediaScheduledTasksDAO.cfc
  • Added a Dashboard custom script to be added to a new Dashboard page to be used to manage Rebuild Data Feeds Scheduled Task
  • Added a new social media tabs custom script (v2) to allow each service tab custom script to be automatically included
  • Added several new field to the ptSocialMedia Configuration Element
    • Added Social Media Select Multi-checkbox field to the General Config tab of the configuration element
    • Added 'Dashboard' URL cs_url field to the General Config tab of the configuration element
    • Added 'Service Manager URL' cs_url field to the General Config tab of the configuration element
    • Added 'Configuration Manger URL' cs_url field to the General Config tab of the configuration element
    • Added 'Enable Feed Cache' checkbox field to the General Config tab of the configuration element
    • Added 'Rebuild Feed Cache Interval' integer field to the General Config tab of the configuration element
    • Removed the 'apiFacebookAPIKey' field
  • Added a force feed cache rebuild button to the dashboard. This button makes an ajax call to completely rebuild the service feed cache.

Bug Fixes

  • Fixed the issues with the Facebook Like and Twitter tweet buttons not loading properly
    • Updated the loadFacebookJS with the new Facebook Javascript SDK header script code
    • The loadFacebookJS function in the scripts override file was not compatible with the scriptsService_1_1.renderScriptOnce
      • Switched to use the scritpsService_1_0.isScriptLoaded and loadedScript functions
    • The loadTwitterWidgetsJS function in the scripts override file was not compatible with the scriptsService_1_1.renderScriptOnce
      • Switched to use the scritpsService_1_0.isScriptLoaded and loadedScript functions

SVN Change Log

For detailed SVN repository updates for the v1.2, please see the PT Social Media v1.2 Change Log.