Skip to content

2.5.0

Compare
Choose a tag to compare
@k00ni k00ni released this 02 Mar 08:09
· 21 commits to master since this release
3e0c610

Maintenance release.

Thank you @cbinding and @patrickmcsweeney for your contributions!

Highlights:

  • Fixed a bug where if url is http without explicit port and redirects to https without explicit port we try to ssl connect on port 80 (4f2b54e)
  • URI parsing refactored (added getURIPartsFromURIAndPreviousURIParts in ARC2_Reader)
  • fixed all failing tests
    • our test suite tests only supported versions of PHP, MySQL and MariaDB from now on
  • added basic Docker setup to allow easier local development (see new folder docker)
  • bumped required min. PHP version to 7.2 - this change helps lowering maintenance and tests efforts
  • updated vendors: PHPUnit 8, Symfony Cache 4.*
  • supersedes and closes #134
  • fixed ARC2_Store trying to use the cache if db_adapter was set to mysqli (not supported, only for PDO)

Related project: https://github.com/semsol/arc2/projects/4