Skip to content

Releases: ixnode/php-vault

Release v1.3.0

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 04 Jan 23:17

What's Changed

Full Changelog: v1.1.0...v1.3.0

Release v1.2.0

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 04 Jan 23:08

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 04 Jan 22:59

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.1.0

Private and public key version 2 with verification hash

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 27 Apr 22:22

Includes the following features:

  • Private and public key version 2 with verification hash
  • Add own PHPVaultExceptions
  • Catch own exceptions
  • Add --debug option

Add prefix PHPVAULT_ to written system environment variables

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 25 Apr 19:00

Includes the following features:

  • Add prefix PHPVAULT_ to written system environment variables

Fix PHPStan static code analysis on level 8 (max)

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 25 Apr 15:38

Includes the following features:

  • Fix PHPStan static code analysis on level 8 (max)
  • Add some composer script aliases to have better access to the tests (PHPUnit and PHPStan)

Fix $_SERVER, $_ENV and putenv writer

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 23 Apr 21:11

Includes the following features:

  • Fix $_SERVER, $_ENV and putenv writer

Reading and outputting the same string types no longer requires a key

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 23 Apr 20:56

Includes the following features:

  • Reading and outputting the same string types (encrypted vs. decrypted) no longer requires a key.

Writes vault to $_SERVER, $_ENV and putenv

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 23 Apr 20:55

Includes the following features:

  • Writes vault to $_SERVER, $_ENV and putenv

Keep PHP 7.4 compatibility

Choose a tag to compare

@bjoern-hempel bjoern-hempel released this 18 Apr 11:48

Includes the following features:

  • Adherence to PHP 7.4 compatibility
  • Some small refactoring