Latest Releases

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

swissup / delete-orders

1.0.0 Jan
  • 1.0.0

    Report (rev.1)

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

    swissup/module-delete-orders:1.0.0

    swissup/module-core:1.8.2

    Changelog (autogenerated)

    • Initial release

swissup / subscribe-at-checkout

1.2.1 Jan
  • 1.2.1

    Report (rev.1)

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

    swissup/module-subscribe-at-checkout:1.2.1

    swissup/module-checkout:1.3.0

    swissup/module-core:1.8.2

    Changelog (autogenerated)

    swissup/module-subscribe-at-checkout — 1.2.1 (was 1.2.0)
    • Version 1.2.1 bb78c4

    • Unused property removed 71ada0

    • JSCS fixes c15f9c

    • Move the checkbox out of shipping section.
      This improves compatibility with third-party store-pickup modules
      that hide shipping section 654568

    swissup/module-checkout — 1.3.0 (was 1.2.0)
    swissup/module-core — 1.8.2 (was 1.7.1)
    • Version 1.8.2 553ffe

    • Fix warning is not array e11627

    • Version 1.8.1 ca8649

    • Fixed backend error, when AdminNotification module is not installed 1b977c

    • Version 1.8.0 08ae2e

    • FileInfo - add getBaseDir method and improbe interface declaration e88351

    • Add Model\Media\FileInfo to reuse in our modules
      To reuse this model define virtual class in di.xml file with proper mediaPath argument. 47b4f1

    • Version 1.7.3 073fae

    • Fixed 'Identity key is required' error 0797f7

    • Version 1.7.2 49e6d1

    • Fixed 'Invalid header line detected' message, when server uses HTTP/2 3a2761

swissup / checkout-cart

1.4.1 Jan
  • 1.4.1

    Report (rev.1)

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

    swissup/module-checkout-cart:1.4.1

    swissup/module-checkout:1.3.0

    swissup/module-core:1.8.2

    Changelog (autogenerated)

    swissup/module-checkout-cart — 1.4.1 (was 1.4.0)
    • Version 1.4.1 9fe7e6

    • Fixed missing rates when GiftRegistry address is used 078e5c

    • JSCS fixes 7523f0

    • Fixed doubled title when pagination is used a11cd7

    • JSCS fixes 438b34

    • Fixed error when grouped product added to cart (simples are not visible) e4438a

    swissup/module-checkout — 1.3.0 (was 1.2.0)
    swissup/module-core — 1.8.2 (was 1.7.1)
    • Version 1.8.2 553ffe

    • Fix warning is not array e11627

    • Version 1.8.1 ca8649

    • Fixed backend error, when AdminNotification module is not installed 1b977c

    • Version 1.8.0 08ae2e

    • FileInfo - add getBaseDir method and improbe interface declaration e88351

    • Add Model\Media\FileInfo to reuse in our modules
      To reuse this model define virtual class in di.xml file with proper mediaPath argument. 47b4f1

    • Version 1.7.3 073fae

    • Fixed 'Identity key is required' error 0797f7

    • Version 1.7.2 49e6d1

    • Fixed 'Invalid header line detected' message, when server uses HTTP/2 3a2761

swissup / firecheckout

