Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 1.23 KB

1.0.0 (2022-08-04)

  • First release

1.0.2 (2022-10-17)

  • Add support for full memory processing instead of using files #1

1.0.3 (2022-10-20)

  • Update Buffer.php #2

1.0.4 (2022-12-5)

  • Using the SimpleXMLElement #3

1.0.5 (2023-03-02)

  • Support php 7.3 #4

1.0.6 (2023-06-08)

  • Performance Tuning

1.0.7 (2023-06-11)

  • Upgrade package and change php error_reporting

1.0.8 (2023-08-05)

  • Fix for very slow encryption #10 . Thanks for @jonathanbromley contribution.

1.0.10 (2023-09-20)

  • Fix password is not accepted #18

1.0.13 (2024-11-12)

  • PHP 8.3 support #27

1.0.14 (2024-12-27)

  • PHP 8.4 support #29

1.0.15 (2025-02-17)

  • cleanup composer.json from redundant data; fix dependencies by @gggeek in #30