Releases: styladev/pluginHybris
Releases · styladev/pluginHybris
v3.2
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
- 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
- allow seo hydration - static HTML tags from Styla SEO API now rendered inside
v2.2
- fixed issues with encoding/charset
- changed Styla scripts default URLs
v2.1
- Added categories ids to product details response
- Added product description to product details response
v2.0
- 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