Recent Activities
This page shows what are we working on.
-
1.11.0
-
head
-
H1-H3 and block title font sizes https://github.com/swissup/argento-breeze/issues/3 7bf6d1
-
-
3.1.2
-
head
-
H1-H3 and block title font sizes https://github.com/swissup/argento-breeze/issues/3 573e43
-
-
head
-
H1-H3 and block title font sizes https://github.com/swissup/argento-breeze/issues/3 1e3072
-
-
1.5.15
-
Version 1.5.15 5b4c6f
-
-
1.5.15
-
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
-
-
head