Releases: nicoverbruggen/phpmon
Releases · nicoverbruggen/phpmon
v1.8
This version only supports Valet 2.8 and PHP 7.4. You need those two installed at the very least.
- Restructured menu items (now with extra headers)
- Adds an option to restart nginx
- Adds an option to restart php-fpm
- Adds an option to open the Valet configuration folder (.config/valet)
v1.7
- Manually perform PHP version switch (doesn't use
valet use [email protected]
)
v1.6
This release requires PHP 7.4 and an updated version of Valet. Please make sure your installation is up-to-date prior to upgrading.
- Removed log window (caused crashes)
- Adds support for PHP 7.4 (and is now required)
- PHP version retrieval is faster than ever
- Adds toggle to enable or disable Xdebug
- Note: may not work depending on your configuration. Uncomment xdebug and disable via PHP Monitor for optimal results.
v1.4
- Improved positioning of the text in the menu bar (for retina & non-retina displays)
- Minor code cleanup
- Added MIT license
v1.3
-
Tweaks to the menu bar item:
- No more fixed icon width, the icon now adapts to the width of the actual text
- Now uses the Medium weight of the system font
-
Less frequent checks to see what PHP version is active
-
Adds a history window so you can see which commands have been executed (only the last 100 commands are retained to keep memory requirements low)
-
Performance improvements, lower memory footprint