Skip to content

Commit efc8b2a

Browse files
author
Vítězslav Dvořák
committed
feat: Update AbraFlexi evidence, property, and relation definitions across static files and related PHP classes, and update the changelog.
1 parent 7dfbf5e commit efc8b2a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

debian/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
php-spojenet-abraflexi (3.6.6) UNRELEASED; urgency=medium
1+
php-spojenet-abraflexi (3.6.6) experimental; urgency=medium
22

3+
[ vitex ]
34
* ExtID parsing fix II
45

5-
-- vitex <info@vitexsoftware.cz> Tue, 09 Dec 2025 01:52:18 +0100
6+
-- Vitex <vitezslav.dvorak@spojenet.cz> Thu, 15 Jan 2026 17:32:24 +0100
67

78
php-spojenet-abraflexi (3.6.5) experimental; urgency=medium
89

src/AbraFlexi/RO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public function __toString()
402402
public function __unserialize(array $data): void
403403
{
404404
foreach ($data as $key => $value) {
405-
$this->setupProperty($data, $key);
405+
$this->setupProperty((string) $key, $value);
406406
}
407407

408408
$this->curlInit();

0 commit comments

Comments
 (0)