Releases: Darknetzz/php_passwordmanager
Releases · Darknetzz/php_passwordmanager
1.1.3
What's Changed
- Warn user if connection insecure by @Darknetzz in #6
- Account for reverse proxies when checking HTTP(S) status
- General improvements
Full Changelog: 1.1.2...1.1.3
1.1.2
1.1.1
Hotfix release
This will notify you and allow you to reconfigure configuration file if database connection fails.
What's Changed
- mysql check by @Darknetzz in #3
Full Changelog: 1.1.0...1.1.1
1.1.0
Warning
There are changes to the database structure in this release. You will have to manually add the field "iv" to the accounts table, or recreate table from setup.
Summary
- Now using Bootstrap Icons instead of images
- Support for cipher IV
- More setup options
- Bugfixes
What's Changed
- enforce cipher IV by @Darknetzz in #1
- Prep new release by @Darknetzz in #2
New Contributors
- @Darknetzz made their first contribution in #1
Full Changelog: 1.0.0...1.1.0
1.0.0 - Initial release
Update README.md