Skip to content

Commit 4a261ee

Browse files
committed
add-on will require 7.2 once the changes are made
1 parent ae87060 commit 4a261ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/development/modernizing-existing-add-ons.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ExpressionEngine User Guide (https://github.com/ExpressionEngine/ExpressionEngine-User-Guide)
44
55
@link https://expressionengine.com/
6-
@copyright Copyright (c) 2003-2022, Packet Tide, LLC (https://packettide.com)
6+
@copyright Copyright (c) 2003-2023, Packet Tide, LLC (https://packettide.com)
77
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
88
-->
99

@@ -13,7 +13,8 @@
1313

1414
The ExpressionEngine 7.2 release brought a new add-on development approach, which generates the majority of the add-on's needed files and structure. It also brings additional organization to how add-ons are developed.
1515

16-
NOTE: These changes do NOT break existing add-ons. The old development methodologies will still work.
16+
NOTE: These changes do NOT break existing add-ons. The old development methodologies will still work. However once these changes are made the add-on will require ExpressionEngine 7.2+.
17+
1718

1819
The idea of an add-on _being_ a "plugin", "module", "extension", "fieldtype", etc. is no longer accurate. Instead, an add-on can include features such as template tags, actions, fieldtypes, or extensions.
1920

0 commit comments

Comments
 (0)