PHP Monitor 5.6.2 is a maintenance release that fixes a few minor bugs.
Upgrading
The recommended way of upgrading is running brew update-reset && brew upgrade phpmon
after you've installed PHP Monitor using Homebrew. This always gets you the latest and greatest stable version of PHP Monitor.
If you did not use Homebrew to install the app, you can download a zip below (by expanding Assets and choosing phpmon.zip
).
Resolved Issues
- Fixed an issue with the way the
valet secure
command works (#197). - Fixed an issue with a separator being missing from the menu when Xdebug mode configuration is hidden.
- Fixed an issue with a retain cycle (i.e. small memory leak) related to the update window that is displayed when you manually or automatically upgrade your Composer dependencies. This probably didn't even need to be fixed (due to the very limited impact) but here we are.