Recent Activities

This page shows what are we working on.

swissup / module-marketplace

1 week ago success

swissup / theme-frontend-argentobreeze-stripes

1 week ago success
  • head
    • H1-H3 and block title font sizes https://github.com/swissup/argento-breeze/issues/3 7bf6d1

  • 3.1.2
    • Version 3.1.2 5e6042

    • Fixed gap in Highlight blocks headers in BCB homepage content 3b512e

    • Added Product Listing Item Background config to Theme Editor 12578b

swissup / theme-frontend-argentobreeze-force

1 week ago success

swissup / theme-frontend-argentobreeze-chic

1 week ago success

swissup / easycatalogimg

1 week ago success

swissup / module-easycatalogimg

1 week ago success

swissup / askit

1 week ago success

swissup / module-askit

1 week ago success
  • 1.14.25
    • Version 1.14.25 d0112b

    • Merge pull request #69 from swissup/fix/issue-68-null-array-offset

      Fix null array offset deprecation on new product form (#68) 1a7529

    • Fix null array offset deprecation on new product form

      modifyData() wrote $data[$productId] where $productId is null for a
      new (unsaved) product, triggering on PHP 8.5:

      Deprecated Functionality: Using null as an array offset is
      deprecated, use an empty string instead

      Guard against a null product id and return $data unchanged, mirroring
      the existing guard in modifyMeta(). current_product_id is meaningless
      for a product that does not exist yet, so skipping the write is safe;
      editing an existing product is unaffected.

      Fixes #68

      Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> 0fd6d0

  • 1.14.24
    • Version 1.14.24 3b54b7

    • test: drop addMethods() for PHPUnit 12 compatibility

      PHPUnit 12 removed MockBuilder::addMethods(). CaptchaTest used it to
      mock getControllerAction() on the Observer mock, but that is a magic
      DataObject getter, not a declared method.

      Replace the two mocks with a real Observer created with the data set
      (`new Observer(['controller_action' => $controller])`) so the magic
      getter returns the controller. Tests pass on both PHPUnit 9.6 (current
      CI) and PHPUnit 12.5.

      Refs swissup/module-askit#67

      Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 8412ad

    • Fixed php 8.4 error: Cannot unset property $totalCount because it might have hooks in a subclass a679be

    • Use the frontend URL builder directly in blocks (BCB preview fix) 82af94

swissup / theme-frontend-swissuplabs

2 weeks ago success

swissup / email

2 weeks ago success