Recent Activities

This page shows what are we working on.

swissup / pro-labels

5 days ago success

swissup / module-pro-labels

5 days ago success
  • 1.7.28
    • Version 1.7.28 f67742

    • Fix: Allow text labels without digits, validate stock_item instead

      - Remove regex check that blocked text-only labels
      - Add stock_item validation when variable is used in label text
      - Use optional chaining for safer property access

      Fixes #38 429bf7

  • 1.7.27
    • Version 1.7.27 de840f

    • Fixed not initialized labels in preview at Magento 2 system config. 842f92

    • Fixed poorly positioned labes in preview in admin. 3e03de

    • Enhancement: Update getBackgroundImageUrl ( use parent selector instead of href); modify getControlName to support Uppy input 4613ff

    • Fixed issue when uploaded image doesn't showup in preview for manula labesl. 9a84cd

swissup / floriteshop-chic-custom

5 days ago error

swissup / module-seo-cross-links

1 week ago success
  • head
    • Fix variable name casing for skipCrossLinksProcessing in afterProductAttribute method 3c0a7f

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

  • 1.1.24

swissup / knowledge-base

1 week ago success

swissup / module-knowledge-base

1 week ago success
  • 1.1.35
    • Version 1.1.35 006c83

    • Fix HTML entity decoding order in FAQ schema cleaner

      Decode HTML entities before stripping tags to prevent <script>
      from becoming <script> after sanitization. Also add explicit script/style
      removal and 5000 char limit per Google recommendations.

      Fixes DOM breakage caused by encoded scripts in FAQ content. 8d443a

  • 1.1.34

swissup / module-address-autocomplete

1 week ago success

swissup / theme-frontend-argentohyva-chic

1 week ago success
  • head
    • Prodict listing. Keep working on both modes (grid and list) b5be0f

    • Product list at category page in grid come. Including both toolbars (top and bottom). dc8cc3

    • Category page image according to Chic design. 4dff3b

    • Remove unnecessary comments from tailwind-source.css 56a004

    • Add swissup/module-image dependency to composer.json 08a93e

    • Add image dimensions for product listings and widgets in view.xml ffb0bf

    • Product listing. Swatches position and look update. f1ad92

    • Remove directory tailwind-off fcf5f0

    • Fixed missing double quote in header panel cms block 5ae28f

    • Make header panel center. 812b2d

    • Fix theme name for marketplace installer. 2adeb1

    • Enhance product item styling with rounded corners and background color adjustments c59195

    • Add slider arrow buttons template 1ff4be

    • Update to work with hyva theme 1.4.2 603f86

    • Working on product card styles. 8435e0

    • Update Tailwind CSS configuration for primary colors. Update product list item buttons position. 1d7437

swissup / module-license

1 week ago error
  • head
    • Multiple subscriptions per customer. Use the newest for each product. a3475a

    • Fixed php error when crypt key is not set. Throw exception instead. 011a90

swissup / module-cache-exclude

1 week ago success
  • 1.0.4
    • Version 1.0.4 f5f276

    • Fix cache inconsistency bug for URLs with excluded parameters

      - Fixed bug where URLs without parameters and URLs with only excluded
      parameters (like UTM) created different cache entries
      - For Magento 2.4.7+: Removed redundant cache identifier regeneration
      in IdentifierFix, relies on core getMarketingParameterPatterns()
      - For Magento < 2.4.7: Kept manual parameter stripping logic that works
      correctly for older versions
      - Updated IdentifierForSave to skip manual URI manipulation on 2.4.7+
      - Result: /page and /page?utm_campaign=123 now share same cache entry

      Reported behavior confirmed and fixed:
      - First visit /page: 1.6s (generates cache)
      - Second visit /page: 0.4s (uses cache)
      - Visit /page?utm_campaign=123: now 0.4s (uses same cache) ✓
      - Visit /page?utm_campaign=123&utm_source=test: 0.4s (same cache) ✓ cc5763

  • 1.0.3