Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.45 KB

3.2.1 (2024-01-05)

Bug Fixes

  • ci: change preset conventional changelog (be6e031)

3.2.0 (2024-01-05)

Bug Fixes

Features

  • ci: create release action (429b2e1)

v3.1.0

  • Replace CircleCi with GitHub Actions
  • Add compatibility with PHP 8.0

v3.0.1

  • Replace TravisCI and Scrutinizer with CircleCi and Codecov
  • Published docker image jellybellydev/imageorientationfix:1.0 starting from file .docker/php74/Dockerfile

v3.0.0

⚠ BREAKING CHANGES

  • Refactoring library to minor php version 7.4

v2.0.0

⚠ BREAKING CHANGES

  • Refactoring library to minor php version 7.1
  • Refactoring to PSR-4 autoloading
  • Removed unnecessary code for previous versions of php
  • Improved README file

v1.0.4

  • Fixup: remove version option by composer.json

v1.0.3

  • Add CHANGELOG file