SCORE UI v3.5

Recent Version:  3.5.20.0

Migration Module version: 3.5.10.0 

3.5.0.0 (Initial Release)

General:

  • Introduce SiteCluster implementation which allows to host a multi-languages site setup with a repository of content.

3.5.1.0 (2020-06-02)

  • (feature) SCORE-2798: Generate a customizable Preview URL for a dynamic content item on Content Editor.
  • (feature) SCORE-3016: Introduce loglevel and ability to hide debug messages from browser console.
  • (fix) SCORE-2967: Prevent Slick Slider from auto-play if Speed set to 0
  • (fix) SCORE-3008: Update mastersite dashboard to support a newly created cluster.
  • (fix) SCORE-3011: Activate CTA button with assigned CCF via keyboard.
  • (fix) SCORE-3018: Include Market Name and Market Lang into BodyClass.
  • (fix) SCORE-3019: Improve Sync/AddMarket/AddProxy to support tenant custom templates which arent inherited from SCORE.
  • (fix) SCORE-3020: Support the customization Preview Url for Proxy Item.
  • (fix) SCORE-3021: update SiteCluster linkProvider to support Sitecore 9.3
  • (fix) SCORE-3022: Load proxy meta-data from mastersite.
  • (fix) SCORE-3024: Insure CTA button can receise focus via keyboard.
  • (fix) SCORE-3026: Support redirects on Proxy pages.

3.5.3.0 (2020-07-29)

  • (fix) SCORE-3029: Score Search - Speed and Relevancy optimization.
  • (fix) SCORE-3038: Components with external links generate link url within incorrect format [space] #.
  • (fix) SCORE-3052: Publishing triggers excessive load times within Site Cluster implementation.
  • (fix) SCORE-3054: Checking for EE mode and Sitecore versions compatibility.

3.5.4.0 (2020-09-30)

  • (feature) SCORE-2324 - Create separated pipeline which can generate a sitemap.xml with nested sitemap.xml references
  • (feature) SCORE-2361 - Improve sitemap.xml generation
  • (fix) SCORE-2957 - Brightcove video component doesn't have multi-class styles
  • (fix) SCORE-2977 - Remove non-SCORE dll's from Update and WebDeploy packages
  • (feature) SCORE-3031 - Sitemap xml should support site cluster
  • (fix) SCORE-3037 - Unable to search youtube videos on SCORE's Youtube component
  • (fix) SCORE-3053 - Moving Mastersite pages causes local markets to become out of sync. (SS-383)
  • (fix) SCORE-3135 - Unnecessary Ellipses in pagination
  • (fix) SCORE-3137 - Url of generated links for site cluster must be based on the 'targetHostName' instead of the 'hostName' attribute from site definition
  • (fix) SCORE-3140 - Breadcrumbs incomplete/not-appearing in case there is a folder in between the page item path

3.5.5.0 (2020-11-04)

  • (feature) SCORE-3142 - Cannot prevent multiple videos playing on the same page
  • (fix) SCORE-3009 - Search Result Component Issue

3.5.6.0 (2021-03-24) 

Sitecore 10.0 Initial release Support

  • (feature) SCORE-3241: Update jQuery to version 3.5.1 - (jQuery Vulnerability report)
  • (feature) SCORE-3321: Follow security and analytics recommendations on Youtube embeded video component
  • (fix) SCORE-2109: CSS fix on video components (edit and preview mode)
  • (fix) SCORE-3033: SiteCluster Proxy Update Jobs should be disable on sitecore packages installation
  • (fix) SCORE-3214: Empty facets should be marked as disabled when no data present
  • (fix) SCORE-3244: Page like component is not visible in Experience editor
  • (fix) SCORE-3290: An issue in fetching content search results in IE11

3.5.7.0 (2021-05-20) 

Sitecore 10.1 Initial release Support

3.5.8.0 (2021-07-08)

  • (fix) SCORE-3243: Register PageLike API in Sitecore to be public.
  • (fix) SCORE-3346: Accessibility fix for SCORE Breadcrumb role attribute value.
  • (fix) SCORE-3347: Accessibility fix. Add aria-label to all SCORE Buttons if they have "title" defined.
  • (fix) SCORE-3348: Modals popup should reflect aria-hidden attribute value on show/hide state.
  • (fix) SCORE-3351: Update LogError method to prevent ambiguous methods exception on ErrorController.

3.5.9.0 (2021-08-02) 

Sitecore 10.0 Update 1

3.5.10.0 (2021-09-15) 

Sitecore 10.0 Update 2, Sitecore 10.1 Update 1

  • (fix) SS-448: Accessebility: Add editable Title attribute to iFrame component.;
  • (fix) SS-446: Fix IntelliLock license issue.;

3.5.11.0 (2021-11-25)

  • (fix) SS-446: License validation issue.

