Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aaapl/smsapi-php-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: smsapi/smsapi-php-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 25 files changed
  • 3 contributors

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    394f7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    740353d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4702d79 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. fix: remove implicit nullable types for PHP 8.4 compatibility

    Replace `bool $param = null` with `$param = null` (untyped) to avoid
    E_DEPRECATED in PHP 8.4 while maintaining backward compatibility
    with PHP 7.0+ as declared in composer.json.
    
    Type information preserved in @PARAM docblocks for IDE/static analysis.
    AdamPiorko authored and maciejlew committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    586a8f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request smsapi#141 from maciejlew/php-8.4-compatibility

    Remove implicit nullable types for PHP 8.4 compatibility
    maciejlew authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    6d46451 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. Remove deprecated features - request DTOs setters and HTTP client rel…

    …ated exceptions. Preparation for next major release.
    maciejlew committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    3710555 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82599bf View commit details
    Browse the repository at this point in the history
  3. Release version 4.0.0

    maciejlew committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    1f53922 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aebb54 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Add explicit read-only permissions to CI workflow to mitigate GITHUB_…

    …TOKEN exposure risk identified in CVE-2026-45793.
    maciejlew committed May 20, 2026
    Configuration menu
    Copy the full SHA
    5bde9d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426b423 View commit details
    Browse the repository at this point in the history
Loading