From deae1047cc597ce8477304782ed3d7b12ebd994a Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Thu, 17 May 2018 11:56:58 -0700 Subject: [PATCH] info-xml.md - More headings/whitespace --- docs/extensions/info-xml.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/extensions/info-xml.md b/docs/extensions/info-xml.md index 5635d54a..26e64eb8 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} -- GitLab