Version: 1.5.5
1.5.5
Released on August 08, 2025
💅 Polish
- Option to set custom port for NODE and PYTHON apps [FEATURE REQUEST] #618
- Improvements to OpenPanel > Dashboard > Usage widget.
- Improvements to OpenPanel > PM2 > Install page.
/api/auto-installer
endpoint./wp-verify-checksum
route is renamed to/wp-cli/verify-checksum
./wp-download-core
route is renamed to/wp-cli/download
./wp-shuffle-salts
route is renamed to/wp-cli/shuffle-salts
./wp-cache
route is renamed to/wp-cli/cache
./wp-maintenance-mode
route is renamed to/wp-cli/maintenance-mode
./get_login_link
route is renamed to/wp-cli/login
.- Added options to reinstall all plugins and check plugins checksum on WP Manager.
- OpenPanel > Dashboard > Statistics widget is merged with OpenPanel > Dashboard > Usage widget.
- Optimized WordPress Install process: adding autologin mu plugin is now performed in background.
- Removed timout limit for
backup
command executed via OpenPanel > Docker > Terminal forbackup
service.
🐛 Bug Fixes
fixed bug with WP Manager always setting domain/subdirectory
for installation instead of using docroot/subdirectory
.
- Bug in OpenPanel UI on /mysql/import OCI runtime exec failed:
exec failed: unable to start container process: exec: "mysql": executable file not found in $PATH: unknown #624
- fixed bug with
MemPerc
returning incorrect values on OpenPanel > Dashboard > Usage widget. - fixed bug with
how_to_topics
widget not displaying on OpenPanel > Dashboard. - fixed css bug with table head on OpenPanel > PHP > Extensions.
- fixed title and sidebar active state for 'PHP Extensions' and 'PHP.INI Editor'.
- fixed bug with 'Open phpMyAdmin' icon on Dashboard not opening in new tab.
- fixed bug uninstall WP from WP Manager due to CSRF token missing.
- fixed bug installing WordPress from WP Manager if mysql/mariadb container was previously stopped.
Was this helpful?