Difference between revisions of "PT Profile v3.1 Release Notes"

From ADF Docs
Jump to: navigation, search
(Created page with "Back to PT Profiles '''We are proud to release v3.1 to the Community.''' Version 3.1 is compatible with both '''ADF 1.8.x''' and '''ADF 2.0'''. If ins...")
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
Version 3.1 is compatible with both '''ADF 1.8.x''' and '''ADF 2.0'''.
 
Version 3.1 is compatible with both '''ADF 1.8.x''' and '''ADF 2.0'''.
  
If installing the PT Comments app for the first time, please follow the  
+
If installing the PT Profile app for the first time, please follow the [[PT_Profile_v3.1_Install|PT Profile v3.1 Install Guide]].
[[PT_Profile_v3.1_Install|PT Profile v3.1 Install Guide]].
+
 
  
 
=== Enhancements ===
 
=== Enhancements ===
 +
* Updates to allow profile form callbacks and profile deletes to work with with ADF 2.0 and CommonSpot 10.
 
* Exported the updated Custom Element .zip archive file for CommonSpot 10.
 
* Exported the updated Custom Element .zip archive file for CommonSpot 10.
 
* Moved the CommonSpot 9 and earlier .zip archive file to the cs9-or-earlier subfolder in the exported-objects directory.
 
* Moved the CommonSpot 9 and earlier .zip archive file to the cs9-or-earlier subfolder in the exported-objects directory.
Line 14: Line 15:
 
* Updated Render Handlers to use the new CommonSpot 10 resource detection.
 
* Updated Render Handlers to use the new CommonSpot 10 resource detection.
 
* Added ADF version detect logic.
 
* Added ADF version detect logic.
 +
  
 
=== Bug Fixes ===
 
=== Bug Fixes ===
 +
* Updated the profileService.cfc component to removed obsolete values in standard page metadata for handlePageCreate.
 +
* Updated the profilePageDeleteCCAPI function to remove getBean call.
 +
* Fixed issue that affected the deletion process of profile pages.
 +
* Added standard metadata fields to the page create since they are now required.
 +
* Fixed issue with the assigned page category.
 +
* Removed references to the ptBlog2 app that interfered with the page creation process.
 +
* Fixed issue with the call profileService.getProfileImageURL.
  
  
 
=== SVN Change Log ===
 
=== SVN Change Log ===
For detailed SVN repository updates for the v2.2, please see the [[PT_Profile_v3.1_Change_Log|PT Profile v3.1 Change Log]].
+
For detailed SVN repository updates for the v3.1, please see the [[PT_Profile_v3.1_Change_Log|PT Profile v3.1 Change Log]].
  
 
<!-- === Features === -->
 
<!-- === Features === -->

Latest revision as of 19:34, 1 October 2019

Back to PT Profiles

We are proud to release v3.1 to the Community.

Version 3.1 is compatible with both ADF 1.8.x and ADF 2.0.

If installing the PT Profile app for the first time, please follow the PT Profile v3.1 Install Guide.


Enhancements

  • Updates to allow profile form callbacks and profile deletes to work with with ADF 2.0 and CommonSpot 10.
  • Exported the updated Custom Element .zip archive file for CommonSpot 10.
  • Moved the CommonSpot 9 and earlier .zip archive file to the cs9-or-earlier subfolder in the exported-objects directory.
  • Updated the appBeanConfig.cfm file to handle version detection and include the libraries for the appropriate version.
  • Updated Render Handlers to use the new CommonSpot 10 resource detection.
  • Added ADF version detect logic.


Bug Fixes

  • Updated the profileService.cfc component to removed obsolete values in standard page metadata for handlePageCreate.
  • Updated the profilePageDeleteCCAPI function to remove getBean call.
  • Fixed issue that affected the deletion process of profile pages.
  • Added standard metadata fields to the page create since they are now required.
  • Fixed issue with the assigned page category.
  • Removed references to the ptBlog2 app that interfered with the page creation process.
  • Fixed issue with the call profileService.getProfileImageURL.


SVN Change Log

For detailed SVN repository updates for the v3.1, please see the PT Profile v3.1 Change Log.