-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for 1.7.1 release, info.xml + release notes
- Loading branch information
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# iATS CiviCRM Extension 1.7.1 | ||
|
||
Feb 5, 2020 | ||
|
||
This release is a maintenance release for the 1.7 series. | ||
It is recommended, but not urgently, for all CiviCRM installs on 5.x and above. | ||
|
||
It: | ||
1. Sanitizes '&' out of names when using the legacy processor. A '&' in the name field will generate errors in the processor. | ||
2. Updates the "settings" functions to use standard non deprecated Civi::settings facade (i.e. avoid deprecation notices). Thanks Seamus! | ||
3. Fixes a false warning about your civi cron on the admin console page. | ||
|
||
If you are currently on the 1.6.x series, please also read the 1.7.0 release notes. |