Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitrix24-php-sdk beta 1 build #367

Merged
merged 5 commits into from
Feb 18, 2024
Merged

bitrix24-php-sdk beta 1 build #367

merged 5 commits into from
Feb 18, 2024

Commits on Feb 18, 2024

  1. Change data provider methods to static in tests

    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>
    mesilov committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ad94742 View commit details
    Browse the repository at this point in the history
  2. Refactor constants declaration in DefaultRequestIdGenerator

    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>
    mesilov committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6aeacd6 View commit details
    Browse the repository at this point in the history
  3. Update constant declaration in AbstractCrmItem

    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>
    mesilov committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    86f0885 View commit details
    Browse the repository at this point in the history
  4. Update constant declaration in AbstractCatalogItem

    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>
    mesilov committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    855cd96 View commit details
    Browse the repository at this point in the history
  5. Update release date and php support in CHANGELOG

    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 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    bad9929 View commit details
    Browse the repository at this point in the history