Skip to main content
Version: 1.7.60

1.7.44

Released on February 20, 2025

💅 Polish

  • Configured a workflow to spell-check Python and templates code using CodeSpell prior to each version release.
  • --skip-themes flag is added to all wp-cli commands in WP Manager.
  • WP Vulnerabilities in Site Manager.
  • Last login log is now visible on OpenAdmin > Users > single user page.
  • All WP-CLI commands in WP Manager are now optimized to run with php -d memory_limit=-1 -d open_basedir=none -d disable_functions= -d display_errors=0 -d error_log=/dev/null.
  • Removed duplicate call to /plugins on the OpenPanel > Dashboard page.
  • Removed duplicate call to /shortcuts.json on the OpenAdmin > Dashboard page.
  • Include custom.css and custom.js on OpenPanel pages only if Admin adds custom code.
  • Plugin imports are now optimized during startup.
  • The database size on the /api/mysql-size route is now rounded to 2 decimal places.
  • docker-usage_stats_cleanup command is removed.
  • /plugins on OpenPanel are now loaded ont when custom plugins are installed by Administrator.
  • OpenAdmin > Users > single user page will now accept and update hash in the url to open tabs.
  • Added logs flag to opencli domains-ssl command.
  • Option to view SSL-related logs for domain from OpenAdmin > Domains page.

🐛 Bug Fixes

  • Fixed bug in File Manager with 'Calculate' link when uri has ? or # params.
  • Bug in /file-manager/upload - upload percentage stuck on 1% #861
  • Fixed caching bug on /api/database_info and /api/database-size.
  • Fixed 500 error on email edit page.
  • /usr/local/opencli/sentinel.sh: line 64: 2026-02-18 17:59:52: syntax error in expression (error token is "17:59:52")
  • [1] [CRITICAL] WORKER TIMEOUT (pid:75)
  • Fixed bug executing wp-cli command on WP Manager > Options.
  • Fixed bug generating auto-login link for WP Manager when website was added (scanned) and mu-plugins directory does not exist.
  • Fixed bug with resource usage retention in user panel.
  • /usr/local/opencli/plan/create.sh: line 35: TEXT: No such file or directory
  • Fixed CSS bug with mobile menu on OpenAdmin > Users > single user page.
Was this helpful?