Skip to content

Releases: styladev/pluginHybris

v3.2

30 Sep 11:24
Compare
Choose a tag to compare

Improves resilience of Styla content in case on error response from the SEO API:

  • in case the SEO API (seoapi.styla.com) responds with an error (<>2xx Status) then such responses are not cached or cached for a short time, so that the content from the API can be instantly recached and served,
  • in case of an error response from the SEO API, the resulting error for a Styla page, it no longer redirects to a default Hybris 404 and instead serves a Styla page with Styla JavaScript included. This script can render page content matching the requested path, even if the SEO API responds with an error,
  • decreased default caching time in the the src/styla/resources/cache/ehcache.xml from 60 to 10 minutes.

As a result, in case of an error response from the SEO API, the Styla script renders the content instead of Hybris 404 pages. And once the SEO API responds with a 200 and the page content, the extension can recache and render the content server-side fast.

v3.1

26 Nov 09:56
Compare
Choose a tag to compare
  • Allow to place Styla content on the frontpage or multiple paths created with plugin settings.
  • The plugin now requests Styla page content from Styla SEO API without base path defined in its settings.
  • Using EhCache for caching responses from the SEO API.
  • If you update your plugin version to this one, please contact Styla to update your client settings on their end. Otherwise Styla content might not work as intended.

v3.0

21 May 07:53
Compare
Choose a tag to compare
  • allow seo hydration - static HTML tags from Styla SEO API now rendered inside

v2.2

04 May 09:15
Compare
Choose a tag to compare
  • fixed issues with encoding/charset
  • changed Styla scripts default URLs

v2.1

27 Nov 12:54
Compare
Choose a tag to compare
  • Added categories ids to product details response
  • Added product description to product details response

v2.0

08 Jun 09:57
Compare
Choose a tag to compare
  • Storeviews Rootpath Configuration enabled: now several magazines in different languages can work on one single plugin
  • CDN Version is now dynamically loaded
  • magazine script loaded with "async" parameter

v1.0

07 Dec 12:11
Compare
Choose a tag to compare
  • includes SEO pagination
  • updated docs to include migration from older versions