- Packagist Release
- Bugfix: Fixed bugs related to changes from Shopware 5.3 to 5.4
- Improvement: Moved new field for custom css to a separate tab to support themes that do not include the default tabs
- Feature: Optional debug mode. Now there is a debug AMP view useful for inspection
- Feature: New field in the theme configuration for custom css. (overrides all other css on AMP pages)
- Bugfix: Script tags used to be consideres AMP valid by mistake
- Bugfix: Added missing structured data for prices
- Feature Multishopsupport. The plugin can be activated for each subshop separately
- Feature Multishopsupport. The used AMP theme can be set for each subshop separately
- Feature Embed YouTube videos are converted to AMP
- Bugfix Deprecated font-tag is now converted into valid styles
- Bugfix Inline styles were not cleansed and could become invalid AMP style
- Bugfix There is now a template for missing products
- Bugfix Backend listed products that were not available
- Bugfix Adjusted relative URIs in stylesheets
- Bugfix Convert custom fonts into AMP valid styles
- Bugfix Ignore store login while validating/cache warming the AMP pages
- Bugfix: Category and custom pages had no content or threw an exception
- Feature: Added support for core plugin "Notification"
- Bugfix: Added missing support for customized article detail templates
- Bugfix: Rate link scrolls down to rating section
- Bugfix: Fixed issue where it was not possible to select multiple configurators (Github Issue #1)
- Bugfix: Fixed issue about resetting configurator selection (Github Issue #2)
- Bugfix: Loading several categories in parallel led to a unexpected reload of the Shopware backend
- Bugfix: Fixed incorrect article urls in the listing
- Bugfix: SQL-condition for cache-warmer preparation
- Remove usage of obsolete smarty modifier
rewrite
- Match 'Add to cart' buttons to the latest shopware 5.3 snippets
- Improve performance in the backend module
- Remove license check
- Remove IonCube encryption
- Github Release
- Fix bug on unopenable description and cross selling tabs
- Fix bug on unopenable offcanvas menu
- Improve render performance by caching stylesheet optimizations (up to 110% faster; 85% of the previous time)
- Improve loading of third party components
- Fix error on loading categories with orphaned products
- Improve analysis on detecting active products
- Separate analysis by shops
- Separate analysis by categories
- Ignore inactive products on cache warming
- Remove illegal import rules
- Remove illegal
@import
rules
- Fix error on manufacturer pages
- Fix loading error in third party components
- Add ratings on product pages
- Restructure plugin
- Change AMP default theme to match more the default theme
- Add AMP components to support interaction features
- Improve AMP compatibility
- Add compression to improve loading on mobile devices
- Add less error correction
- Add analysis tool for AMP validity
- Add templating by adding a theme called
HeptacomAmp
and the files contained infrontend/heptacom_amp
- Add structured data
- Change in template structure
- Add compatibility to other major plugins in terms of templating
- Add compatibility to other major plugins in terms of functionality
- First release