You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/changelog.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
- Enabled renaming custom tabs in publish layouts; [#792](https://github.com/ExpressionEngine/ExpressionEngine/issues/792)
27
27
- Added system config override for font size in EE code editors; [#921](https://github.com/ExpressionEngine/ExpressionEngine/issues/921)
28
28
- Added per-channel setting for entry title instructions; [#1790](https://github.com/ExpressionEngine/ExpressionEngine/issues/1790)
29
-
29
+
- Updated custom add-on development methodology. (See [Add-on Development Overview](/development/addon-development-overview.md) )
30
30
31
31
32
32
-**Bug Fixes** 💃🐛
@@ -36,7 +36,14 @@
36
36
- Resolved [#2622](https://github.com/ExpressionEngine/ExpressionEngine/issues/2622) where deleting several legacy channel fields could cause MySQL error
37
37
38
38
-**Developers** 💻
39
-
- Created new addon methodology and code structure
39
+
- Created CLI command make:fieldtype
40
+
- Created CLI command make:cp-route
41
+
- Created CLI command make:sidebar
42
+
- Renamed CLI command to make:tag to make:template-tag
43
+
- Overall improvements in several add-on related CLI commands
0 commit comments