1.17.0 Jan
  • 1.17.0

    Report (rev.1)

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

    swissup/module-address-autocomplete:1.2.0

    swissup/module-address-field-manager:1.4.2

    swissup/module-checkout-cart:1.4.1

    swissup/module-checkout-fields:1.2.2

    swissup/module-checkout-success:1.3.2

    swissup/module-customer-field-manager:1.1.0

    swissup/module-delivery-date:1.4.0

    swissup/module-firecheckout:1.17.0

    swissup/module-geoip:1.1.2

    swissup/module-orderattachment:1.3.0

    swissup/module-subscribe-at-checkout:1.2.1

    swissup/module-taxvat:1.1.1

    swissup/module-checkout:1.3.0

    swissup/module-core:1.8.2

    swissup/module-field-manager:1.1.2

    swissup/module-firecheckout-integrations:1.3.0

    swissup/module-stickyfill:1.2.0

    swissup/module-tippyjs:1.1.0

    Changelog (autogenerated)

    swissup/module-address-autocomplete — 1.2.0 (was 1.1.1)
    • Version 1.2.0 4449af

    • Added ability to place housenumber into custom address field
      Closes #5 b90b63

    • Sync street mapping (long_name) with default settings e12f08

    swissup/module-checkout-cart — 1.4.1 (was 1.4.0)
    • Version 1.4.1 9fe7e6

    • Fixed missing rates when GiftRegistry address is used 078e5c

    • JSCS fixes 7523f0

    • Fixed doubled title when pagination is used a11cd7

    • JSCS fixes 438b34

    • Fixed error when grouped product added to cart (simples are not visible) e4438a

    swissup/module-firecheckout — 1.17.0 (was 1.16.0)
    • Version 1.17.0 5be107

    • Collapsible spacing tweaks 6ab1c1

    • Callapsible spacing tweaks 065846

    • Wait for the header if it was received in config fb529d

    • Spacing between collapsible blocks cf4ca4

    • JSCS fixes b6c1c3

    • Revert old logic to hide billing address details c65ef0

    • Fixed missing 'Edit' button when using custom GiftRegistry address 11ab8f

    • Do not apply address is it's not applicable 823782

    • Fixed invisible billing address when GiftRegistry shipping is used 8155a2

    • Added ability to show why the module is loaded e47aa5

    • Fixed missing rates when GiftRegistry address is used e6e06a

    • GiftRegistry compatibility c38d1b

    • Allow to use 'move' utility on the elements.
      Previously you had to use css selectors only fbda75

    • Allow to render cart items in other places (GiftMessage integration) e6bd18

    • CSS fixes for nested collapsible blocks dfdb77

    • Fixed spacing below cart title when it's collapsed 082fb8

    • Hidden container for third-party integrations 0d8969

    • Proper 'referenceContainer' statement 7ab67a

    • Added ability to get mask instance.
      Usage example:
      el.data('fc-mask').textMaskInputElement.update(); a64c05

    • Improved 'collapsible' style a bit 87ba48

    • Fixed spacing between order summary title 6dac74

    • Removed extra spacing added by 'inline-block' span 65b7b2

    • Better 'collapsible' styles (GiftOptions integration) c5cddd

    • Better spacing between additional shipping items d7875c

    • Improved 'collapsible' style 66292c

    • Proper css selector d92edd

    • Improved styles when shipping-information is tranformed into collapsible 254fc4

    • Third-party themes reset 7d1311

    • Fixed field icon positioning when the field is outside of fieldset 3024b4

    • Allow to use 'collapsible' outside of payment methods block. 8f38bb

    • Collapsible util added to easily create collapsed blocks 339e61

    • Fixed too large spacing when registered customer doesn't have saved address 3bb82f

    • Improved storecredit and rewardspoints styles (Magento Commerce) 3bd1c3

    • Hide empty space below 'Place Order' button 15e680

    • Improved spacing between payment items in Magento Commerce Edition c38c05

    • Fixed step-numbers alignment on third-party themes e05c44

    swissup/module-subscribe-at-checkout — 1.2.1 (was 1.2.0)
    • Version 1.2.1 bb78c4

    • Unused property removed 71ada0

    • JSCS fixes c15f9c

    • Move the checkbox out of shipping section.
      This improves compatibility with third-party store-pickup modules
      that hide shipping section 654568

    swissup/module-checkout — 1.3.0 (was 1.2.0)
    swissup/module-core — 1.8.2 (was 1.7.3)
    • Version 1.8.2 553ffe

    • Fix warning is not array e11627

    • Version 1.8.1 ca8649

    • Fixed backend error, when AdminNotification module is not installed 1b977c

    • Version 1.8.0 08ae2e

    • FileInfo - add getBaseDir method and improbe interface declaration e88351

    • Add Model\Media\FileInfo to reuse in our modules
      To reuse this model define virtual class in di.xml file with proper mediaPath argument. 47b4f1

    swissup/module-firecheckout-integrations — 1.3.0 (was 1.2.0)
    swissup/module-stickyfill — 1.2.0 (was 1.1.0)
    • 1.2.0 a7a3ab

    • Added description about additional features 8518aa

    • Ability to add class name, when element is stuck d219a8

swissup / pro-labels

