diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5570ab..33780035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,7 @@ ### Added * Added @CarolinaOP and @louiswol94 as plugin contributors -* File-based execution mode for snippets (Activate in Plugin Settings) -* Playwright integration for automated testing -* Support for Composer package prefixing to prevent conflicts +* File-based execution mode for snippets (Optional in Plugin Settings) ### Changed * Minor UI/UX tweaks to the editor form and sidebar diff --git a/src/readme.txt b/src/readme.txt index 05389b2a..09f08d38 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -106,13 +106,10 @@ You can report security bugs found in the source code of this plugin through the = 3.7.1-beta.1 (2025-10-16) = - __Added__ * Added @CarolinaOP and @louiswol94 as plugin contributors -* File-based execution mode for snippets (Activate in Plugin Settings) -* Playwright integration for automated testing -* Support for Composer package prefixing to prevent conflicts +* File-based execution mode for snippets (Optional in Plugin Settings) __Changed__