Skip to content

Commit ed72de5

Browse files
committed
Add a note about generated add-on compatibility between major versions
1 parent 5acac7c commit ed72de5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/development/addon-development-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ These are just a few ideas of what you can do with custom add-ons. The possibili
3434
## Getting Started
3535
Getting started making an add-on is incredibly easy with the CLI. To begin making an add-on, simply use the [`make:addon` command](/cli/built-in-commands/make-addon.md) from the [CLI](/cli/intro.md).
3636

37+
NOTE: Add-ons generated in the latest version of ExpressionEngine are not guaranteed to be backwards compatible with other major versions of ExpressionEngine. If you need to support an older major version it is best to create the Add-on from that version of ExpressionEngine.
38+
3739
TIP: If you are working with an existing add-on, we recommend you start with [Modernizing add-ons](development/modernizing-existing-add-ons.md)
3840

3941
```

0 commit comments

Comments
 (0)