Latest Releases

These releases come straight from our repositories. Latest releases may not be published yet.

swissup / attributepages

1.7.6 Aug

swissup / navigationpro

1.17.30 Aug

swissup / knowledge-base

1.1.30 Aug

swissup / firecheckout

1.34.0 Aug
  • 1.34.0

    Report (rev.1)

    Package was generated and uploaded to GitHub on with the following dependencies:

    swissup/module-address-autocomplete:1.8.0

    swissup/module-address-field-manager:1.6.20

    swissup/module-address-validation:1.0.4

    swissup/module-bot-protection:1.0.2

    swissup/module-checkout-cart:1.5.9

    swissup/module-checkout-fields:1.6.15

    swissup/module-checkout-registration:1.2.1

    swissup/module-checkout-success:2.0.10

    swissup/module-customer-field-manager:1.2.11

    swissup/module-delivery-date:1.7.12

    swissup/module-firecheckout:1.34.0

    swissup/module-geoip:1.5.8

    swissup/module-orderattachment:1.5.3

    swissup/module-subscribe-at-checkout:1.3.6

    swissup/module-taxvat:1.4.9

    swissup/module-checkout:1.5.2

    swissup/module-core:1.12.24

    swissup/module-field-manager:1.3.5

    swissup/module-firecheckout-integrations:1.4.8

    Changelog (autogenerated)

    swissup/module-address-autocomplete — 1.8.0 (was 1.7.0)
    • Version 1.8.0 24bc08

    • Use secureRenderer 1b4981

    • New google autocomplete api (#16) 8cea6f

    • Improve places dropdown styles bb64e7

    • Update CSP rules 29cf93

    • Remove deprecated functionality, handle promise exception abd66c

    • Escape place predictions to prevent XSS ae4899

    • Fixed incorrect dropdown width f05c19

    • Integration with firecheckout midnight theme e20a77

    • MCS 055df7

    • Remove useless comments 565f4e

    • Use new Autocomplete API. #15
      https://developers.google.com/maps/documentation/javascript/places-migration-overview caddb0

    swissup/module-address-field-manager — 1.6.20 (was 1.6.19)
    swissup/module-checkout-fields — 1.6.15 (was 1.6.13)
    • Version 1.6.15 115519

    • Fixed values id instead of labels in csv exported orders e371d5

    • Version 1.6.14 3a387a

    • Fixed unescaped output detected, closes #24 f2f3ce

    swissup/module-delivery-date — 1.7.12 (was 1.7.11)
    swissup/module-firecheckout — 1.34.0 (was 1.33.9)
    • Version 1.34.0 254102

    • Hyva: prefetch is now properly takes jsbuild from fallback theme fd96b7

    • Fixed missing fcbuild-all.js 1ba41a

    • Allow using paths in the prefetch config:

      Example to include two files:

      Swissup_Firecheckout/js/view/additional-content
      Swissup_Firecheckout/js/view/place-order a49cec

    • Hyva compatible prefetch feature. Closes #100 7f207d

    • Version 1.33.10 806380

    • Fixed unescaped output, closes #98 58ad68

    swissup/module-orderattachment — 1.5.3 (was 1.5.2)
    swissup/module-core — 1.12.24 (was 1.12.22)
    • Version 1.12.24 4ac8cb

    • Fixed unescaped output, closes #22 67c9f1

    • Version 1.12.23 13d1c7

    • Fixed integrity constraint violation: Duplicate entry for key primary b9d95d

swissup / address-autocomplete

1.8.0 Aug
  • 1.8.0

    Report (rev.1)

    Package was generated and uploaded to GitHub on with the following dependencies:

    swissup/module-address-autocomplete:1.8.0

    swissup/module-checkout:1.5.2

    swissup/module-core:1.12.24

    Changelog (autogenerated)

    swissup/module-address-autocomplete — 1.8.0 (was 1.7.0)
    • Version 1.8.0 24bc08

    • Use secureRenderer 1b4981

    • New google autocomplete api (#16) 8cea6f

    • Improve places dropdown styles bb64e7

    • Update CSP rules 29cf93

    • Remove deprecated functionality, handle promise exception abd66c

    • Escape place predictions to prevent XSS ae4899

    • Fixed incorrect dropdown width f05c19

    • Integration with firecheckout midnight theme e20a77

    • MCS 055df7

    • Remove useless comments 565f4e

    • Use new Autocomplete API. #15
      https://developers.google.com/maps/documentation/javascript/places-migration-overview caddb0

    swissup/module-core — 1.12.24 (was 1.12.16)
    • Version 1.12.24 4ac8cb

    • Fixed unescaped output, closes #22 67c9f1

    • Version 1.12.23 13d1c7

    • Fixed integrity constraint violation: Duplicate entry for key primary b9d95d

    • Version 1.12.22 382502

    • Fixed implicitly marking parameter as nullable error in PHP 8.4 07b6e9

    • Version 1.12.21 74757c

    • Ability to flush the cache from the configuration page 31181f

    • Added direct Cache flush button in top message 6fdf60

    • Version 1.12.20 181202

    • Fix error in Easy Tabs with M2.4.7 20fc53

    • Version 1.12.19 92dcf8

    • Fixed missing buttonLockManager on Magento 2.4.7 51bbfe

    • Version 1.12.18 2a8e32

    • Undefined constant Command::SUCCESS on magento 2.4.5 (close #18) d783fd

    • Version 1.12.17 f376f0

    • PHPStan fixes 72d569

swissup / easytabs

1.13.0 Aug
  • 1.13.0

    Report (rev.1)

    Package was generated and uploaded to GitHub on with the following dependencies:

    swissup/module-easytabs:1.13.0

    swissup/module-core:1.12.24

    Changelog (autogenerated)

    swissup/module-easytabs — 1.13.0 (was 1.12.18)
    • Version 1.13.0 d2fe87

    • Merge pull request #37 from swissup/refactor/escaper

      Refactor/escaper c5dae1

    • Avoid multiple escaping of tabs alias. Store escaper alias into variable. 52d73e

    • Merge branch 'master' into refactor/escaper a13e31

    • Use @noEscape for attributes serialization in accordion, collapsed, default, expanded, and tabs templates df13b6

    • Enhance security by escaping output in templates using Escaper class d2ec2c

    • Trigger mcs check c8d9c6

    • Fixed unexpected token ";" 22cfaa

    • Update widget_unset to include review form and list for Hyva theme effba7

    • Dispatch event after preparing layout in Review block b9f2e6

    • Add 'product.review.form' to blockUnsetTemplate in Tabs class b8f1dd

    • Trim whitespace from unset block names in Tabs class 5287ca

    swissup/module-core — 1.12.24 (was 1.12.22)
    • Version 1.12.24 4ac8cb

    • Fixed unescaped output, closes #22 67c9f1

    • Version 1.12.23 13d1c7

    • Fixed integrity constraint violation: Duplicate entry for key primary b9d95d

swissup / argento-breeze

2.7.3 Jul
  • 2.7.3

    Report (rev.1)

    Package was generated and uploaded to GitHub on with the following dependencies:

    swissup/module-ajaxpro:1.7.26

    swissup/module-ajaxsearch:1.13.27

    swissup/module-amp:1.5.11

    swissup/module-askit:1.14.11

    swissup/module-attributepages:1.7.3

    swissup/module-chat-gpt-assistant:1.1.4

    swissup/module-compare:1.2.7

    swissup/module-easy-slide:1.8.14

    swissup/module-easybanner:1.9.20

    swissup/module-easycatalogimg:1.5.12

    swissup/module-easytabs:1.12.18

    swissup/module-fblike:1.3.9

    swissup/module-featured-attributes:1.1.8

    swissup/module-gdpr:1.8.0

    swissup/module-gdpr-askit:1.1.3

    swissup/module-gdpr-reviewreminder:1.0.0

    swissup/module-gdpr-testimonials:1.1.1

    swissup/module-highlight:1.11.7

    swissup/module-hover-gallery:1.3.14

    swissup/module-hreflang:1.6.10

    swissup/module-hreflang-import-export:1.0.1

    swissup/module-navigationpro:1.17.28

    swissup/module-pagespeed:1.12.0

    swissup/module-pro-labels:1.7.22

    swissup/module-pro-labels-configurable-product:1.0.8

    swissup/module-quantity-switcher:1.1.27

    swissup/module-reviewreminder:1.1.18

    swissup/module-rich-snippets:1.7.8

    swissup/module-seo-canonical:1.11.9

    swissup/module-seo-core:1.3.10

    swissup/module-seo-cross-links:1.1.18

    swissup/module-seo-html-sitemap:1.1.20

    swissup/module-seo-images:1.3.21

    swissup/module-seo-pager:1.3.5

    swissup/module-seo-templates:1.7.9

    swissup/module-seo-urls:1.5.53

    swissup/module-seo-xml-sitemap:1.1.16

    swissup/module-sold-together:1.10.6

    swissup/module-sold-together-email:1.0.0

    swissup/module-sold-together-import-export:1.0.1

    swissup/module-testimonials:1.3.16

    swissup/module-theme-editor-argentobreeze-business:1.0.2

    swissup/module-theme-editor-argentobreeze-chic:1.0.3

    swissup/module-theme-editor-argentobreeze-force:1.1.1

    swissup/module-theme-editor-argentobreeze-stripes:1.1.2

    swissup/theme-frontend-argentobreeze-blank:2.6.2

    swissup/theme-frontend-argentobreeze-business:2.6.7

    swissup/theme-frontend-argentobreeze-chic:2.6.1

    swissup/theme-frontend-argentobreeze-force:2.5.5

    swissup/theme-frontend-argentobreeze-stripes:2.6.0

    swissup/module-core:1.12.24

    swissup/module-suggestpage:1.2.12

    swissup/module-image-optimizer:1.0.11

    swissup/module-theme-editor:1.11.4

    Changelog (autogenerated)

    swissup/module-ajaxpro — 1.7.26 (was 1.7.25)
    • Version 1.7.26 61210b

    • Add ajaxpro.minicart.addons container for promotions (easybanner) 5a8a19

    swissup/module-ajaxsearch — 1.13.27 (was 1.13.25)
    • Version 1.13.27 a19730

    • Fixed broken StorePickup search styles at checkout page c99810

    • Version 1.13.26 15b3da

    • Fixed possible disabled search icon when using folded layout 546bc4

    • Do not update customer_sections after graphql requests 65620c

    swissup/module-askit — 1.14.11 (was 1.14.10)
    swissup/module-chat-gpt-assistant — 1.1.4 (was 1.1.3)
    • Version 1.1.4 e85998

    • Exclude useless gallery attribute from filter, closes #5 048adb

    swissup/module-easy-slide — 1.8.14 (was 1.8.13)
    • Version 1.8.14 eaf997

    • Fixed empty slides on Force theme with new swiper - added slides cloning 1edfe1

    • Fixed invisible images when container is scrolled down because of focus? 5d33f2

    swissup/module-easycatalogimg — 1.5.12 (was 1.5.11)
    • Version 1.5.12 e569c0

    • Enable lazyload for all images except for the first two af1ce7

    • Do not preload category image if it was moved to bottom e58fc7

    • Breeze: preload feature.
      1. Preload two images if widget added above product listing. Don't skip category image.
      2. Preload first image at the departments page. 89dbea

    swissup/module-gdpr — 1.8.0 (was 1.7.13)
    • Version 1.8.0 cc2c4a

    • Consent confirmation status feature. Revoke consent when unsubscribing.
      Consent confirmation is used when "Need to confirm" is enabled.
      Closes #34 b13f4d

    • Allow collecting consents for multiple form ids 4400b3

    • Show newsletter consent for each subscribed email 1679ab

    • Better spacing between accepted consents 53d465

    swissup/module-highlight — 1.11.7 (was 1.11.3)
    • Version 1.11.7 96a452

    • Fixed php error when trying to apply conditions (Smile_Elasticsuite)
      Hide conditions when Smile_Elasticsuite is enabled.
      Closes #27 1ce990

    • Version 1.11.6 2b50c4

    • Override Amasty sorting directions for Highlight orders ede561

    • Version 1.11.5 1703dd

    • Fixed partially invisible "Load more" button on mobile devices 277661

    • Fixed JS error classList is undefined on mobile 8ab8a0

    • Version 1.11.4 d71f00

    • Breeze: Loading placeholder must be visible to read its width 3819d2

    • Do not clone listing into loading slide until the slide is used
      This commit reduces DOM size 8f97f9

    • BC: update to newest breeze module 9319ef

    swissup/module-hover-gallery — 1.3.14 (was 1.3.12)
    swissup/module-navigationpro — 1.17.28 (was 1.17.27)
    • Version 1.17.28 3ec0b8

    • Postpone menu initialization only if it's a slideout menu 1b0a22

    swissup/module-pagespeed — 1.12.0 (was 1.11.5)
    • Merge branch 'master' of github.com:swissup/module-pagespeed 136b2b

    • Add several unit test(s) b61db9

    • Version 1.12.0 bcdb82

    • Fix: Call to an undefined method Optimizer\Image\Responsive::isMediaImageFileExist 8da8b6

    • refactor: add generic caching for image file existence checks in WebP optimizer, improve performance and reliability f4dbe8

    • rm Model/Optimizer/Image/AbstractImage::isParentTagPicture 710269

    • add Image/WebP/PictureTagBuilder e1f4d5

    • add Image/ImageAttributeParser 386062

    • add WebP/JsReplacer 1bb4e5

    • feat: add generic executeWithCache helper for file existence checks in AbstractCachableOptimizer, improve caching logic in WebP optimizer 63dddb

    • refactor: improve getUrlPath type safety and error handling in File.php 679d2e

    • Refactor SpecifyDimension and Responsive optimizers to use DimensionsTrait 25a039

    • add Image/WebP/UrlResolver and Image/DimensionsTrait b51a9b

    • Refactor SpecifyDimension to extend AbstractImage instead of WebP e6c258

    • Refactor optimizer flow: extract Coordinator and clean up plugin logic 1f1584

    • Fix: Identical operator === is not used for testing the return value of strpos function 3d58ea

    • Set 'Enable in developer mode' true by default 4e93fa

    • Fix isEnable(d) 02ad22

    • Fix optimiser => optimizer 189935

    • Fix :107 Undefined variable: (prev commit) 6dc724

    • refactor: improve AfterRenderResultPlugin structure and readability 5aa83e

    • Version 1.11.6 a514dc

    • Preload only 1-6 first stylesheet in defercss optimizer 7b45d7

    swissup/module-pro-labels — 1.7.22 (was 1.7.17)
    • Version 1.7.22 e1a75d

    • Fix: Don't show 0 or negative for backorder product 9ad2c9

    • CSP compatibility. Fixed js error on checkout page 494270

    • Version 1.7.21 df6e5c

    • Possibility to place labels top-center and bottom-center 383ee4

    • Version 1.7.20 ebdd94

    • Always use position relative for prolabels-wrapper (Argento listing fix) 83b1f5

    • Version 1.7.19 7d7df5

    • Fixed missing styles when prolabels inserted as static html
      (without data-mage-init) a378a5

    • Version 1.7.18 ba7d19

    • Base template. Use inline script to init helper src. 26c77e

    • Fixed js error caused by previous commit 800866

    • Refactor prolabels initialization and rendering logic to use window.swissupProlabels for better modularity and async handling 55191d

    • Add reveal observer management for image and content labels d7cad7

    • Remove outdated code. 7959b5

    • Storefront labels rendering. Content labels respect "Insert method" and "Target element" settings. 12d243

    swissup/module-pro-labels-configurable-product — 1.0.8 (was 1.0.7)
    • Version 1.0.8 d54d3b

    • Add Data helper class. Move there logic from template. 3456b3

    swissup/module-quantity-switcher — 1.1.27 (was 1.1.26)
    swissup/module-reviewreminder — 1.1.18 (was 1.1.17)
    swissup/module-rich-snippets — 1.7.8 (was 1.7.7)
    • Version 1.7.8 4ff710

    • feat: Output multiple QAPage JSON-LD blocks for better indexing e340b8

    • Fixed two warnings about returns policy.
      1. returnShippingFeesAmount is not applicable when free return is used.
      See https://schema.org/returnShippingFeesAmount
      2. When return is allowed returnFees should not be empty. d69d93

    swissup/module-seo-cross-links — 1.1.18 (was 1.1.16)
    • Version 1.1.18 9f8c01

    • Magefun post list: return the current page instead of the entire collection. (fixed blog pagination)https://github.com/swissup/module-seo-cross-links/issues/7 6b4d85

    • Use frontend model to verify if magefun post is available. 4d05a5

    • Fixed php stan. 66072b

    • Separate config to disable the crosslinks for the Magefun posts. (https://github.com/swissup/module-seo-cross-links/issues/7) 428844

    • Version 1.1.17 e8d9cb

    • Fix megefan only post images.(exclude product and category pages.) 0b6026

    swissup/module-sold-together — 1.10.6 (was 1.10.4)
    • Version 1.10.6 54a7db

    • Add null coalescing operator to getLayout method for safer return value c56240

    • Add return statement to toggleElementHidden for improved functionality ac3684

    • Refactor helper functions to consolidate related data handling and improve code readability ef9c8b

    • Implement toggleElementHidden helper and refactor handleDetailsToggle for improved readability 6c468c

    • Refactor javascript validator. To use it in future hyva integration. 7e780c

    • Refactor JavaScript helper. Use native import. This allows to reuse it hyva storefront. 638010

    • Version 1.10.5 13759e

    • Fixed missing dropdown options caused by wrong parent selector 661646

    swissup/module-testimonials — 1.3.16 (was 1.3.15)
    swissup/theme-frontend-argentobreeze-blank — 2.6.2 (was 2.6.1)
    swissup/theme-frontend-argentobreeze-business — 2.6.7 (was 2.6.5)
    • Version 2.6.7 7e7527

    • Sidebar banner. Closes #2 5c61b1

    • FishPig Wordpress integration. Closes #11 1b1f00

    • Version 2.6.6 758285

    • Improved compatibility with AjaxLayeredNavigation 912331

    • Fixed soldtogether swiper styles c6717d

    • Fixed 404 network error when critical css is enabled 4260eb

    • Fixed incorrectly positioned subscribe button when gdpr is disabled d8b009

    • Remove image stripe from easycatalogimg when parent name is placed above 03c7a9

    swissup/theme-frontend-argentobreeze-force — 2.5.5 (was 2.5.3)
    • Version 2.5.5 3b64b8

    • Add spacing around "All Products" label in pagination toolbar a39d47

    • Version 2.5.4 6e73cf

    • Fixed hidden description under photo-in-description image 9cab36

    swissup/module-core — 1.12.24 (was 1.12.22)
    • Version 1.12.24 4ac8cb

    • Fixed unescaped output, closes #22 67c9f1

    • Version 1.12.23 13d1c7

    • Fixed integrity constraint violation: Duplicate entry for key primary b9d95d

    swissup/module-image-optimizer — 1.0.11 (was 1.0.10)
    • No commits found

    swissup/module-theme-editor — 1.11.4 (was 1.11.2)