Skip to content

Releases: nicoverbruggen/phpmon

v1.8

20 Feb 16:31
Compare
Choose a tag to compare

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

20 Feb 10:52
Compare
Choose a tag to compare

v1.6

20 Dec 11:02
Compare
Choose a tag to compare

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

10 Sep 16:06
Compare
Choose a tag to compare
  • Improved positioning of the text in the menu bar (for retina & non-retina displays)
  • Minor code cleanup
  • Added MIT license

v1.3

15 Jul 06:21
Compare
Choose a tag to compare
  • 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

v1.2

08 Jul 08:52
Compare
Choose a tag to compare

This version fixes an issue when switching to PHP 7.3 (#3).