php-gnupg/NEWS.md

19 lines
592 B
Markdown
Raw Normal View History

2019-08-18 15:23:05 +00:00
# News
List of all features for the release
2021-12-30 22:13:43 +00:00
## 1.5.1
- Fixed compilation with PHP 8.1
- Fixed build with gpgme 1.4
2019-08-18 15:23:05 +00:00
## 1.5.0
2021-01-03 16:12:01 +00:00
- Support for PHP 8
- Support for GnuPG 2.1+
2019-08-18 15:23:05 +00:00
- Added argument info for all functions and methods (reflection support)
2021-01-03 16:12:01 +00:00
- Added new function `gnupg_getengineinfo`
- Added new function `gnupg_geterrorinfo`
2019-08-18 15:23:05 +00:00
- Added init array argument for setting home dir and gpg binary file name
- Added additional fields to `gnupg_keyinfo` returned array
2021-01-03 16:12:01 +00:00
- Added parameter to `gnupg_keyinfo` to use `secret_only`
- Fixed `gnupg_deletekey` to use boolean for `allow_secret` parameter