Releases: nicoverbruggen/phpmon
v2.1
This version only supports Valet 2.8 and PHP 7.4. You need those two installed at the very least.
- New icon for macOS Big Sur, checked compatibility with latest macOS beta
- Builds are now notarized and can be installed via Homebrew
- Builds now make use of the hardened runtime
- Fixed the text of an error that incorrectly told you to install Valet via Homebrew
v2.0
This version only supports Valet 2.8 and PHP 7.4. You need those two installed at the very least.
New in this version:
- The app now reports if your PHP installation is broken or has issues
- The app now reports if multiple PHP services are running via Homebrew
- The app won't crash if your PHP installation is broken or errors appear when you run
php -v
- An option has been added to force load the latest PHP version (7.4) — perfect if you're stuck or the websites nginx is serving don't match your PHP version number
- The app now uses
/bin/sh
instead of/bin/bash
, which on some machines will be much faster
Note: The binary below is not signed or notarized. On macOS Catalina, you need to right-click while holding ⌥ (option) and select Open. After this, macOS will ask you if you're sure you want to run the app. (Otherwise macOS will tell you that the app needs to be updated.) Future releases will be signed and notarized.
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 php@7.4
)
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