| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-09-30 | 981 Bytes | |
| v3.2.0.tar.gz | 2022-09-30 | 1.2 MB | |
| v3.2.0.zip | 2022-09-30 | 2.3 MB | |
| Totals: 3 Items | 3.5 MB | 0 | |
Overview
- New experimental feature - logging zone and user events (enable with
$dblog_use = true;). Create tables using provided SQL scripts, for example:poweradmin-mysql-update-to-3.2.0.sql. Structure of database tables may change in the future! - Redesigned the index page (set
$iface_index = 'list';to revert to the old look) - PHP 8.1 support has been added
- Updated DNSSEC algorithm list
- Twig extension updated (security issue)
Merged pull requests
- MySQL logs by @bnchdan in https://github.com/poweradmin/poweradmin/pull/458
- adding cards to index.html by @bnchdan in https://github.com/poweradmin/poweradmin/pull/459
- adding new icons by @bnchdan in https://github.com/poweradmin/poweradmin/pull/460
- Some DNSSEC fixes by @Lennie in https://github.com/poweradmin/poweradmin/pull/461
Full Changelog: https://github.com/poweradmin/poweradmin/compare/v3.1.0...v3.2.0