Latest Releases

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

swissup / ajaxsearch

1.9.0 Apr

swissup / navigationpro

1.14.2 Apr
  • 1.14.2

    Report (rev.1)

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

    swissup/module-navigationpro:1.14.2

    swissup/module-core:1.10.2

    swissup/module-rtl:1.3.3

    swissup/module-stickyfill:1.2.1

    Changelog (autogenerated)

    swissup/module-navigationpro — 1.14.2 (was 1.14.1)
  • 1.14.1

    Report (rev.1)

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

    swissup/module-navigationpro:1.14.1

    swissup/module-core:1.10.2

    swissup/module-rtl:1.3.3

    swissup/module-stickyfill:1.2.1

    Changelog (autogenerated)

    swissup/module-navigationpro — 1.14.1 (was 1.14.0)
    • Version 1.14.1 f6ad2e

    • Typo error. wan't => want 855452

    • Ru and Uk fixes ce44e9

    • Remove magenpto phrase from translations 1f9d52

    • Fixed 'opened' class on a li. Fixed menu close when moving cursor very fast. 454439

    • Update uk_UA.csv (POEditor.com) ef4ceb

    • Update sw_SE.csv (POEditor.com) ef894a

    • Update es_ES.csv (POEditor.com) 45b9a9

    • Update ru_RU.csv (POEditor.com) c1d1a4

    • Update pt_PT.csv (POEditor.com) 0bad6f

    • Update pl_PL.csv (POEditor.com) d3e596

    • Update nb_NO.csv (POEditor.com) 05b843

    • Update ko_KR.csv (POEditor.com) 121ac7

    • Update ja_JP.csv (POEditor.com) 4a91f9

    • Update it_IT.csv (POEditor.com) 3de784

    • Update he_IL.csv (POEditor.com) a03b08

    • Update de_DE.csv (POEditor.com) f60f66

    • Update fr_FR.csv (POEditor.com) 9c7c76

    • Update nl_NL.csv (POEditor.com) 872030

    • Update zh_CN.csv (POEditor.com) c036c7

    • Update ar_SA.csv (POEditor.com) d5fc44

    • Add files via upload b7d6c4

    • Decrease cache memory consumption. a54cd9

    • Fixed bug when dropdown wasn't shown.

      It was caused by the gap between dropdowns (triggers mouseout/mousein) and
      multiple global clearTimeout calls. I can't remove the gap (design),
      so I changed logic in timeouts. Now, clearTimeout for the second level
      will affect timeouts for the first and seconds levels only, and will
      not remove timers added for deeper levels. 552f42

swissup / gdpr

