Releases: xp-forge/credentials
Releases · xp-forge/credentials
3.1.0: XP 12 compatibility
3.0.0. Drop XP <= 9
- Made compatible with https://github.com/xp-forge/keepasss version 2.0
(@thekid) - Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
- Merged PR #11: Migrate to new testing library - @thekid
2.1.0: Vault error handling
2.0.4: PHP 8.2 compatibility fixes
2.0.3: REST client library compatibility
- Made library compatible with
xp-forge/rest-clientversion 4.0.0
(@thekid)
2.0.2: XP 11 / library compatibility
- Made library compatible with XP 11,
xp-forge/rest-clientversion 3.0.0
(@thekid)
2.0.1: Library compatibility
- Made compatible with
xp-forge/rest-client2.0.0 - @thekid
2.0.0: Drop PHP 5 support
- Implemented xp-framework/rfc#335: Remove deprecated key/value pair
annotation syntax
(@thekid) - Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
PHP version is now 7.0.0!
(@thekid)
1.0.1: XP10 compatibility
- Made compatible with XP 10 - @thekid
1.0.0: Flat hierarchies
- Heads up: Dropped support for hierarchical credentials using forward
slashes. Credential groups in KeePass databases and in Vault can be
accessed by passing the groups' names to their respective constructors. - Require xp-forge/rest-client
^1.0- @thekid