3.5.13.0 (2022-02-16)

  • (fix) SCORE-3369: Enhanced serialization of the 'Picture Cropping' feature for distributed session state
  • (fix) SCORE-3374: Enhanced serialization of the 'Make Snippet' command for distributed session state
  • (fix) SCORE-3378: Fixed Sitecore version determination for some methods from 'Score.Runtime'

3.5.15.0 (2022-08-09)

  • (feature) SCORE-3361: Issues with creating multivariate component tests
  • (feature) SCORE-3381: Compatibility with Sitecore 10.2
  • (fix) SCORE-3389: Server error while adding new page tile on a page
  • (fix) SCORE-3392: Picture hero: background image styling issue
  • (fix) SCORE-3386: Content Search and scrolling in Firefox
  • (fix) SCORE-3391: Suggestion section styling issue in EE

3.5.16.0 (2023-03-01)

  • (feature) SCORE-3403: Compatibility with Sitecore 10.3
  • (fix) SCORE-3401: Fixed MediaRequestProtection errors and added support of Sitecore media url protection configuration for Score components with the 'picture' field

3.5.17.0 (2023-05-12)

  • (feature) SCORE-3420: Additional configuration to suppress website port in Sitemap.xml URLs

    The non mandatory changes are in the following configuration file: [your sitecore instance]\App_Config\Modules\Score\Score.XmlSitemapPipeline.config . 

    Possible options:

    • As it was before:
     Click here to expand...


    <configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
      <sitecore>
    	.....
        <pipelines>
          <score.generateXmlSitemap>
    		.....
            <processor type="Score.Custom.Pipelines.XmlSitemap.SelectPageItems, Score.Custom" />
    		.....
          </score.generateXmlSitemap>
        </pipelines>
      </sitecore>
    </configuration>
    • Without suppression:
     Click here to expand...
    <configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
      <sitecore>
    	.....
        <pipelines>
          <score.generateXmlSitemap>
    		.....
            <processor type="Score.Custom.Pipelines.XmlSitemap.SelectPageItems, Score.Custom">
    			<suppressPortNumber desc="SuppressPortNumber">false</suppressPortNumber>
    		</processor>
    		.....
          </score.generateXmlSitemap>
        </pipelines>
      </sitecore>
    </configuration>
    • Within suppression:
     Click here to expand...
    <configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
      <sitecore>
    	.....
        <pipelines>
          <score.generateXmlSitemap>
    		.....
            <processor type="Score.Custom.Pipelines.XmlSitemap.SelectPageItems, Score.Custom">
    			<suppressPortNumber desc="SuppressPortNumber">true</suppressPortNumber>
    		</processor>
    		.....
          </score.generateXmlSitemap>
        </pipelines>
      </sitecore>
    </configuration>
  • (feature) SCORE-3421: AddThis service has been discontinued and appropriate changes in the 'AddThis' component

    Perficient recommends that SCORE clients develop a PowerShell script to remove or replace the AddThis rendering after having upgraded to this latest SCORE release. Rendering ID # = {20D58582-BF3E-4E80-9924-C3489BFCBC2D}

3.5.18.0 (2023-06-01)

  • (fix) SCORE-3426: No message is displayed in the 'Search Results' in the 'Lazy Search' mode

3.5.19.0 (2023-10-17)

  • (fix) SCORE-3431: "Log" is undefined in moduleloader.js
  • (feature) SCORE-3432: TemplateHierarchyCache configuration (enable/disable)

    Added setting for enablig or disabling the SCORE's TemplateHierarchyCache. Should be used for testing mode only. See detailed description below:

     Click here to expand...
    <configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
      <sitecore>
        <settings>
        ...
       <!-- 
          Enables or Disables subscription to 'item:saved', 'item:saved:remote', 'publish:complete', 'publish:complete:remote' events for updating of SCORE TemplateHierarchyCache.
          Disabling might be needed only in testing purposes to test out of Score part of functionality.
          Default: true
          -->
          <setting name="Score.TemplateHierarchyCache.Subscription.Enabled" value="true"/>
          ...
        </settings>
      </sitecore>
    </configuration>
  • (feature) SCORE-3433: The 'Caching.CacheKeyIndexingEnabled.PathCache' doesn't work in score Anchor Point component

    Added support of correct work for the 'Anchor Point' component when Sitecore instance cache configured within this setting:

     Click here to expand...
    <!--
    CACHING - CACHE KEY INDEXING ENABLED - PATH CACHE
    Determines whether or not the system uses extended indexed storage for cache keys of the PathCache.
    
    Using indexed storage for PathCache keys insignificantly slows adding item paths to the PathCache. However, it can drastically reduce
    the time it takes to perform partial cache clearing of the PathCache. This setting is useful on large solutions where items are frequently
    renamed, moved, copied and deleted.
    Default value: false
    -->
    <setting name="Caching.CacheKeyIndexingEnabled.PathCache" value="true"/>

3.5.20.0 (2023-11-30)

  • (feature) SCORE-3434: Add compatibility with Sitecore 10.3.1
  • (feature) SCORE-3452: Update KnockoputJs to version 3.5.1