Releases: xp-forge/keepass
Releases · xp-forge/keepass
2.1.0: XP 12 compatibility
2.0.0: Drop XP <= 9
- Implemented xp-framework/rfc#341: Drop XP <= 9 compatibility - @thekid
- Added PHP 8.4 to test matrix - @thekid
- Merged PR #3: Migrate to new testing library - @thekid
1.0.2: XP 11 compatibility
- Made library compatible with XP 11 - @thekid
1.0.1: Annotation syntax
- Implemented RFC #335: Remove deprecated key/value pair annotation syntax
(@thekid)
1.0.0: Drop PHP5
- Implemented feature request #2, also allowing
io.File
instanes as
parameter forKeepassDatabase::open()
.
(@thekid) - Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
PHP version is now 7.0.0!
(@thekid)
0.6.1: XP10 compatibility
- Added compatibility with XP 10, see xp-framework/rfc#333 - @thekid
0.6.0: XP9 Compatibility
0.5.0: Drop PHP 5.5
0.4.0: Paths
- Added path accessor to groups and entries - @thekid