Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Conversation

@mesilov
Copy link
Owner

@mesilov mesilov commented Feb 18, 2024

No description provided.

The data provider methods used in various test cases have been changed to static. This change was applied to "CredentialsTest", "ApplicationStatusTest", "ApplicationProfileTest", "DefaultRequestIdGeneratorTest", and "TimeTest". An additional command has also been added to the Makefile for running unit tests.

Signed-off-by: mesilov <mesilov.maxim@gmail.com>
Constants in DefaultRequestIdGenerator were refactored to remove 'string' and 'array' type declarations. These changes conform to PHP constants declaration rules, which do not require type specification.

Signed-off-by: mesilov <mesilov.maxim@gmail.com>
The constant CRM_USERFIELD_PREFIX in the AbstractCrmItem class has been updated to remove the 'string' type declaration, in accordance with PHP's constants declaration rules which do not require specifying the type.

Signed-off-by: mesilov <mesilov.maxim@gmail.com>
The constant CRM_USERFIELD_PREFIX in the AbstractCatalogItem class has been updated to remove the 'string' type declaration, keeping in line with PHP's convention for declaring constants which does not require specifying the type.

Signed-off-by: mesilov <mesilov.maxim@gmail.com>
The release date for version 2.0-beta.1 in the CHANGELOG.md file has been updated. Additionally, the PHP support information has also been changed to reflect the added support for PHP 8.2 and 8.3, and the removal of support for PHP 8.0 and 8.1.

Signed-off-by: mesilov <mesilov.maxim@gmail.com>
@mesilov mesilov added the 2.x issue related with 2.x sdk version label Feb 18, 2024
@mesilov mesilov merged commit 949eb61 into dev Feb 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

2.x issue related with 2.x sdk version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants