diff --git a/docs/extensions/info-xml.md b/docs/extensions/info-xml.md index 5635d54abadee500ea14051a7b734fa6fae58579..26e64eb88ae2ca26823791f18e5fd132e731818c 100644 --- a/docs/extensions/info-xml.md +++ b/docs/extensions/info-xml.md @@ -318,8 +318,10 @@ Elements acceptable within `<urls>` * Contains: text * Example: `4.7` -!!! note +!!! note "Point releases" It is not currently possible to specify compatibility with point releases. If your extension is compatible with CiviCRM 4.7.21 but *not* 4.7.20, then you will need to clearly specify this in the [comments](#comments). + +!!! note "Forward compatibility (4.7/5.x)" In CiviCRM 5.x `<ver>` tags imply forward compatibility, to bridge this change `<ver>4.7</ver>` is forward compatible with CiviCRM 5.x. ### `<version>` {:#version}