Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 886 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
26 lines (18 loc) · 886 Bytes

Change Log

v1.0.0

  • Added support for the Clear Cache command of Drush in Drupal projects. This feature is available only for Linux/Mac OS.

v1.1.0

  • Added support for the Clear Cache command in DDEV Drupal project environment.
  • Fixed minor issues and added comments.
  • Removed extension from the Preview.
  • Updated the Readme file.

v1.2.0

  • Enhanced tooltip to display more details about the site.
  • Added logic to hide the action button if Drush is not found.
  • Improved output messages for end users.
  • Fixed minor issues and removed debugging code.
  • Updated the Readme file.

v1.3.0

  • Adds support for drush v12.
  • Fixes the issues reported in #1 by @elgandoz.
  • Refactors the code for better maintainability and readability.