1.2.6 Jan
  • 1.2.6

    Report (rev.1)

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

    swissup/module-pro-labels:1.2.6

    swissup/module-core:1.8.2

    Changelog (autogenerated)

    swissup/module-pro-labels — 1.2.6 (was 1.2.4)
    • Version 1.2.6 b4733d

    • Update readme 156020

    • Suggest font awesome module 9fc7a8

    • New fancy hexagon labels (#2) e125bf

    • Change appoach how to collect label presets in admin (part 3) adcec8

    • Change appoach how to collect label presets in admin (part 2) bd735e

    • Change appoach how to collect label presets in admin 8c3b30

    • Use templates in labels presets
      Easier code reuse. 335b2f

    • Version 1.2.5 06b0c1

    • Fix caching of stock label at product page
      Show/hide stock label with updated stock qty when it is changed for product. f63d03

    swissup/module-core — 1.8.2 (was 1.8.0)

swissup / easyflags

1.2.0 Jan
  • 1.2.0

    Report (rev.1)

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

    swissup/module-easyflags:1.2.0

    swissup/module-core:1.8.2

    Changelog (autogenerated)

    • Initial release

swissup / easycatalogimg

1.4.1 Jan
  • 1.4.1

    Report (rev.1)

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

    swissup/module-easycatalogimg:1.4.1

    swissup/module-core:1.8.2

    Changelog (autogenerated)

    swissup/module-easycatalogimg — 1.4.1 (was 1.4.0)
    swissup/module-core — 1.8.2 (was 1.7.1)
    • Version 1.8.2 553ffe

    • Fix warning is not array e11627

    • Version 1.8.1 ca8649

    • Fixed backend error, when AdminNotification module is not installed 1b977c

    • Version 1.8.0 08ae2e

    • FileInfo - add getBaseDir method and improbe interface declaration e88351

    • Add Model\Media\FileInfo to reuse in our modules
      To reuse this model define virtual class in di.xml file with proper mediaPath argument. 47b4f1

    • Version 1.7.3 073fae

    • Fixed 'Identity key is required' error 0797f7

    • Version 1.7.2 49e6d1

    • Fixed 'Invalid header line detected' message, when server uses HTTP/2 3a2761

swissup / rich-snippets

1.3.1 Jan
  • 1.3.1

    Report (rev.1)

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

    swissup/module-rich-snippets:1.3.1

    swissup/module-seo-core:1.1.1

    swissup/module-core:1.8.2

    Changelog (autogenerated)

    swissup/module-rich-snippets — 1.3.1 (was 1.2.1)
    • Readme update 396158

    • Version 1.3.1 f00c66

    • Use proper translate function and fix PHP error at some Magento inst.
      Uncaught Error: Call to undefined function Swissup\RichSnippets\Model\Config\Source\_()... b34aea

    • Version 1.3.0 b2486a

    • AMP integration added 67fd38

    swissup/module-seo-core — 1.1.1 (was 1.1.0)
    • Version 1.1.1 ea602d

    • UI Component category_form - decalre 'swissup_seodata' fieldset d9ae2b

    swissup/module-core — 1.8.2 (was 1.7.1)
    • Version 1.8.2 553ffe

    • Fix warning is not array e11627

    • Version 1.8.1 ca8649

    • Fixed backend error, when AdminNotification module is not installed 1b977c

    • Version 1.8.0 08ae2e

    • FileInfo - add getBaseDir method and improbe interface declaration e88351

    • Add Model\Media\FileInfo to reuse in our modules
      To reuse this model define virtual class in di.xml file with proper mediaPath argument. 47b4f1

    • Version 1.7.3 073fae

    • Fixed 'Identity key is required' error 0797f7

    • Version 1.7.2 49e6d1

    • Fixed 'Invalid header line detected' message, when server uses HTTP/2 3a2761

swissup / navigationpro

1.9.1 Jan
  • 1.9.1

    Report (rev.1)

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

    swissup/module-navigationpro:1.9.1

    swissup/module-core:1.8.2

    swissup/module-rtl:1.1.0

    swissup/module-stickyfill:1.2.0

    Changelog (autogenerated)

    swissup/module-navigationpro — 1.9.1 (was 1.9.0)
    • Version 1.9.1 a6c16e

    • Fixed issues with search and dropdowns below sticky navigation 1ad1e2

    swissup/module-core — 1.8.2 (was 1.8.0)
    swissup/module-stickyfill — 1.2.0 (was )

swissup / askit

1.3.1 Jan
  • 1.3.1

    Report (rev.1)

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

    swissup/module-askit:1.3.1

    swissup/module-core:1.8.2

    Changelog (autogenerated)

    swissup/module-askit — 1.3.1 (was 1.3.0)
    swissup/module-core — 1.8.2 (was 1.7.1)
    • Version 1.8.2 553ffe

    • Fix warning is not array e11627

    • Version 1.8.1 ca8649

    • Fixed backend error, when AdminNotification module is not installed 1b977c

    • Version 1.8.0 08ae2e

    • FileInfo - add getBaseDir method and improbe interface declaration e88351

    • Add Model\Media\FileInfo to reuse in our modules
      To reuse this model define virtual class in di.xml file with proper mediaPath argument. 47b4f1

    • Version 1.7.3 073fae

    • Fixed 'Identity key is required' error 0797f7

    • Version 1.7.2 49e6d1

    • Fixed 'Invalid header line detected' message, when server uses HTTP/2 3a2761