1.3.1 Apr
  • 1.3.1

    Report (rev.1)

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

    swissup/module-gdpr:1.3.1

    swissup/module-core:1.10.2

    swissup/module-rtl:1.3.3

    Changelog (autogenerated)

    swissup/module-gdpr — 1.3.1 (was 1.3.0)
    • Version 1.3.1 a4b15c

    • Fixed error during theme deploy if theme buttons use gradient as main color 411f65

    • Fix cookie bar position when page-wrapper has margins fcbc3a

  • 1.3.0

    Report (rev.3)

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

    swissup/module-gdpr:1.3.0

    swissup/module-core:1.10.2

    swissup/module-rtl:1.3.3

    Changelog (autogenerated)

    swissup/module-gdpr — 1.3.0 (was 1.2.3)
    • Version 1.3.0 39d388

    • Fixed empty cookie-settings page 3f0c4e

    • Merge branch 'feature-cookie' 4ba71f

    • Updated installation instructions 7c96f1

    • Missing properties added 21f285

    • Removed deprecated comment d1224f

    • Enable cookie consent by default b790b7

    • Mass actions in cookie grid af0a6a

    • Sync guest cookie consent when customer is loggin in a86aa4

    • Removed code duplicates 5b8f58

    • Removed unused cookie group 4a7659

    • Blocked cookie viewer added 5e6fbb

    • Removed duplicate section a6eb40

    • Move blocked cookies to separate table.
      This is done to safely log existing built-in but disabled cookies without creating duplicates a84cc1

    • Removed not needed console.log 7076dd

    • Register unknown blocked cookies 4ff140

    • Code refactoring b9b5e8

    • Added ability to discard cookie consent (for devs only) e872f4

    • Register accepted cookies in the DB dee886

    • Small css fixes 5411bf

    • Use theme width for cookie bar styles a29fc7

    • Show name/title when edit built-in item 62eb47

    • Clickable cookie grid d411bd

    • Removed 'override' actions.
      They were made to fix issue with storeswitcher and new item.
      Now, storeswitcher is hidden for new items. c935cb

    • Reduce cache tags size ba162f

    • Use -1 because '0 == null' 452807

    • Invalidate fpc when updating cookie or cookiegroup 0cc8aa

    • Fixed string to boolean convertion error 375faa

    • Remove copy-paste 8fa647

    • Use proper description and titles on the frontpages 2ec8ac

    • Improved method readability e6e23e

    • Try to remove copy-paste 723758

    • Small fixes for cookie and group forms 149ec8

    • Fixed invalid DataPersistor name 68d222

    • Sorting is not supported d9cf9e

    • Translations updated 58d2a8

    • Create custom cookie instantly (allows to switch store view) 85f232

    • CookieGroup backend interfaces 1c2ab8

    • Allow nullable column (in case if we'll add more columns in this table) 601084

    • CookieRegistry > Cookie ed88cc

    • Ability to override built-in cookie a33fc2

    • Removed not needed registry 618bc9

    • Backend grid and form to register custom cookies 104a4f

    • Readable upgrade method a3c8e2

    • Reset luma styles on cms page 00c687

    • Columns count settings for the widget ac972f

    • More space for cookie names 5d1f67

    • RTL support 19e361

    • Use button's color for toggler 96871f

    • Prevent styles duplication in styles-m and -l files 631088

    • Merge styles into theme css 51b8d6

    • Less variables added 557eb4

    • Code cleanup 4eabc6

    • Try to fit more cookie names into a sinlge line 21abc0

    • Get rid of hardcoded cookie name 0773a0

    • Block cookie on a server-side 1ad519

    • Convenient method to get cookie names (single cookie may have multiple names) 173d8a

    • Code cleanup 65ab37

    • Remove cookies set via cookieStorage object b0cd24

    • Update cookie status as soon as user clicks on a switcher 720da6

    • Don't show inactive cookies in a list 57ebd4

    • Remove cookies when disable some group 7b8c37

    • Automatically apply most suitable columns count 02471b

    • Fixed invalid cookie expiration date 7d9a3f

    • Integration with GoogleAnalytics module 2b5583

    • Proper check for cookie status 9e05fb

    • Lifetime on the global level only (Shared cookie) 8b55b9

    • Don't ask for cookie permission on AMP after desktop 21a49a

    • Don't enable cookie features if disabled 868640

    • Don't show built-in restriction notice when gdpr is enabled 488016

    • Low-level cookie blocker. Should work for third-party scripts. 03bf32

    • JS refactoring 4229a9

    • Fixed duplicate block name 054fb4

    • CSS renamed to match block name d4cfe2

    • Cookie bar: Full and Mini modes 156b88

    • Basic CookieBar implementation 372ba6

    • Typo error fix 9d6312

    • Use declared method to the config value de776a

    • Added ability to insert cookie settings block on any page. 1ebbc8

    • 'Allow All Cookies' button b3be4a

    • Focus styles for 'delete account' button 90c692

    • Translations updated 8ba384

    • Css fix ae1d17

    • Added 'Group' suffix to all methods 377e22

    • Show/Hide cookies a4edd2

    • Styles improvements 7b7541

    • Styles improvements ceb682

    • CSS refactoring 5fa5c7

    • Added missing line at the end of the file 08bc02

    • Initial commit for Cookie Settings Page 2471fe

    • Config for 'Cookie Consents' feature 652a8e

    swissup/module-rtl — 1.3.3 (was )
    • Version 1.3.3 a1ba70

    • Dirty fix to prevent error when deploying using compact mode. 9cbd8a

    • Version 1.3.2 6a9eb3

    • Removed error silencing 199f01

    • Catch possible exception when file wasn't deployed actually 522ff1

    • Version 1.3.1 8cc30d

    • Prevent admin session invalidation (Random logouts) df36b4

    • Version 1.3.0 e514c7

    • Updated usage instructions b81542

    • Fixed broken grunt task. Added compatibility with grunt deployment. 23ad12

    • Version 1.2.0 187edb

    • New information added 817337

    • Added parametric 'direction' mixin e9702a

    • Remove not used variable 689ea0

    • Code cleanup 57e197

    • Added explanation on why using asset context 8b4009

    • Code cleanup 49c6c8

    • Fixed invalid 'direction' when store requested via url parameter 08f1f6

    • Don't create the class b12eba

    • Compatibility with old mixins (Used in Argento) bca349

    • Allow to use less injector without semicolon 2b068b

    • Added ability to use modrtl less mixins in any theme or module 0f5856

    • Memoize result of isRtl call 0d1e8a

    • Package name changed to module-rtl 0fbfb0

swissup / pagespeed

1.4.0 Apr
  • 1.4.0

    Report (rev.1)

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

    swissup/module-pagespeed:1.4.0

    swissup/module-core:1.10.2

    Changelog (autogenerated)

    swissup/module-pagespeed — 1.4.0 (was 1.3.17)
    • Version 1.4.0 6f0853

    • Increase score accuracy 6b461a

    • Add audit groups 8269c4

    • Added some styles to ANALYZE section a6b4c6

    • Add empty recommendation list; improve css; (google pagespeed integration) 35ebeb

    • Add analyze tab icons 0c2f9f

    • Fix (remove) empty data-type="criticalCss" 43ee0b

    • Add 'data-srcset' attribute to prepare list in WebP optimizer 7a88ba

    • Fix ImagesResizeCommand option logic b393d6

    • remove unused js log 7903e1

    • sort audits by score 5ae1b5

    • Add 'analyze' button and ui component c701ac

    • Improve/move limit logic to image resize service 992191

    • Added filename filter argument to 'images:resize' console command 375c45

    • Add image optimize cron schedule e4b235

    • Added limit argument to 'images:resize' console command 40d766

    • Comment diagnost config group 90f193

    • Move dublicate code in abstract class (custom config fields) 947bf1

    • Added comments about heavy server load for some features
      (close #20) 3d15ef

swissup / ajaxlayerednavigation

1.3.21 Apr
  • 1.3.21

    Report (rev.1)

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

    swissup/module-ajaxlayerednavigation:1.3.21

    swissup/module-core:1.10.2

    swissup/module-rtl:1.3.3

    Changelog (autogenerated)

    swissup/module-ajaxlayerednavigation — 1.3.21 (was 1.3.18)
    • Version 1.3.21 cd7e78

    • Add price slider enable option (default aln price range mode) 2791c1

    • Fix response dom replace at search results page d32eb7

    • Version 1.3.20 40b8c6

    • Fix: Warning: strpos(): Empty needle 834882

    • Fix: php 7.3 Deprecated Functionality: strpos(): Non-string needles 5504df

    • Fixed regexp expression. 0d18f9

    • Removed excess symbol. 95ea66

    • Version 1.3.19 25d5be

    • Add url params filtering in toogler 51aaf1

    • Fix / toogler syntax error 5a2d87

    • Add losted js translations bc38a4

    • Better styles for reset filter button at 1column page layout. 8d5e22

    • SlideUp and slideDown filter content with CSS (instead of jquery). ad362f

    • Improved filter drop-downs behavior at 1column page layout (close #59) e5cc62

    • Fix stock column name resolving 25ff4b

swissup / ajaxpro

1.4.19 Apr
  • 1.4.19

    Report (rev.1)

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

    swissup/module-ajaxpro:1.4.19

    swissup/module-core:1.10.2

    swissup/module-suggestpage:1.2.4

    Changelog (autogenerated)

    swissup/module-ajaxpro — 1.4.19 (was 1.4.18)
    • Version 1.4.19 8d4fee

    • Fix mage.configurable spConfig.containerId empty bug 54f6be

    • No gap at the top of the popup at category page with one column layout de9830

swissup / firecheckout

1.22.3 Apr
  • 1.22.3

    Report (rev.1)

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

    swissup/module-address-autocomplete:1.3.1

    swissup/module-address-field-manager:1.5.2

    swissup/module-checkout-cart:1.4.2

    swissup/module-checkout-fields:1.4.1

    swissup/module-checkout-success:1.4.3

    swissup/module-customer-field-manager:1.2.2

    swissup/module-delivery-date:1.5.0

    swissup/module-firecheckout:1.22.3

    swissup/module-geoip:1.4.1

    swissup/module-orderattachment:1.4.1

    swissup/module-subscribe-at-checkout:1.3.0

    swissup/module-taxvat:1.3.1

    swissup/module-checkout:1.3.4

    swissup/module-core:1.10.2

    swissup/module-field-manager:1.2.1

    swissup/module-rtl:1.3.3

    swissup/module-codemirror:1.1.2

    swissup/module-firecheckout-integrations:1.4.0

    swissup/module-stickyfill:1.2.1

    swissup/module-tippyjs:1.1.0

    Changelog (autogenerated)

    swissup/module-firecheckout — 1.22.3 (was 1.22.2)
    • Version 1.22.3 5e5277

    • Don't load payment methods on the first step of multistep checkout. 4e7fd4

    • Fixed PaypalExpress checkout when using in-context mode. (Paypal buttons inside iframe) a8481b

  • 1.22.2

    Report (rev.1)

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

    swissup/module-address-autocomplete:1.3.1

    swissup/module-address-field-manager:1.5.2

    swissup/module-checkout-cart:1.4.2

    swissup/module-checkout-fields:1.4.1

    swissup/module-checkout-success:1.4.3

    swissup/module-customer-field-manager:1.2.2

    swissup/module-delivery-date:1.5.0

    swissup/module-firecheckout:1.22.2

    swissup/module-geoip:1.4.1

    swissup/module-orderattachment:1.4.1

    swissup/module-subscribe-at-checkout:1.3.0

    swissup/module-taxvat:1.3.1

    swissup/module-checkout:1.3.4

    swissup/module-core:1.10.2

    swissup/module-field-manager:1.2.1

    swissup/module-rtl:1.3.3

    swissup/module-codemirror:1.1.2

    swissup/module-firecheckout-integrations:1.4.0

    swissup/module-stickyfill:1.2.1

    swissup/module-tippyjs:1.1.0

    Changelog (autogenerated)

    swissup/module-checkout-success — 1.4.3 (was 1.4.2)
    • Version 1.4.3 0bbb53

    • Compatibility with Magento 2.2.6.
      There is error when Order Items block added to success page layout: Call to a member function getOptionById() ...magento/module-catalog/Block/Product/ImageBuilder.php:125 fb8740

    swissup/module-firecheckout — 1.22.2 (was 1.22.1)
    • Version 1.22.2 3b5ee6

    • Added workaround for StripeIntegration_Payments module 965adf

    swissup/module-codemirror — 1.1.2 (was 1.1.1)
    • Version 1.1.2 4d4731

    • Fixed minification detection for CSS when CDN used. 0c2663