Skip to content

Commit bff7707

Browse files
authored
Merge pull request #517 from ExpressionEngine/feature/7.dev/update-cli-commands
Add CLI changes to changelog
2 parents d6e1cc1 + 9793a0b commit bff7707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/installation/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
- Support RTL text direction in Rich Text fields; [#1981](https://github.com/ExpressionEngine/ExpressionEngine/issues/1981)
4141
- Moved the selected checkboxes to the top of the list if the list is too long; [#653](https://github.com/ExpressionEngine/ExpressionEngine/issues/653)
4242
- Enable including database views into backups
43+
- Added new CLI commands for generating add-on [Actions](cli/built-in-commands/make-action.md), [Tags](cli/built-in-commands/make-tag.md), and [Extension Hooks](cli/built-in-commands/make-extension-hook.md)
44+
- Added compatibility-mode flag to `make:addon` CLI command
4345

4446
- **Bug Fixes** 💃🐛
4547
- Resolved [#2438](https://github.com/ExpressionEngine/ExpressionEngine/issues/2438) where Low Variable types were not migrated properly to Pro Variable types
@@ -60,6 +62,7 @@
6062

6163
- **Developers** 💻
6264
- Added [Add-on Controllers](development/addon-controllers/about.md) classes
65+
- `make:addon` CLI command now generates add-on's with Add-on controller classes
6366

6467
## Version 7.1.6
6568
(Release: September 26, 2022)

0 commit comments

Comments
 (0)