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

Merge release 3.1.1 into 3.2.x #36

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Apr 11, 2024

Release Notes for 3.1.1

3.1.x bugfix release (patch)

3.1.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

* Update dependencies and refactor code

Lowered Symfony versions from 6.3 to 6.2 and updated PHPUnit to be compatible with versions 10.1 and 11.0. Also, 'rector' was updated from version 0.18 to 1.0. Additionally, some classes were refactored and suggestions in composer.json updated. Lastly, a new rule was skipped in ecs.php.

* Cast ciphertext to string in substr method calls

The usage of mb_substr function was updated to explicitly cast ciphertext to a string in both AESGCMTest.php and AES128GCMTest.php. This change ensures that the substr function handles the ciphertext consistently as a string across different pieces of code, thereby reducing the likelihood of type-related errors.

* Update getTitle method return type

The return type of the getTitle method in Message class has been updated. It no longer allows for a null return, enforcing a string return type to ensure consistency across the code base.
@Spomky Spomky merged commit 5a91152 into 3.2.x Apr 11, 2024
19 of 20 checks passed
@Spomky Spomky deleted the 3.1.x-merge-up-into-3.2.x_0VTRcdeK branch April 11, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant