-
Notifications
You must be signed in to change notification settings - Fork 99
add doc for https://github.com/mautic/mautic/pull/8196 #279
base: main
Are you sure you want to change the base?
Conversation
Looks great 👍, thank you @npracht I just left a small suggestion. |
@RCheesley please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey folks!
I know those link macros are not part of this PR but they are all invalid and will result in broken links.
Release links should be to the tag for the release:
https://github.com/mautic/mautic/releases/tag/number
Can we please fix it while we are here?
Also added a correction for capitalising the names of features in Mautic per the styleguide.
@@ -57,6 +57,8 @@ As of [Mautic 2.10.0][release-2.10.0] you are now able to match form fields with | |||
|
|||
As of [Mautic 2.2.0][release-2.2.0], for fields that include select lists (select, radio, checkboxes), options can be synced with the contact field itself. No more having to manually keep them in sync! If a custom field's list is updated, simply rebuild the form's HTML. | |||
|
|||
As of [Mautic 4.1.0][release-4.1.0], you can decide to skip saving the value if you already have a value for the contact or company field. This might help you avoid erasing an existing value you wouldn't like to lose. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As of [Mautic 4.1.0][release-4.1.0], you can decide to skip saving the value if you already have a value for the contact or company field. This might help you avoid erasing an existing value you wouldn't like to lose. | |
As of [Mautic 4.1.0][release-4.1.0], you can decide to skip saving the value if you already have a value for the Contact or Company field. This might help you avoid erasing an existing value you wouldn't like to lose. |
@@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and | |||
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0> | |||
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0> | |||
[release-2.15.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.15.0> | |||
[release-4.1.0]: <../../../../index.php.com/mautic/mautic/releases/tag/4.1.0> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[release-4.1.0]: <../../../../index.php.com/mautic/mautic/releases/tag/4.1.0> | |
[release-4.1.0]: <https://github.com/mautic/mautic/releases/tag/4.1.0> |
@@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and | |||
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0> | |||
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0> | |||
[release-2.15.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.15.0> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[release-2.15.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.15.0> | |
[release-2.15.0]: <https://github.com/mautic/mautic/releases/tag/2.15.0> |
@@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and | |||
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0> | |||
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[release-2.10.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.10.0> | |
[release-2.10.0]: <https://github.com/mautic/mautic/releases/tag/2.10.0> |
@@ -134,3 +136,4 @@ So, what happened is `{pagelink=1}` was converted into the landing page URL and | |||
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[release-2.3.0]: <../../../../index.php.com/mautic/mautic/releases/tag/2.3.0> | |
[release-2.3.0]: <https://github.com/mautic/mautic/releases/tag/2.3.0> |
closes #253