From 277ef203ae229595c4685540ff045cf503420570 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Mon, 2 Jul 2018 13:37:55 -0400 Subject: [PATCH] 5.3.0 release notes: raw from script --- release-notes/5.3.0.md | 365 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 365 insertions(+) create mode 100644 release-notes/5.3.0.md diff --git a/release-notes/5.3.0.md b/release-notes/5.3.0.md new file mode 100644 index 0000000000..4ebe70d399 --- /dev/null +++ b/release-notes/5.3.0.md @@ -0,0 +1,365 @@ +# CiviCRM 5.3.0 + +Released July 4, 2018; + +- **[Features](#features)** +- **[Bugs resolved](#bugs)** +- **[Miscellany](#misc)** +- **[Credits](#credits)** + +## Features + +### Dedupe + +- **[CRM-20841](https://issues.civicrm.org/jira/browse/CRM-20841) Manual Merge - on_hold, is_bulkmail or signature information lost ([10630](https://github.com/civicrm/civicrm-core/pull/10630))** + +### NYSS + +- **[CRM-20565](https://issues.civicrm.org/jira/browse/CRM-20565) Better & more configurable dedupe lookups when adding a contact ([10341](https://github.com/civicrm/civicrm-core/pull/10341))** + +### Core CiviCRM + +- **[CRM-21769](https://issues.civicrm.org/jira/browse/CRM-21769) Show unsupported locale for parsing warning only when when enabling address parsing ([11672](https://github.com/civicrm/civicrm-core/pull/11672))** + +- **[CRM-21111](https://issues.civicrm.org/jira/browse/CRM-21111) getActivities cleanup ([10909](https://github.com/civicrm/civicrm-core/pull/10909))** + +- **[CRM-21120](https://issues.civicrm.org/jira/browse/CRM-21120) Warn if no crypt functions available ([12215](https://github.com/civicrm/civicrm-core/pull/12215))** + +- **[CRM-21821](https://issues.civicrm.org/jira/browse/CRM-21821) navigationMenu hook should take account of weight attributes ([11772](https://github.com/civicrm/civicrm-core/pull/11772))** + +- **[crm-](https://issues.civicrm.org/jira/browse/crm-) ([12140](https://github.com/civicrm/civicrm-core/pull/12140) and [12113](https://github.com/civicrm/civicrm-core/pull/12113))** + +- **[CRM-20459](https://issues.civicrm.org/jira/browse/CRM-20459) Actively deprecate CRM_Core_OptionGroup::getValue ([12092](https://github.com/civicrm/civicrm-core/pull/12092), [12075](https://github.com/civicrm/civicrm-core/pull/12075), and [12050](https://github.com/civicrm/civicrm-core/pull/12050))** + +### CiviHR + +- **[CRM-19948](https://issues.civicrm.org/jira/browse/CRM-19948) Store the Attachment uploader information ([11739](https://github.com/civicrm/civicrm-core/pull/11739))** + +### CiviCRM Search, Core CiviCRM + +- **[CRM-21811](https://issues.civicrm.org/jira/browse/CRM-21811) Optimize advanced search by relationship with target group for reciprocal relationship types ([11732](https://github.com/civicrm/civicrm-core/pull/11732))** + +## Bugs resolved + +### Core CiviCRM + +- **Re-instate Dedupe limit functionality & fix select toggle functionality ([12305](https://github.com/civicrm/civicrm-core/pull/12305))** + +- **Fix mis-reporting of false booleans in reports ([12382](https://github.com/civicrm/civicrm-core/pull/12382))** + +- **dev/core/issues/189, fixed smarty error ([12333](https://github.com/civicrm/civicrm-core/pull/12333))** + +- **dev/core/issues/185 “Print selected rows” option missing in Event Participant listing dropdown actions ([12326](https://github.com/civicrm/civicrm-core/pull/12326))** + +- **dev/core#163 Improve inclusion of disabled groups when getting all ma… ([12277](https://github.com/civicrm/civicrm-core/pull/12277))** + +- **Improve CRM_Utils_Array::recursiveBuild to work with existing arrays. ([12293](https://github.com/civicrm/civicrm-core/pull/12293))** + +- **core/#170 minimal fix for fatal on soft_credit field ([12287](https://github.com/civicrm/civicrm-core/pull/12287))** + +- **Fix incorrect operator on previous Export fix ([12278](https://github.com/civicrm/civicrm-core/pull/12278))** + +- **dev/mail#11 add CRM_Mailing_BAO_MailingJob::del() ([12275](https://github.com/civicrm/civicrm-core/pull/12275))** + +- **Fix non-display of conflicts after batch dedupe from dedupe screen ([12193](https://github.com/civicrm/civicrm-core/pull/12193))** + +- **5.2 to master ([12274](https://github.com/civicrm/civicrm-core/pull/12274))** + +- **dev/core#154 - Can't edit related records when current employer has a… ([12266](https://github.com/civicrm/civicrm-core/pull/12266))** + +- **5.2.0 merge to master ([12269](https://github.com/civicrm/civicrm-core/pull/12269))** + +- **dev/core#163 Fix issue where disabling a group would block access to … ([12259](https://github.com/civicrm/civicrm-core/pull/12259))** + +- **dev/core/#152 - AdvMulti-Select cleanup ([12267](https://github.com/civicrm/civicrm-core/pull/12267))** + +- **Accessibility #9: Regression - js error due to alertDismissal setting fixed. ([12265](https://github.com/civicrm/civicrm-core/pull/12265))** + +- **5.2 merge to maste ([12264](https://github.com/civicrm/civicrm-core/pull/12264))** + +- **fix related to issue dev/core#127, in depth overlap of filter related contacts ([12255](https://github.com/civicrm/civicrm-core/pull/12255))** + +- **Fix unreleased regression - fatal when editing relationship type Employer ([12257](https://github.com/civicrm/civicrm-core/pull/12257))** + +- **Add 'Alphanumeric' rule type ([12258](https://github.com/civicrm/civicrm-core/pull/12258))** + +- **dev/core/#152 - Remove AdvMulti-Select custom field type ([12238](https://github.com/civicrm/civicrm-core/pull/12238))** + +- **Fix enotice when updating a custom group with is_multiple = 1 ([12243](https://github.com/civicrm/civicrm-core/pull/12243))** + +- **dev/core#160 Set the import progress widget to poll the server every … ([12252](https://github.com/civicrm/civicrm-core/pull/12252))** + +- **dev/core#162 - Use checksum to access user dashboard ([12254](https://github.com/civicrm/civicrm-core/pull/12254))** + +- **ensure that the indexed column is not an FK before deleting the index ([12241](https://github.com/civicrm/civicrm-core/pull/12241))** + +- **Auto-open tagest fields ([12248](https://github.com/civicrm/civicrm-core/pull/12248))** + +- **fix of issue dev/core#127 (at gitlab), incorrect cache records for smart groups ([12249](https://github.com/civicrm/civicrm-core/pull/12249))** + +- **dev/membership#2 - Add membership start date and registration start/end date to schedule reminder ([12114](https://github.com/civicrm/civicrm-core/pull/12114))** + +- **dev/core#147 Use location type machine name as table alias instead of label ([12226](https://github.com/civicrm/civicrm-core/pull/12226))** + +- **getCaseRoles not working when supplied relationship id. civicrm_relationship table name changed to alias name rel because its changed in the actual query ([12245](https://github.com/civicrm/civicrm-core/pull/12245))** + +- **dev/mail#12 Incorrect Total Count on mail summary report ([12247](https://github.com/civicrm/civicrm-core/pull/12247))** + +- **[CRM-21553](https://issues.civicrm.org/jira/browse/CRM-21553) can not update primary location type field details if same field available for other location types ([11407](https://github.com/civicrm/civicrm-core/pull/11407))** + +- **dev/core#149 - Fatal Error on customvalue get api ([12225](https://github.com/civicrm/civicrm-core/pull/12225))** + +- **Only set defaults when creating a custom field (not when editing one) ([12240](https://github.com/civicrm/civicrm-core/pull/12240))** + +- **Move upgrade message to right file ([12242](https://github.com/civicrm/civicrm-core/pull/12242))** + +- **Preliminary tidy up on PriceSet form. ([12211](https://github.com/civicrm/civicrm-core/pull/12211))** + +- **Accessibility #4: Make alerts accessible, Added new setting under misc. ([12158](https://github.com/civicrm/civicrm-core/pull/12158))** + +- **Change custom contact ref groups selector to use select2 ([12234](https://github.com/civicrm/civicrm-core/pull/12234))** + +- **Allow saving of new option value with value = 0. ([12229](https://github.com/civicrm/civicrm-core/pull/12229))** + +- **Code cleanup on export ([12212](https://github.com/civicrm/civicrm-core/pull/12212))** + +- **Add api testing / custom data support for MailingJob. ([12221](https://github.com/civicrm/civicrm-core/pull/12221))** + +- **dev/core#139 Fail more gracefully on contribution detail report with invalid combination ([12205](https://github.com/civicrm/civicrm-core/pull/12205))** + +- **Backdrop - update styles for status messages ([12227](https://github.com/civicrm/civicrm-core/pull/12227))** + +- **dev/core#142 Add chain select to state and counties in Search Builder ([12213](https://github.com/civicrm/civicrm-core/pull/12213))** + +- **[NFC] minor function tidy up - stop using $ids array ([12206](https://github.com/civicrm/civicrm-core/pull/12206))** + +- **Fix re-delcare issue ([12222](https://github.com/civicrm/civicrm-core/pull/12222))** + +- **dev/core#143 Contact 'World Region' Field not functioning properly in Search Builder ([12214](https://github.com/civicrm/civicrm-core/pull/12214))** + +- **Remove inheritance of MembershipConfig form from MembershipStatus form. ([12184](https://github.com/civicrm/civicrm-core/pull/12184))** + +- **dev/core#128 Add deprecated warning helper function ([12216](https://github.com/civicrm/civicrm-core/pull/12216))** + +- **5.2 merge to master ([12220](https://github.com/civicrm/civicrm-core/pull/12220))** + +- **Towards dev/financial/#16 Paypal unreliable getting payment processor type ([12174](https://github.com/civicrm/civicrm-core/pull/12174))** + +- **dev/core#117 Replace useage of deprecated each() in MembershpView ([12210](https://github.com/civicrm/civicrm-core/pull/12210))** + +- **Further additional utility function for handling odd array structure ([12192](https://github.com/civicrm/civicrm-core/pull/12192))** + +- **dev/accessiblity#3 Add aria-label to datepicker element ([12208](https://github.com/civicrm/civicrm-core/pull/12208))** + +- **[NFC] test clean up. ([12204](https://github.com/civicrm/civicrm-core/pull/12204))** + +- **Adjust creation of markup for Open Flash Chart ([11951](https://github.com/civicrm/civicrm-core/pull/11951))** + +- **dev/core#38 Fix inappropriate limit on participant.getcount ([12203](https://github.com/civicrm/civicrm-core/pull/12203))** + +- **dev/core#117 Replace deprecated each() function in CiviCase ([12199](https://github.com/civicrm/civicrm-core/pull/12199))** + +- **dev/core#117 Replace deprecated each in CiviEvent Participant registr… ([12202](https://github.com/civicrm/civicrm-core/pull/12202))** + +- **dev/core#117 Replace usage of deprecated each() in Activity Summary R… ([12201](https://github.com/civicrm/civicrm-core/pull/12201))** + +- **More robust managed entity deletion ([12021](https://github.com/civicrm/civicrm-core/pull/12021))** + +- **[NFC] code changes for export with merge household ([12177](https://github.com/civicrm/civicrm-core/pull/12177))** + +- **Removing related memberships if parent membership type is changed which does not have relation type associated. ([12180](https://github.com/civicrm/civicrm-core/pull/12180))** + +- **dev/core#135 Fix remaining non well formed numeric number problems in… ([12191](https://github.com/civicrm/civicrm-core/pull/12191))** + +- **dev/core#43 - Update geocoding setting text to reflect need for Google API key ([12188](https://github.com/civicrm/civicrm-core/pull/12188))** + +- **dev/core#135 Fix first of 2 non numeric issues in CRM_Batch_form_entr… ([12190](https://github.com/civicrm/civicrm-core/pull/12190))** + +- **Dev/Core#117 Fix use of each() function in Recur Report ([12189](https://github.com/civicrm/civicrm-core/pull/12189))** + +- **Add utils for finding nested array items ([12187](https://github.com/civicrm/civicrm-core/pull/12187))** + +- **Extend fiscal year relative options to better match other periods ([12137](https://github.com/civicrm/civicrm-core/pull/12137))** + +- **only add a closing quote if it is not already present ([12182](https://github.com/civicrm/civicrm-core/pull/12182))** + +- **Update variable name as per upgraded Mime_mail package to support PHP7.2 ([12169](https://github.com/civicrm/civicrm-core/pull/12169))** + +- **dev/core#117 Fix use of each in CRM/Pledge ([12170](https://github.com/civicrm/civicrm-core/pull/12170))** + +- **dev/core#35 Avoid variable leakage on recurring contribution receipts. ([12175](https://github.com/civicrm/civicrm-core/pull/12175))** + +- **(accessibility/misc-core-fixes/issues/3) Remove CMS specific print header templates that share same code ([11944](https://github.com/civicrm/civicrm-core/pull/11944))** + +- **Permit UI editing of custom data on other entities (here relationship_type) when enabled in an extension ([12128](https://github.com/civicrm/civicrm-core/pull/12128))** + +- **dev/core#117 Replace use of Deprecated function each in CRM/Member/BA… ([12155](https://github.com/civicrm/civicrm-core/pull/12155))** + +- **dev/core#126 Add support for contact id as a basic report filter. ([12172](https://github.com/civicrm/civicrm-core/pull/12172))** + +- **dev/core#116 Search builder searches on primary addresses are producing unexpected results ([12153](https://github.com/civicrm/civicrm-core/pull/12153))** + +- **dev/core#85 On some servers mail() fails when 'Cc' or 'Bcc' headers are defined but empty ([12036](https://github.com/civicrm/civicrm-core/pull/12036))** + +- **Towards dev/financial/#16 Paypal unreliable getting payment processor type ([12171](https://github.com/civicrm/civicrm-core/pull/12171))** + +- **[CRM-21776](https://issues.civicrm.org/jira/browse/CRM-21776) DB Error when printing advanced search results sorted by custom field. ([11679](https://github.com/civicrm/civicrm-core/pull/11679))** + +- **dev/core#123 Retrieve existing participant custom fields for import ([12159](https://github.com/civicrm/civicrm-core/pull/12159))** + +- **Fix issue where non numeric number was encounted in running unit test… ([12156](https://github.com/civicrm/civicrm-core/pull/12156))** + +- **dev/core#118 Fix issue using count on non array in Group query builder ([12162](https://github.com/civicrm/civicrm-core/pull/12162))** + +- **Remove pass by reference for some mailing functions ([12157](https://github.com/civicrm/civicrm-core/pull/12157))** + +- **dev/core#117 Replace deprecated each with foreach in CRM/Utils/Token.php ([12166](https://github.com/civicrm/civicrm-core/pull/12166))** + +- **dev/core#117 Replace deprecated each with foreach in CRM/Utils/Migrat… ([12167](https://github.com/civicrm/civicrm-core/pull/12167))** + +- **dev/core#131 Add in missing UK state Monmouthshire ([12168](https://github.com/civicrm/civicrm-core/pull/12168))** + +- **dev/core#118 Fix Count issues with PledgePayment and Pledge BAO tests ([12163](https://github.com/civicrm/civicrm-core/pull/12163))** + +- **dev/core#130 Remove deprecated create_function from RegionTest in fav… ([12164](https://github.com/civicrm/civicrm-core/pull/12164))** + +- **dev/core#117 Replace deprecated each with foreach in CRM/Activity/BAO… ([12165](https://github.com/civicrm/civicrm-core/pull/12165))** + +- **dev/core#122 Wrong Action Links Shown for Reserved and Locked Option Groups ([12154](https://github.com/civicrm/civicrm-core/pull/12154))** + +- **[CRM-21675](https://issues.civicrm.org/jira/browse/CRM-21675) scheduled reminders: limit to group doesn't support smart groups ([11629](https://github.com/civicrm/civicrm-core/pull/11629))** + +- **(NFC) Fix cannot use count() on object that doesn't implement countab… ([12146](https://github.com/civicrm/civicrm-core/pull/12146))** + +- **Add inplace edit for timeline name ([12000](https://github.com/civicrm/civicrm-core/pull/12000))** + +- **code/dev/69: Change Approach For Setting state_province_name ([12003](https://github.com/civicrm/civicrm-core/pull/12003))** + +- **dev/financial#12 move soft credit item count to object property ([12011](https://github.com/civicrm/civicrm-core/pull/12011))** + +- **5.2 merge to master ([12145](https://github.com/civicrm/civicrm-core/pull/12145))** + +- **Hide Adding Option Value for Locked Groups ([11962](https://github.com/civicrm/civicrm-core/pull/11962))** + +- **added unit test ([12135](https://github.com/civicrm/civicrm-core/pull/12135))** + +- **Fix file perms on files back to 664 ([12141](https://github.com/civicrm/civicrm-core/pull/12141))** + +- **(dev/drupal/17) Add Drupal8 support for getUFLocale() ([12139](https://github.com/civicrm/civicrm-core/pull/12139))** + +- **(NFC) Update view issues and report bugs link in footer to point to the lab ([12103](https://github.com/civicrm/civicrm-core/pull/12103))** + +- **core/issues/74 - 'Price Set Details for Event Participants' gives DB … ([12024](https://github.com/civicrm/civicrm-core/pull/12024))** + +- **(NFC) Update to latest versions of karma and jasmine used only in tes… ([12130](https://github.com/civicrm/civicrm-core/pull/12130))** + +- **[NFC] Cleanup on ActivityTest class. ([12106](https://github.com/civicrm/civicrm-core/pull/12106))** + +- **Add labels to membership type metadata, allowing for addField method to be used ([12132](https://github.com/civicrm/civicrm-core/pull/12132))** + +- **[CRM-21598](https://issues.civicrm.org/jira/browse/CRM-21598) Case Activity issues with custom Completed Status Type. ([11456](https://github.com/civicrm/civicrm-core/pull/11456))** + +- **(NFC) Disable tests performing quick search with no orderby as provin… ([12136](https://github.com/civicrm/civicrm-core/pull/12136))** + +- **[CRM-21853](https://issues.civicrm.org/jira/browse/CRM-21853) Edting CustomGroup always sets is_multiple to false by default ([11877](https://github.com/civicrm/civicrm-core/pull/11877) and [12116](https://github.com/civicrm/civicrm-core/pull/12116))** + +- **dev/core#30 export of contact master_id name only if there is a master_id given (rebase) ([12004](https://github.com/civicrm/civicrm-core/pull/12004))** + +- **dev/core#105 Manage PCP URL Wrong for the notification email under wo… ([12093](https://github.com/civicrm/civicrm-core/pull/12093))** + +- **Use getter function for entity id as on some forms is protected. ([12127](https://github.com/civicrm/civicrm-core/pull/12127))** + +- **Set Default values on is_active, is_searchable, is_view and is_active… ([12131](https://github.com/civicrm/civicrm-core/pull/12131))** + +- **core/issues/80 - Current Employer is not reset after relationship is … ([12032](https://github.com/civicrm/civicrm-core/pull/12032))** + +- **Add field metadata to MembershipType schema info (xml) ([12124](https://github.com/civicrm/civicrm-core/pull/12124))** + +- **Preliminary cleanup for Custom data support for MembershipType form ([12126](https://github.com/civicrm/civicrm-core/pull/12126))** + +- **[NFC] Fix leakage of Form entity ([12125](https://github.com/civicrm/civicrm-core/pull/12125))** + +- **Preliminary tidy up of MembershipType form (towards custom data support) ([12123](https://github.com/civicrm/civicrm-core/pull/12123))** + +- **tpl extraction of shared code for customDataBlock ([12122](https://github.com/civicrm/civicrm-core/pull/12122))** + +- **Support hooks for MembershipType entity ([11908](https://github.com/civicrm/civicrm-core/pull/11908))** + +- **5.2 ([12121](https://github.com/civicrm/civicrm-core/pull/12121))** + +- **(NFC) Add unit test of submitting the Pledge Search Form ([12085](https://github.com/civicrm/civicrm-core/pull/12085))** + +- **(dev/core/68) Fix DB Error on 'Find Participant' page when MySQL FULL_GROUP_BY_MODE is enabled ([11996](https://github.com/civicrm/civicrm-core/pull/11996))** + +- **dev/core#38 Show Recurring Contributions on Membership Modal View ([11903](https://github.com/civicrm/civicrm-core/pull/11903))** + +- **ApiExplorer - Output short array syntax ([12108](https://github.com/civicrm/civicrm-core/pull/12108))** + +- **dev/core#108 reset address array when setting new event location ([12104](https://github.com/civicrm/civicrm-core/pull/12104))** + +- **karma.conf.js - Switch singleRun back to `false` default ([12105](https://github.com/civicrm/civicrm-core/pull/12105))** + +- **(NFC) Fix use of undefined constant USD in MoneyTest ([12102](https://github.com/civicrm/civicrm-core/pull/12102))** + +- **Fix fatal error on logging tab when hook alters logging tables. ([12070](https://github.com/civicrm/civicrm-core/pull/12070))** + +- **Upgrade Karma phantomjs launcher to latest version ([12101](https://github.com/civicrm/civicrm-core/pull/12101))** + +- **Fix Relationship Type form to use the metadata for fields & api in postProcess ([12097](https://github.com/civicrm/civicrm-core/pull/12097))** + +- **Run master tests using phpunit5 ([12084](https://github.com/civicrm/civicrm-core/pull/12084))** + +- **5.2 to master ([12099](https://github.com/civicrm/civicrm-core/pull/12099))** + +- **Function extraction (Move towards generic custom data support for all entities) ([12095](https://github.com/civicrm/civicrm-core/pull/12095))** + +- **Fix Fatal error on membership detail report (with ACLs enabled) dev/core/#100 ([12094](https://github.com/civicrm/civicrm-core/pull/12094))** + +- **Re-Fix Case form task (export/print not working) (replace quick fix with proper fix) ([11936](https://github.com/civicrm/civicrm-core/pull/11936))** + +- **Fix e-notice ([12090](https://github.com/civicrm/civicrm-core/pull/12090))** + +- **[CRM-20922](https://issues.civicrm.org/jira/browse/CRM-20922) Can't set default value via URL query string, for custom date fields ([11868](https://github.com/civicrm/civicrm-core/pull/11868))** + +- **(NFC) Change use createMock in tests otherwise stick with getMock to fix deprecated warning… ([12086](https://github.com/civicrm/civicrm-core/pull/12086))** + +- **5.2 to master ([12089](https://github.com/civicrm/civicrm-core/pull/12089))** + +- **(NFC) Update karma conf for more recent karma ([12087](https://github.com/civicrm/civicrm-core/pull/12087))** + +- **(dev/core/99) Search builder doesn't retain selected (boolean) option after searching ([12076](https://github.com/civicrm/civicrm-core/pull/12076))** + +- **Payflow Pro not payflo ([12083](https://github.com/civicrm/civicrm-core/pull/12083))** + +- **5.1.0 release notes: updated synopsis ([12082](https://github.com/civicrm/civicrm-core/pull/12082))** + +- **(dev/core/98) FGB Searching by any Address fields with location type other than primary throw DB error ([12074](https://github.com/civicrm/civicrm-core/pull/12074))** + +- **Upgrade Smarty to 2.6.31 to solve issues on PHP7.2 ([208](https://github.com/civicrm/civicrm-packages/pull/208))** + +- **Strip trailing whitespace in quickform package ([209](https://github.com/civicrm/civicrm-packages/pull/209))** + +### Core CiviCRM, NYSS + +- **[CRM-20621](https://issues.civicrm.org/jira/browse/CRM-20621) manage tags: the tag usage count is not accurate ([12256](https://github.com/civicrm/civicrm-core/pull/12256))** + +### CiviMember, CiviReport + +- **[CRM-21632](https://issues.civicrm.org/jira/browse/CRM-21632) {membership.fee} prints out in documents with 9 decimal places ([12196](https://github.com/civicrm/civicrm-core/pull/12196))** + +### CiviCRM Search + +- **[CRM-21816](https://issues.civicrm.org/jira/browse/CRM-21816) Relative dates in searches cause some other conditions to be ignored ([11737](https://github.com/civicrm/civicrm-core/pull/11737))** + +## Miscellany + +## Credits + +This release was developed by the following code authors: + +AGH Strategies - Andrew Hunt; Agileware - Alok Patel; applicado; Australian Greens - Seamus Lee; Blackfly Solutions - Alan Dixon; CEDC - Laryn Kragt Bakker; Chris Burgess; CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Sunil Pawar, Yashodha Chaku; CompuCorp - Camilo Rodriguez, Davi Alexandre, Debarshi Bhaumik, Michael Devery, Omar Abu Hussein, Vinu Varshith Sekar; Coop SymbioTIC - Samuel Vanhove; Fuzion - Jitendra Purohit; Hossein Amin; invalid-email-address; JMA Consulting - Monish Deb; Joinery - Allen Shaw; larssg-wildsight; Left Join Labs - Sean Madsen; Lighthouse Design and Consulting - Brian Shaughnessy; MJW Consulting - Matthew Wire; Oxfam Germany - Thomas Schüttler; Pradeep Nayak; Progressive Technology Project - Jamie McClelland; Squiffle Consulting - Aidan Saunders; Tadpole Collective - Kevin Cristiano; Third Sector Design - Michael McAndrew; Wikimedia Foundation - Eileen McNaughton; Will Long + +Most authors also reviewed code for this release; in addition, the following +reviewers contributed their comments: + +AGH Strategies - Andrew Hunt; Agileware - Alok Patel, Justin Freeman; alanpuccinelli@gmail.com; aniesshsethh; Australian Greens - Seamus Lee; BackOffice Thinking - Hassan Farooq; Blackfly Solutions - Alan Dixon; Chris Burgess; CiviCoop - Erik Hommel; civicrm-builder; CiviCRM - Coleman Watts, Tim Otten; civicrm-org[bot]; CiviDesk - Sunil Pawar, Yashodha Chaku; CompuCorp - Davi Alexandre, Michael Devery, Omar Abu Hussein; Coop SymbioTIC - Samuel Vanhove; Donald Hirst; Fuzion - Jitendra Purohit; hetclub; Hossein Amin; jensschuppe; JMA Consulting - Joe Murray, Monish Deb; Joinery - Allen Shaw; larssg-wildsight; Lighthouse Design and Consulting - Brian Shaughnessy; Megaphone Technology Consulting - Jon Goldberg; MikeyMJCO; MJW Consulting - Matthew Wire; Oxfam Germany - Thomas Schüttler; Phil McKerracher; Pradeep Nayak; Progressive Technology Project - Jamie McClelland; Richard van Oosterhout; Samson Alajede; Skvare - Mark Hanna; Squiffle Consulting - Aidan Saunders; Tadpole Collective - Kevin Cristiano; Tech To The People - Xavier Dutoit; Third Sector Design - Michael McAndrew; Wikimedia Foundation - Eileen McNaughton \ No newline at end of file -- 2.25.1