Recent Activities

This page shows what are we working on.

swissup / argento-m2

1 month ago success

swissup / askit

1 month ago success

swissup / easybanner

1 month ago success

swissup / module-easybanner

1 month ago success

swissup / module-theme-editor

1 month ago success

swissup / ajaxlayerednavigation

1 month ago success

swissup / module-ajaxlayerednavigation

1 month ago success
  • 1.6.6
    • Version 1.6.6 3e3d64

    • Remove stock filter from search results page

      The stock filter on search pages causes confusion and provides no value
      with OpenSearch, as the search engine already handles stock availability
      in its relevance scoring. The filter remains active on category pages
      where it's still useful for browsing.

      Fixes issue where 'Out of Stock (5)' filter showed count but returned
      no results when clicked on search pages. 8f7da4

    • Add SQL fallback for OpenSearch attribute aggregation failures

      Fixes #105

      When OpenSearch fails to aggregate product attributes due to type
      mismatches (e.g., 2xl values in integer-mapped fields), implement
      automatic fallback to direct SQL query against catalog_product_index_eav.

      **Changes:**
      - Add LoggerInterface for error visibility
      - Implement nested try-catch with SQL fallback
      - Remove obsolete loadWithFilter() code
      - Add warning logs for OpenSearch failures
      - Add error logs only when both methods fail

      **Impact:**
      - Layered navigation filters now work even with incorrect OpenSearch mapping
      - Operators can monitor fallback usage via logs
      - No user-facing errors for attribute type mismatches 21ad62

swissup / seo-suite

1 month ago success

swissup / module-seo-cross-links

1 month ago success
  • 1.1.26
    • Version 1.1.26 873900

    • Fixed failed compilation when Attribute Pages is not installed. (#8) 4cc63c

  • 1.1.25
    • Version 1.1.25 46465b

    • Fixed not working seosuite without the attribute pages module. (https://github.com/swissup/module-seo-cross-links/issues/8) 7b3d16

    • Fix variable name casing for skipCrossLinksProcessing in afterProductAttribute method 3c0a7f

    • Add skipCrosslinksProcessing parameter to afterProductAttribute method (close #10) 24e491

swissup / attributepages

1 month ago success