Latest Releases
These releases come straight from our repositories. Latest releases may not be published yet.
breezefront / breeze-evolution
2.1.9 Apr-
2.1.9
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-breeze:2.15.0
swissup/module-breeze-integrations:1.3.2
swissup/theme-frontend-breeze-blank:2.7.4
swissup/theme-frontend-breeze-evolution:2.1.9
Changelog (autogenerated)
swissup/module-breeze — 2.15.0 (was 2.13.1)
-
Version 2.15.0 0dbf6c
-
New bundle for dynamic js only. Useful for third-party integrations. e61aa6
-
Allow to use $.mixin on instantiated component 22ec6b
-
Improve logic for dynamically registered components.
It will register both path and alias (if available) now. fdfbf7 -
PaypalInContext support 8a3ae1
-
Added "shim.exports" support for PaypalInContext module 7a530d
-
Automatically register dynamic js components 6359e8
-
Fixed js error when checkoutConfiug is not available a1eb36
-
Fixed js error when navigating from "paypal review" to cart using Turbo 102fb8
-
Fixed js errors at "paypal review order" page 656247
-
Align $.post and $.get methods with jQuery API
Second argument is a data object, not the settings. dd545d -
Removed excessive code 695a6d
-
Improve Deferred API: resolve, reject should return promise.
Fixes PaypalInContext: `return $.Deferred().resolve();` 7cd10e -
Allow to pass observables in request params (PaypalInContext) 578016
-
Fixed incorrect 'response' parameter in 'ajax:addToCart' event 363684
-
Pass element in initialize method (Same as in Luma) 2baac1
-
Improve $.Deferred API 8949ea
-
Magento 2.4.7 fix: purgeMessages is not a function 934df5
-
Cleanup messages after hide animation. Fixes too large gap if cookie message was hidden. d21a0d
-
Fixed missing cookie messages on initial page load (compare) 2f9454
-
Fixed incorrect url to the json dictionary file bc4cde
-
Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled ab98b5
-
Revert "Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled"
This reverts commit e2daefad4de332b5fa34f2185843f623f72b4d21. bef34b -
Show password component added fafbca
-
Autoregister dynamic components for easier reuse of luma files.
See the next commit with show password component. 18ff9c -
Render login popup just before show instead of lazy 0a1b2e
-
Align ajax callbacks with jQuery API: add status and pass json data if possible d47d91
-
Minimal uiLayout implementation (Used by StripePayments) 580f45
-
Added Magento_Ui/js/model/messages for easier third-party integrations b38040
-
Allow passing message container in config df1b6b
-
Initialize should return `this` 6ca04f
-
Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled e2daef
-
Ability to unset layout item with falsy value f49dd5
-
Fix duplicate "add to cart" action when using `.trigger('submit')`
This commit allows preventing "submit" event in listeners attached
to parent elements (document). 821e4b -
Allow importing js without file extension 7ed663
-
Added ability to write mixin for plain objects and functions 0421d2
-
Added missing 'mage/storage' component f9547f
-
Version 2.14.4 f5f565
-
Fixed infinite cart page reload when third-party module changes 'cart' on each page reload (Klaviyo_Reclaim) 51841c
-
Add missing customerData.getInitCustomerData function 45a8f6
-
Improve $.Deferred API bce941
-
Fixed persistent paypal error message across all pages b04d05
-
Version 2.14.3 2fe57c
-
Allow to pass function in `.text()` a37d00
-
Constraint dropdown inside parent container with 'overflow' style c36de5
-
Version 2.14.2 57ba9a
-
Fixed not working gtm if gtag function is declared in third-party module cb84b4
-
Version 2.14.1 6ad0a3
-
Fixed js error when selector is not a string b39076
-
Version 2.14.0 8f133f
-
Do not remove inline scripts with require calls for easier integration with third-party modules 22bb96
-
Fixed possibly not mounted component when display area is set in the source code 7dffc0
-
Fixed incorrect date when year is format is two-digits (GiftRegistry) cdce78
-
Allow using some of jQuery-like selectors for both 'find' and 'is' functions 2c0345
-
SendFriend page support added 10291f
-
Do not add 'close' button to messages without subtype class
Fixes conflict with GiftRegistry module. 35864c -
row-builder component added 6c6f97
-
Fixed possible js error when countriesWithOptionalZip is null bf6c83
-
Allow using dynamic nested uiComponents (will work if parent container is observable) d39da8
-
Revert commit to disable breeze on third-party checkout pages d59616
-
Allow using $().find(':input') selectors cf3eaf
-
Rare components (Adobe Commerce) b148f4
-
Added missing 'export' keys processing dfba70
-
Code moved to BreezeEnterprise module 574f95
-
Do not disable on pages with checkout_ or multishipping_ in action name
(AdobeCommerce add by sku feature) d77c5f -
AdobeCommerce (Configure item added via add by sku) e74009
-
Prevent form submit before confirmation a87514
-
Fixed modal/alert/confirm resolving via `define()` 9385e0
-
Added missing validateSingleElement function 165ca2
-
Added missing prompt component 122adc
-
Align .trigger('submit') with jQuery - submit form c606c8
-
Allow to use Node like in jQuery: $(selector).find(Node) a27884
-
Fixed incorrect breadcrumbs at products pages when opening multiple browser tabs 96ae76
-
Insert preload link before all other resources (Maybe reduce load delay) b8f4a6
-
Constraint dropdowns in both directions - horizontally and vertically 7ab8c8
-
Add missing validator functions and 'invalid-form' event 12634f
-
Allow reusing widget extend from proto: $.widget('name', $.mage.name, {}) c5cb0a
-
jQuery.mage => $.mage (AdobeCommerce) b997d3
-
Added missing 'lazy' to image template e40a54
-
Dummy setConf function for cookies (AdobeCommerce) 7ae4a7
-
FIxed possible renderer error when uiComponent is created on body element 1d8a69
-
Remove overriden wishlist/sidebar.phtml template. 6b3333
-
$.Deferred added 74b198
-
Fixed not working dynamic script when onInteraction is used 373a74
-
Fixed js eror when storage section name is a number 953a67
-
Ajax: 'done, fail, always' should return self to allow chaining ab9f18
-
Added $.getJson function 6c10c3
-
Added $.cookie and $.removeCookie functions (AdobeCommerce) 6f676a
-
Fixed uiComponent mounting when 'data-bind=scope' is escaped (AdobeCommerce) e839fc
-
Fixed incorrect execution order of multiple big dynamic js components ce1675
-
Log unregistered component names when breeze is forced via query param 8fced0
-
Fixed incorrect execution order of dynamic js with complex dependencies (AdobeCommerce) 6bad87
-
Search for template without dots: Vendor_Module_template_html 353957
-
Better AdobeCommerce compatibility bc0d65
-
Move :register" to breezemap because it could be used for any type of components 61acc7
-
When including external file, add '.js' if it's missing 1380d5
-
Prevent js error when allowing all inline scripts 2a8e4d
-
Allow using external files as dynamic js sources ae6289
-
Allow using $().find('> selector') and $().find(':input-type') a8c4c2
-
Add validate-no-utf8mb4-characters (#64)
* Add validate-no-utf8mb4-characters
Magento 2 validation rule reference: https://github.com/magento/magento2/blob/1475eb2fb6eab1aa72482c50ee119f5eb01fafb6/app/code/Magento/Ui/view/base/web/js/lib/validation/rules.js#L1099 b30a29 -
Fixed incorrect count of active ajax requests when some is failed 83b195
-
Do not shrink carousel items after latest commits b1e842
-
Simplify carousel selector cd10c1
-
Remove carousel paddings to prevent partially visible product after scroll 645f22
swissup/theme-frontend-breeze-blank — 2.7.4 (was 2.6.4)
-
Version 2.7.4 a6d526
-
Paypal InContext styles 382990
-
Configurable css filter for out of stock items 6e4d95
-
Fixed "Out of stock" label styles when primary actions use absolute position dc3190
-
Hide empty fieldsets (Review form on Magento 2.4.7) cd1255
-
Added integration with PickupInStore a46995
-
Fixed extra margins around empty elements 8abe80
-
"Selected" state for secondary button (Used by MSI store pickup module) ead464
-
Missing msrp link style in shopping cart 8c2d30
-
Fixed overlapped msrp price when it's shown aside of product name 2a3d3a
-
Remove extra spacing below line-through price when msrp is used fb6a7b
-
Remove hardcoded old-price text-decoration a74d7b
-
Version 2.7.3 b10782
-
Fixed not working `:extend` styles on newer less.js version.
https://github.com/orgs/breezefront/discussions/252 d3fa40 -
Hide mixins from output (If `import (reference)` will be removed) a0dbbf
-
Remove unused styles (Newsletter block doesn't have block-title and block-content children) eb847a
-
Fixed tocart styles when actions are absolutely positioned 34a28d
-
Version 2.7.2 27fe3d
-
Disable sticky product info by default 98c2f9
-
Fixed product page styles when details block is removed from layout d516c8
-
Fixed sticky info positioning inside modal popup 04c406
-
Sticky media and info at the product page e3eb9c
-
Version 2.7.1 ab1627
-
Do not use two-column boxes in sidebar (Add by sku) 018e85
-
Version 2.7.0 218b5b
-
Reusable form mixins: 2columns and row builder. 7ecc85
-
Small css fixes e428f1
-
Do not apply styles for messages without subtype class
Fixes conflict with GiftRegistry module. 7c4a4a -
Align close button to the right when parent is flex (.message.empty) fee7f6
-
Ability to reuse account block styles 831190
-
Better styles for third-party modules (GiftCard) e3f496
-
Do not apply paddings for blocks without title (Add by sku) e7f997
-
Revert "Do not apply width:100 for file inputs" to fix horizontal scroll 8873a1
-
Do not apply width:100 for file inputs c09657
-
Reuse styles in AdobeCommerce (AdvancedCheckout module) 3c11b3
-
Fixed conflict with AdobeCommerce df3157
-
Adobe commerce compatibility 0c2509
-
Fixed secondary actions styles when buttons are used (AdobeCommerce) aaaf73
-
Plus icons 329c50
-
Fixed not working first click on review stars when using touch device ae8c1b
-
Improved compatibility with Adobe LiveSearch module 2836f7
swissup/theme-frontend-breeze-evolution — 2.1.9 (was 2.1.7)
-
breezefront / breeze-blank
2.7.4 Apr-
2.7.4
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-breeze:2.15.0
swissup/module-breeze-integrations:1.3.2
swissup/theme-frontend-breeze-blank:2.7.4
Changelog (autogenerated)
swissup/module-breeze — 2.15.0 (was 2.14.0)
-
Version 2.15.0 0dbf6c
-
New bundle for dynamic js only. Useful for third-party integrations. e61aa6
-
Allow to use $.mixin on instantiated component 22ec6b
-
Improve logic for dynamically registered components.
It will register both path and alias (if available) now. fdfbf7 -
PaypalInContext support 8a3ae1
-
Added "shim.exports" support for PaypalInContext module 7a530d
-
Automatically register dynamic js components 6359e8
-
Fixed js error when checkoutConfiug is not available a1eb36
-
Fixed js error when navigating from "paypal review" to cart using Turbo 102fb8
-
Fixed js errors at "paypal review order" page 656247
-
Align $.post and $.get methods with jQuery API
Second argument is a data object, not the settings. dd545d -
Removed excessive code 695a6d
-
Improve Deferred API: resolve, reject should return promise.
Fixes PaypalInContext: `return $.Deferred().resolve();` 7cd10e -
Allow to pass observables in request params (PaypalInContext) 578016
-
Fixed incorrect 'response' parameter in 'ajax:addToCart' event 363684
-
Pass element in initialize method (Same as in Luma) 2baac1
-
Improve $.Deferred API 8949ea
-
Magento 2.4.7 fix: purgeMessages is not a function 934df5
-
Cleanup messages after hide animation. Fixes too large gap if cookie message was hidden. d21a0d
-
Fixed missing cookie messages on initial page load (compare) 2f9454
-
Fixed incorrect url to the json dictionary file bc4cde
-
Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled ab98b5
-
Revert "Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled"
This reverts commit e2daefad4de332b5fa34f2185843f623f72b4d21. bef34b -
Show password component added fafbca
-
Autoregister dynamic components for easier reuse of luma files.
See the next commit with show password component. 18ff9c -
Render login popup just before show instead of lazy 0a1b2e
-
Align ajax callbacks with jQuery API: add status and pass json data if possible d47d91
-
Minimal uiLayout implementation (Used by StripePayments) 580f45
-
Added Magento_Ui/js/model/messages for easier third-party integrations b38040
-
Allow passing message container in config df1b6b
-
Initialize should return `this` 6ca04f
-
Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled e2daef
-
Ability to unset layout item with falsy value f49dd5
-
Fix duplicate "add to cart" action when using `.trigger('submit')`
This commit allows preventing "submit" event in listeners attached
to parent elements (document). 821e4b -
Allow importing js without file extension 7ed663
-
Added ability to write mixin for plain objects and functions 0421d2
-
Added missing 'mage/storage' component f9547f
-
Version 2.14.4 f5f565
-
Fixed infinite cart page reload when third-party module changes 'cart' on each page reload (Klaviyo_Reclaim) 51841c
-
Add missing customerData.getInitCustomerData function 45a8f6
-
Improve $.Deferred API bce941
-
Fixed persistent paypal error message across all pages b04d05
-
Version 2.14.3 2fe57c
-
Allow to pass function in `.text()` a37d00
-
Constraint dropdown inside parent container with 'overflow' style c36de5
-
Version 2.14.2 57ba9a
-
Fixed not working gtm if gtag function is declared in third-party module cb84b4
-
Version 2.14.1 6ad0a3
-
Fixed js error when selector is not a string b39076
swissup/theme-frontend-breeze-blank — 2.7.4 (was 2.7.0)
-
Version 2.7.4 a6d526
-
Paypal InContext styles 382990
-
Configurable css filter for out of stock items 6e4d95
-
Fixed "Out of stock" label styles when primary actions use absolute position dc3190
-
Hide empty fieldsets (Review form on Magento 2.4.7) cd1255
-
Added integration with PickupInStore a46995
-
Fixed extra margins around empty elements 8abe80
-
"Selected" state for secondary button (Used by MSI store pickup module) ead464
-
Missing msrp link style in shopping cart 8c2d30
-
Remove extra spacing below line-through price when msrp is used fb6a7b
-
Fixed overlapped msrp price when it's shown aside of product name 2a3d3a
-
Remove hardcoded old-price text-decoration a74d7b
-
Version 2.7.3 b10782
-
Fixed not working `:extend` styles on newer less.js version.
https://github.com/orgs/breezefront/discussions/252 d3fa40 -
Hide mixins from output (If `import (reference)` will be removed) a0dbbf
-
Remove unused styles (Newsletter block doesn't have block-title and block-content children) eb847a
-
Fixed tocart styles when actions are absolutely positioned 34a28d
-
Version 2.7.2 27fe3d
-
Disable sticky product info by default 98c2f9
-
Fixed product page styles when details block is removed from layout d516c8
-
Fixed sticky info positioning inside modal popup 04c406
-
Sticky media and info at the product page e3eb9c
-
Version 2.7.1 ab1627
-
Do not use two-column boxes in sidebar (Add by sku) 018e85
-
breezefront / breeze
2.15.0 Apr-
2.15.0
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-breeze:2.15.0
swissup/module-breeze-integrations:1.3.2
Changelog (autogenerated)
swissup/module-breeze — 2.15.0 (was 2.14.1)
-
Version 2.15.0 0dbf6c
-
New bundle for dynamic js only. Useful for third-party integrations. e61aa6
-
Allow to use $.mixin on instantiated component 22ec6b
-
Improve logic for dynamically registered components.
It will register both path and alias (if available) now. fdfbf7 -
PaypalInContext support 8a3ae1
-
Added "shim.exports" support for PaypalInContext module 7a530d
-
Automatically register dynamic js components 6359e8
-
Fixed js error when checkoutConfiug is not available a1eb36
-
Fixed js error when navigating from "paypal review" to cart using Turbo 102fb8
-
Fixed js errors at "paypal review order" page 656247
-
Align $.post and $.get methods with jQuery API
Second argument is a data object, not the settings. dd545d -
Removed excessive code 695a6d
-
Improve Deferred API: resolve, reject should return promise.
Fixes PaypalInContext: `return $.Deferred().resolve();` 7cd10e -
Allow to pass observables in request params (PaypalInContext) 578016
-
Fixed incorrect 'response' parameter in 'ajax:addToCart' event 363684
-
Pass element in initialize method (Same as in Luma) 2baac1
-
Improve $.Deferred API 8949ea
-
Magento 2.4.7 fix: purgeMessages is not a function 934df5
-
Cleanup messages after hide animation. Fixes too large gap if cookie message was hidden. d21a0d
-
Fixed missing cookie messages on initial page load (compare) 2f9454
-
Fixed incorrect url to the json dictionary file bc4cde
-
Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled ab98b5
-
Revert "Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled"
This reverts commit e2daefad4de332b5fa34f2185843f623f72b4d21. bef34b -
Show password component added fafbca
-
Autoregister dynamic components for easier reuse of luma files.
See the next commit with show password component. 18ff9c -
Render login popup just before show instead of lazy 0a1b2e
-
Align ajax callbacks with jQuery API: add status and pass json data if possible d47d91
-
Minimal uiLayout implementation (Used by StripePayments) 580f45
-
Added Magento_Ui/js/model/messages for easier third-party integrations b38040
-
Allow passing message container in config df1b6b
-
Initialize should return `this` 6ca04f
-
Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled e2daef
-
Ability to unset layout item with falsy value f49dd5
-
Fix duplicate "add to cart" action when using `.trigger('submit')`
This commit allows preventing "submit" event in listeners attached
to parent elements (document). 821e4b -
Allow importing js without file extension 7ed663
-
Added ability to write mixin for plain objects and functions 0421d2
-
Added missing 'mage/storage' component f9547f
-
Version 2.14.4 f5f565
-
Fixed infinite cart page reload when third-party module changes 'cart' on each page reload (Klaviyo_Reclaim) 51841c
-
Add missing customerData.getInitCustomerData function 45a8f6
-
Improve $.Deferred API bce941
-
Fixed persistent paypal error message across all pages b04d05
-
Version 2.14.3 2fe57c
-
Allow to pass function in `.text()` a37d00
-
Constraint dropdown inside parent container with 'overflow' style c36de5
-
Version 2.14.2 57ba9a
-
Fixed not working gtm if gtag function is declared in third-party module cb84b4
-
swissup / checkout-success
2.0.9 Mar-
2.0.9
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-checkout-success:2.0.9
swissup/module-checkout:1.5.2
swissup/module-core:1.12.19
Changelog (autogenerated)
swissup/module-checkout-success — 2.0.9 (was 2.0.8)
swissup/module-core — 1.12.19 (was 1.12.18)
swissup / customer-field-manager
1.2.11 Mar-
1.2.11
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-customer-field-manager:1.2.11
swissup/module-field-manager:1.3.4
swissup/module-core:1.12.19
Changelog (autogenerated)
swissup/module-customer-field-manager — 1.2.11 (was 1.2.10)
swissup/module-field-manager — 1.3.4 (was 1.2.16)
-
Version 1.3.4 80c65e
-
Fixed php error caused by last commit 98f125
-
Version 1.3.3 2a32e5
-
Fixed error when saving datefield from the store with fr_FR locale bdb22b
-
Reduce code nesting 15502c
-
Version 1.3.2 ff16ac
-
Improve attribute code in value fix 9f4881
-
Version 1.3.1 8ffdb9
-
PHP Stan fixes aa21ca
-
Version 1.3.0 86ad34
-
Fixed failed multiselect elements validation during checkout
The error was "Attribute %s does not contain option with Id %s"
It happened because Magento uses "\n" to implode value of custom attributes,
while validator expects ',' to get selected options. c61b66 -
Fixed php warning for multiselect elements d2223e
-
Added ability to create checkbox and radio options.
swissup/module-customer-field-manager#6 dd1051 -
Fixed: Undefined index type, when saving default magento fields. f40b60
-
Version 1.2.18 3e9139
-
Fixed not selected "No" option 904403
-
Version 1.2.17 332f8d
-
Try to create column after every save in case it wasn't created before bc8ded
-
Fixed not working DB column adding in AFM 8e590d
swissup/module-core — 1.12.19 (was 1.12.14)
-
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
-
Version 1.12.16 cd4b23
-
Refactor console command return statements to use built-in constants afb97a
-
Version 1.12.15 5b1638
-
Add --installed and --outdated options for module:list command f296a6
-
Merge pull request #17 from swissup/virtualcheck
Added option to check if there's no virtual themes and fix them 40c551 -
Code refactoring fb9de3
-
Applied code-review recommendations 2nd attempt c7fae8
-
Applied code-review recommendations 4d733c
-
Removed objectManager 612d9e
-
Removed unused files 1879b3
-
Moved js to separate file 772373
-
Merge branch 'master' into virtualcheck 342053
-
Added controller to apply changes to database f1201c
-
Replace \Zend_Http (zf1) for 2.4.6 compatability de5216
-
Remove debugging comments 58dcee
-
swissup / firecheckout
1.31.4 Mar-
1.31.4
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-address-autocomplete:1.7.0
swissup/module-address-field-manager:1.6.16
swissup/module-address-validation:1.0.4
swissup/module-checkout-cart:1.5.9
swissup/module-checkout-fields:1.6.11
swissup/module-checkout-registration:1.2.0
swissup/module-checkout-success:2.0.9
swissup/module-customer-field-manager:1.2.11
swissup/module-delivery-date:1.7.10
swissup/module-firecheckout:1.31.4
swissup/module-geoip:1.5.7
swissup/module-orderattachment:1.5.1
swissup/module-subscribe-at-checkout:1.3.5
swissup/module-taxvat:1.4.4
swissup/module-checkout:1.5.2
swissup/module-core:1.12.19
swissup/module-field-manager:1.3.4
swissup/module-firecheckout-integrations:1.4.7
Changelog (autogenerated)
swissup/module-checkout-fields — 1.6.11 (was 1.6.9)
-
Version 1.6.11 7d7f61
-
Fixed possible error during checkout placement 3fded7
-
Version 1.6.10 1eea6f
-
Convert date to ISO when edit field in backend fa2591
-
Patch to convert dates to ISO format 3492ed
-
Save date in DB in mysql format f87f4b
-
Fix for the prev commit and en_US locale a10708
-
Fixed invalid date in backend calendar editor when frontend/backend locales are en_US/uk_UA 597f97
swissup/module-checkout-registration — 1.2.0 (was 1.1.12)
-
Version 1.2.0 41b24b
-
Fixed detection of API order bb3d85
-
Fixed error in previous commit 93a846
-
Ability to disable module for orders created via rest/soap api. Closes #4 1aab49
swissup/module-checkout-success — 2.0.9 (was 2.0.8)
swissup/module-customer-field-manager — 1.2.11 (was 1.2.10)
swissup/module-delivery-date — 1.7.10 (was 1.7.9)
-
Version 1.7.10 38b733
-
Fixed error when delivery date is not set 1fb7b1
-
Fixed possible incorrect date in backend edit calendar fa6d50
swissup/module-firecheckout — 1.31.4 (was 1.31.3)
-
Version 1.31.4 f16cc4
-
Css fixes for third-party themes 1f0def
-
Fixed missing "Same as shipping" checkbox after using pickup in store ca9873
-
Fix info tooltip icon on breeze theme 09655c
swissup/module-orderattachment — 1.5.1 (was 1.5.0)
-
Version 1.5.1 fbc19e
-
Fixed inability to upload the same file multiple times in a row. Closes #19 0b3903
swissup/module-core — 1.12.19 (was 1.12.18)
swissup/module-field-manager — 1.3.4 (was 1.3.2)
-
swissup / core
1.12.19 Mar-
1.12.19
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-core:1.12.19
Changelog (autogenerated)
swissup/module-core — 1.12.19 (was 1.12.12)
-
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
-
Version 1.12.16 cd4b23
-
Refactor console command return statements to use built-in constants afb97a
-
Version 1.12.15 5b1638
-
Add --installed and --outdated options for module:list command f296a6
-
Merge pull request #17 from swissup/virtualcheck
Added option to check if there's no virtual themes and fix them 40c551 -
Code refactoring fb9de3
-
Applied code-review recommendations 2nd attempt c7fae8
-
Applied code-review recommendations 4d733c
-
Removed objectManager 612d9e
-
Removed unused files 1879b3
-
Moved js to separate file 772373
-
Merge branch 'master' into virtualcheck 342053
-
Added controller to apply changes to database f1201c
-
Replace \Zend_Http (zf1) for 2.4.6 compatability de5216
-
Remove debugging comments 58dcee
-
Version 1.12.14 66d6b8
-
Magento 2.4.6 compatibility. Get rid of ZendClientFactory usage. 97f79d
-
Fixed error when module doesn't have tags yet. 68e1b3
-
Version 1.12.13 2d66ce
-
Fix 'trim(): Passing null to parameter 1' (closed swissup/module-search-mysql-legacy#14) ef52b3
-
Virtual theme: visual fix all button added 2927db
-
Virtual theme: small improvement fa72d6
-
Virtual theme: Check added cb9d40
-
Virtual Theme Check: Start 2e8a7e
-
Virtual Theme Check: Start 53f115
-
swissup / highlight
1.9.4 Mar-
1.9.4
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-highlight:1.9.4
swissup/module-core:1.12.19
Changelog (autogenerated)
Initial release
swissup / ajaxlayerednavigation
1.5.7 Mar-
1.5.7
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-ajaxlayerednavigation:1.5.7
swissup/module-core:1.12.19
Changelog (autogenerated)
swissup/module-ajaxlayerednavigation — 1.5.7 (was 1.5.6)
swissup/module-core — 1.12.19 (was 1.12.18)
swissup / askit
1.14.2 Mar-
1.14.2
Report (rev.1)
Package was generated and uploaded to GitHub on with the following dependencies:
swissup/module-askit:1.14.2
swissup/module-core:1.12.19
Changelog (autogenerated)
swissup/module-askit — 1.14.2 (was 1.13.3)
-
Version 1.14.2 ac7a96
-
Allow using any version of psr/log dependency ab6a66
-
Version 1.14.1 d8d76a
-
Prevent 404 error on prodyct page caused by js ajax request.
Try to render product questions listing only when there are questions. 2a010f -
Version 1.14.0 946b81
-
Fix typo (close #63) 60b299
-
add IsItemHasPublicQuetions service 25dd22
-
Add UrlEntityDataResolver 870ce3
-
Add PublicStatuses class b3be85
-
Fix typo in method name fb5d66
-
Questions page. Option "enable when has questions" respects question status.
Close #62. 3db688 -
New config group "Qoestions page". You can disable then at all.
Or show questions page only when it has at least one question. Or show questions page always. Close (#62) 68b266 -
Messages repository. Allow to select by item_id and/or item_type_id. f96e71
-
Fix (add) data-vote component for non ajax listiing 77742a
-
Remove garbage factory classes 491764
-
Remove \Swissup\Askit\Model\Message\Factory 08d43b
-
Remove _objectManager using 988599
-
Add canonical URL to questions pages (close #61). 026dc4
swissup/module-core — 1.12.19 (was 1.12.18)
-