### Version 1.1 (17.10.2025) - Security and Compatibility Update
- ✅ Added admin-only access restriction (requires "Manage Settings" permission)
- ✅ Fixed deprecated pass-by-reference syntax for PHP 8+ compatibility
- ✅ Implemented output buffering to properly capture phpinfo() output
- ✅ Added comprehensive error handling with try-catch blocks
- ✅ Fixed syntax errors in the help function
- ✅ Added security warnings in documentation
- ✅ Verified compatibility with PHP 7.4 through 8.6
**Security Improvements:**
- Admin permission check prevents unauthorized access
- Error handling prevents sensitive information leakage
- Proper output buffering for secure display
**Compatibility Improvements:**
- PHP 8.0+ compatible (fixed deprecated syntax)
- Works with PHP 7.4 through 8.6
- Better error handling for all PHP versions