Major Features
- QR Code Generator (local) – Generate QR codes locally with chillerlan/php-qrcode; no external API, optional margin and foreground/background colors
📋 Detailed Changes (click to expand)
QR Code Module
- Local generation – Replaced qr-server.com API with bundled chillerlan/php-qrcode; no data sent off-site
- New options – Margin (quiet zone), foreground color, background color
- PHP 8.5 – Removed deprecated
imagedestroy()calls (no-op since PHP 8.0) - UI – Single-line “About QR Codes” alert; form preserves size, ECC, margin, and colors on submit