Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1019 Bytes

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1019 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.4.0 - 2021-07-21

Changed

  • Add PHPStan static code analysis
  • Check the header hasn't been sent for calling session_set_save_handler(). Props @pbearne

0.3.1 - 2018-01-16

Changed

  • Fix a PHP error during BaseHandler wireup. Props @sayful1

0.3.0 - 2018-01-15

Changed

  • Updated encryption handler to use a specific Key type from Defuse's library
  • Updated documentation
  • Updated Travis test matrix for modern PHP

0.2.1 - 2017-04-25

Changed

  • Fixed a naming issue affecting internal object storage

0.2.0 - 2017-04-25

Changed

  • Switched from the PHP doc's crypto example to the Defuse Crypto library

0.1.0 - 2016-11-26

Added

  • README explaining the purpose and use of the project
  • Tests to verify adequate functionality
  • This CHANGELOG file