7b8f0f17d7c101222d0a261b2803febde20c1c9a
[civicrm-core.git] / release-notes / 5.5.0.md
1 # CiviCRM 5.5.0
2
3 Released September 5, 2018
4
5 - **[Synopsis](#synopsis)**
6 - **[Features](#features)**
7 - **[Bugs resolved](#bugs)**
8 - **[Miscellany](#misc)**
9 - **[Credits](#credits)**
10 - **[Feedback](#feedback)**
11
12 ## <a name="synopsis"></a>Synopsis
13
14 | *Does this version...?* | |
15 |:--------------------------------------------------------------- |:-------:|
16 | Fix security vulnerabilities? | no |
17 | Change the database schema? | no |
18 | **Alter the API?** | **yes** |
19 | Require attention to configuration options? | no |
20 | **Fix problems installing or upgrading to a previous version?** | **yes** |
21 | **Introduce features?** | **yes** |
22 | **Fix bugs?** | **yes** |
23
24 ## <a name="features"></a>Features
25
26 ### Core CiviCRM
27
28 - **Further fix for updating custom fields linked to optiongroups.
29 ([12729](https://github.com/civicrm/civicrm-core/pull/12729))**
30
31 When a user editing a custom field that uses an option group, you may now
32 switch to any non-reserved option groups.
33
34 - **Upgrader - When updating message templates, identify them by name
35 ([12674](https://github.com/civicrm/civicrm-core/pull/12674))**
36
37 On the Upgrade screen, when a change has been made to a message template, this
38 change makes it so that the name of the message template is included in the
39 message displayed.
40
41 - **Refine upgrade message for `save Report Criteria`
42 ([12670](https://github.com/civicrm/civicrm-core/pull/12670))**
43
44 This change alters the update message for "save Report Criteria" to be more
45 readable and concise.
46
47 - **[dev/core#217](https://lab.civicrm.org/dev/core/issues/217) Allow
48 replacement of PrevNextCache implementation (for search screens)
49 ([12558](https://github.com/civicrm/civicrm-core/pull/12558),
50 [12556](https://github.com/civicrm/civicrm-core/pull/12556),
51 [12543](https://github.com/civicrm/civicrm-core/pull/12543),
52 [12544](https://github.com/civicrm/civicrm-core/pull/12544),
53 [12545](https://github.com/civicrm/civicrm-core/pull/12545),
54 [12528](https://github.com/civicrm/civicrm-core/pull/12528),
55 [12438](https://github.com/civicrm/civicrm-core/pull/12438)) (preliminary
56 work)**
57
58 Preliminary work to allow contact searches to retain their results via
59 Redis/Memcache (instead of MySQL).
60
61 - **Export - add tests out header output, move phone_type_id to metadata
62 ([12587](https://github.com/civicrm/civicrm-core/pull/12587))**
63
64 This change makes it so one can export phone_type_id.
65
66 - **api - CustomValue::get - add handling for comma separated return fields
67 ([12604](https://github.com/civicrm/civicrm-core/pull/12604))**
68
69 This change makes it so twhen using the CustomValue get api accepts comma
70 separated return fields.
71
72 - **[dev/core#291](https://lab.civicrm.org/dev/core/issues/291) Allow password
73 field sizes to be set in props a la text fields
74 ([12589](https://github.com/civicrm/civicrm-core/pull/12589))**
75
76 This change makes it so password fields can be any size. Prior to this change
77 password fields were all the same size.
78
79 - **Entity form : Establish methodology to allow default values to be passed in
80 on the url ([12185](https://github.com/civicrm/civicrm-core/pull/12185))**
81
82 This change makes it so that some values can be passed thru the url for more
83 information see: [dev/core#115](https://lab.civicrm.org/dev/core/issues/115).
84
85 - **[dev/core#244](https://lab.civicrm.org/dev/core/issues/244) Allow use of
86 custom fields of type select without specifying an optiongroup
87 ([12440](https://github.com/civicrm/civicrm-core/pull/12440))**
88
89 This change makes it so one can dynamically populate a custom field of type
90 select using hooks without using an optiongroup.
91
92 - **Reduce config required to use Redis.
93 ([12546](https://github.com/civicrm/civicrm-core/pull/12546))**
94
95 This change makes it so if using Redis, Sysadmins only have to specify the port
96 if not using the standard port 6379.
97
98 - **Update navigation menu items to use FontAwesome
99 ([12541](https://github.com/civicrm/civicrm-core/pull/12541) and
100 [223](https://github.com/civicrm/civicrm-packages/pull/223))**
101
102 Updates the menu "caret" (triangles) to use FontAwesome instead of
103 an image file. This is a performance improvement.
104
105 - **Link to option group page from option group menu item
106 ([12540](https://github.com/civicrm/civicrm-core/pull/12540))**
107
108 This change adds a link to the option group page from the option group menu
109 item to make it easier to access the "Option Groups" page.
110
111 - **[dev/core#259](https://lab.civicrm.org/dev/core/issues/259) OptionGroup
112 Admin UI workflow improvements
113 ([12473](https://github.com/civicrm/civicrm-core/pull/12473))**
114
115 This change improves the Option Group Administration workflow by adding
116 options to edit group settings, displaying a Reserved column on the option
117 group settings, not allowing users to change the data type on reserved option
118 groups, when a user edits an option group redirecting them to the option
119 groups list instead of the default admin page.
120
121 - **Icons in colored boxes for relationship permissions
122 ([12526](https://github.com/civicrm/civicrm-core/pull/12526))**
123
124 This change makes it so that on the Relationship tab for a contact permissioned
125 relationships are denoted by icons in squares. Specifically, view permissions
126 appear as a green box with an eye icon and edit permissions as a blue box with
127 a pencil icon. Before this change relationship permissions were denoted with
128 an asterisk and view permissions with an eye icon.
129
130 - **[dev/accessibility#3](https://lab.civicrm.org/dev/accessibility/issues/3)
131 Add aria-label (and label?) to form elements missing them
132 ([12207](https://github.com/civicrm/civicrm-core/pull/12207) and
133 [12373](https://github.com/civicrm/civicrm-core/pull/12373)) (preliminary work)**
134
135 Advances work to to use accessible labels on all pages/forms specifically on
136 the Contribution form and the Contact Edit Form.
137
138 - **[dev/core#233](https://lab.civicrm.org/dev/core/issues/233) Expose
139 information about where a contact has been merged to
140 ([12489](https://github.com/civicrm/civicrm-core/pull/12489))**
141
142 This change makes it so that if a contact has been merged and is still in the
143 trash next to the contacts name is text explaining which ontact the contact
144 has been merged to. Additionally this change makes it so one can access
145 information on where a contact was merged from/to via the api.
146
147 - **[dev/core#34](https://lab.civicrm.org/dev/core/issues/34) Split edit/view
148 access on permissioned relationships
149 ([12487](https://github.com/civicrm/civicrm-core/pull/12487) and
150 [12415](https://github.com/civicrm/civicrm-core/pull/12415))**
151
152 This change makes it so that permissioned relationships can be view only,
153 before this change permissioned relationships were view AND edit. Now one can
154 permission a relationship as view only or view and edit. This change also adds
155 a title to the icon tags that specify if a user has view or edit
156 permissions.
157
158 - **BAO_Navigation: Respect domain_id param
159 ([12476](https://github.com/civicrm/civicrm-core/pull/12476))**
160
161 This change makes it so that when creating or updating a navigation menu item
162 one can set the domain_id.
163
164 - **[dev/core#93](https://lab.civicrm.org/dev/core/issues/93) Update
165 CRM_Utils_Rule::mysqlOrderBy() to accommodate more than 2 joins
166 ([12456](https://github.com/civicrm/civicrm-core/pull/12456))**
167
168 This change makes it so that API users can do more than two joins.
169
170 - **[dev/core#176](https://lab.civicrm.org/dev/core/issues/176) Odd / Even
171 street number sort column missing from Reports
172 ([12422](https://github.com/civicrm/civicrm-core/pull/12422))**
173
174 This change adds a Odd/Even street number sort column to reports.
175
176 ### CiviContribute
177
178 - **[dev/core#219](https://lab.civicrm.org/dev/core/issues/219)
179 Improve consistency displaying "Test Transactions"
180 ([12385](https://github.com/civicrm/civicrm-core/pull/12385))**
181
182 This change makes it so that when you are viewing a test membership help text
183 appears at the top stating that the membership is a test.
184
185 - **Expose UI support for custom fields on financial types
186 ([12501](https://github.com/civicrm/civicrm-core/pull/12501))**
187
188 This change makes a user interface for custom fields on financial types.
189
190 - **[dev/financial#28](https://lab.civicrm.org/dev/financial/issues/28)
191 Financial Account cannot be change to non deductible
192 ([12500](https://github.com/civicrm/civicrm-core/pull/12500))**
193
194 This change makes it so that a Financial Account can be changed from
195 deductible to non-deductible.
196
197 - **[dev/core#241](https://lab.civicrm.org/dev/core/issues/241) Fix Manage
198 Premiums UI ([12436](https://github.com/civicrm/civicrm-core/pull/12436))**
199
200 This change makes it so that on the Manage Premiums Form Financial Type is
201 displayed properly, Money is formatted properly and the Cost field is
202 displayed.
203
204 ### CiviMail
205
206 - **[CRM-21768](https://issues.civicrm.org/jira/browse/CRM-21768) NOFOLLOW
207 Trackable links in public online view of mailings
208 ([12561](https://github.com/civicrm/civicrm-core/pull/12561))**
209
210 This change adds the nofollow tag to the trackable URLs in the public view of
211 mailings to prevent the links from being indexed by google.
212
213 - **[CRM-21574](https://issues.civicrm.org/jira/browse/CRM-21574) Allow to
214 disable sending of email from source contact for tell a friend on pcp
215 ([12475](https://github.com/civicrm/civicrm-core/pull/12475))**
216
217 When sending an email using the "Tell a Friend" functionality for personal
218 campaign pages this change makes it so you can choose whether the email should
219 come from the default email for the organization OR the contact IDs email
220 address. Before this change the emails would always go out from the contact
221 which can break SPF/DMARC and lead to bounced/failed email delivery.
222
223 - **[CRM-20845](https://issues.civicrm.org/jira/browse/CRM-20845) create
224 alterMailingRecipients hook
225 ([10673](https://github.com/civicrm/civicrm-core/pull/10673))**
226
227 This change creates a hook to alter the mailing recipients after they have
228 been constructed but before the mailing is sent.
229
230 - **[CRM-21425](https://issues.civicrm.org/jira/browse/CRM-21425) Make 'Inbound
231 E-mail' Activities Editable
232 ([12445](https://github.com/civicrm/civicrm-core/pull/12445))**
233
234 Before this change no one had permission to edit activities of type "Inbound
235 Email", this change adds two new permissions 'edit inbound email basic
236 information' and 'edit inbound email basic information and content' users with
237 these permissions can edit activities of type "Inbound Email".
238
239 ### CiviMember
240
241 - **[dev/core#111](https://lab.civicrm.org/dev/core/issues/111) Support Custom
242 Data for MembershipType entity
243 ([12439](https://github.com/civicrm/civicrm-core/pull/12439))**
244
245 This change makes it so that one can view/edit custom data on the
246 MembershipType form.
247
248 ## <a name="bugs"></a>Bugs resolved
249
250 ### Core CiviCRM
251
252 - **Fix for issue editing custom fields with option groups after #12423
253 ([12718](https://github.com/civicrm/civicrm-core/pull/12718))**
254
255 This change fixes a bug where one could not save changes to a custom field
256 that uses option groups so that one can save changes to a custom field with
257 option groups.
258
259 - **Update civicrm_generated mysql file following changes to custom mysql…
260 ([12719](https://github.com/civicrm/civicrm-core/pull/12719))**
261
262 This change ensures that some default custom groups are not reserved.
263
264 - **[dev/core#293](https://lab.civicrm.org/dev/core/issues/293) Error log is
265 filled with geocoding configuration errors when no provider is set
266 ([12600](https://github.com/civicrm/civicrm-core/pull/12600))**
267
268 This change fixes a bug where if no geocoding provider is set on a site an
269 error was thrown to the error log so that no error is thrown.
270
271 - **[dev/core#232](https://lab.civicrm.org/dev/core/issues/232) Contact types
272 with double hyphens in 'name' field : searches not returning any contactsh
273 ([12416](https://github.com/civicrm/civicrm-core/pull/12416))**
274
275 This change fixes a bug where when searching for contacts using a contact sub type
276 no results were returned so that contacts of that sub type are returned.
277
278 - **[dev/core#210](https://lab.civicrm.org/dev/core/issues/210) Regex filter
279 broken in Search Builder
280 ([12364](https://github.com/civicrm/civicrm-core/pull/12364))**
281
282 This change fixes the Regex filter in the Search Builder so that it returns
283 more accurate results.
284
285 - **Theme layer Fix search for Shoreditch compatibility
286 ([12536](https://github.com/civicrm/civicrm-core/pull/12536))**
287
288 This change fixes the ui on the search page to show the table headers for
289 sites using the shoreditch theme.
290
291 - **Shoreditch support: Fix following change in core that resulted in visual
292 regression in shoreditch in advanced search
293 ([12524](https://github.com/civicrm/civicrm-core/pull/12524))**
294
295 This change improves the layout of the advanced search page for users using
296 Shoreditch.
297
298 - **[dev/core#150](https://lab.civicrm.org/dev/core/issues/150) Chain select for
299 country/state in Search Builder does not stay within OR groupings
300 ([12230](https://github.com/civicrm/civicrm-core/pull/12230))**
301
302 This change fixes a bug in search builder where if one Choose a Country in the
303 "Include contacts where" section that would also filter the available state
304 options in the "Also include contacts where" section.
305
306 - **[dev/core#230](https://lab.civicrm.org/dev/core/issues/230) Saved Search :
307 Set Mapping id to null on mapping delete
308 ([12486](https://github.com/civicrm/civicrm-core/pull/12486))**
309
310 This change fixes a db error when deleting a saved search so that one can
311 delete a saved search without getting a database error.
312
313 - **Fix false negatives in checkResourceUrl()
314 ([12460](https://github.com/civicrm/civicrm-core/pull/12460))**
315
316 This change fixes a bug where an "The Resource URL is not set correctly.
317 Please set the CiviCRM Resource URL." error was being thrown when the CiviCRM
318 Resource URL was set to "[civicrm.root]/" so that no error is thrown when
319 the CiviCRM Resource URL is set.
320
321 - **Fix activity report to bring it under standardised report testing
322 ([12453](https://github.com/civicrm/civicrm-core/pull/12453))**
323
324 This change makes it possible to write unit tests for the Activity Report.
325
326 - **[dev/core#155](https://lab.civicrm.org/dev/core/issues/155) Improvements and
327 bugfixes to Option Groups UI
328 ([12423](https://github.com/civicrm/civicrm-core/pull/12423)) (preliminary work)**
329
330 This change makes it so that Option Groups that are created thru the user
331 interface can be used with custom fields.
332
333 - **Disable inline-edit of multi-record custom fields in profiles
334 ([12312](https://github.com/civicrm/civicrm-core/pull/12312))**
335
336 This change makes it so that one cannot inline-edit multi-record custom fields
337 in profiles. Before this change there was a button to edit but clicking it
338 would throw a javascript error.
339
340 - **Make domain_id optional in membership_type api.
341 ([12461](https://github.com/civicrm/civicrm-core/pull/12461))**
342
343 This change makes the domain_id a optional parameter in the membership_type
344 api, if it is not sent it is set to be the current domain.
345
346 - **[dev/core#141](https://lab.civicrm.org/dev/core/issues/141) Custom groups
347 with different names but same title would not be saved
348 ([12464](https://github.com/civicrm/civicrm-core/pull/12464))**
349
350 This change makes it so you can have custom groups with the same title so long
351 as they have different names.
352
353 - **CustomValue gettree api - More accurate permission check
354 ([12449](https://github.com/civicrm/civicrm-core/pull/12449))**
355
356 This change makes it so that a user can call the gettree api from ajax if they
357 have the permission to view the main object. Prior to this change the user had
358 to have the permission 'administer CiviCRM' to access the gettree api from
359 ajax.
360
361 - **[dev/core#221](https://lab.civicrm.org/dev/core/issues/221) Inappropriate
362 warning on preview page of empty custom data set
363 ([12392](https://github.com/civicrm/civicrm-core/pull/12392))**
364
365 Removes an Undefined Offset error being thrown when a new custom data set is
366 created and then previewed.
367
368 - **[dev/core#228](https://lab.civicrm.org/dev/core/issues/228) Option group
369 disabled on update
370 ([12410](https://github.com/civicrm/civicrm-core/pull/12410))**
371
372 Fixes a bug where Option Groups being being created or updated thru the api
373 without the is_active parameter set were being set as not active.
374
375 - **Implement CRM_Utils_SQL_Delete
376 ([12441](https://github.com/civicrm/civicrm-core/pull/12441))**
377
378 This change makes CRM_Utils_SQL_Delete a query-building utility and has it
379 extend a common base-class as CRM_Utils_SQL_Select.
380
381 - **[dev/core#174](https://lab.civicrm.org/dev/core/issues/174) Consistently use
382 swappable cache interfaces
383 ([12427](https://github.com/civicrm/civicrm-core/pull/12427)) (preliminary
384 work)**
385
386 This patch makes tests more reliable by refining the way SqlGroup handles
387 trivially short TTLs.
388
389 - **[dev/core#212](https://lab.civicrm.org/dev/core/issues/212) Contribution
390 Details report fails when "Is not one of" condition is used for Groups field
391 ([12406](https://github.com/civicrm/civicrm-core/pull/12406))**
392
393 Fixes a DB error when contribution detail report is filtered by the "is not
394 one of" Group operator.
395
396 - **[dev/core#292](https://lab.civicrm.org/dev/core/issues/292) Search builder
397 stops working after 5.3.1 (due accents on custom set fields titles)
398 ([225](https://github.com/civicrm/civicrm-packages/pull/225))**
399
400 Fixes a bug where search builder would choke on accented characters in custom
401 set field titles so that Search builder can handle accented characters in
402 custom set field titles.
403
404 - **[CRM-21754](https://issues.civicrm.org/jira/browse/CRM-21754) Duplicate
405 rows in Activity Details report when address fields are displayed
406 ([11660](https://github.com/civicrm/civicrm-core/pull/11660))**
407
408 Fixes a bug where the Activity Details report would show duplicate rows when
409 activity contacts had different addresses so that only one row is shown per
410 Activity.
411
412 ### CiviCase
413
414 - **[dev/core#289](https://lab.civicrm.org/dev/core/issues/289) CiviCase
415 Dashboard link to edit an activity status broken
416 ([12607](https://github.com/civicrm/civicrm-core/pull/12607))**
417
418 This change fixes a bug on the CiviCase dashboard where when a user clicked
419 the pencil to edit an activity CiviCRM would throw a 'required params missing'
420 error and crash so that one can edit a case from the CiviCase dashboard by
421 clicking the pencil.
422
423 - **[dev/core#278](https://lab.civicrm.org/dev/core/issues/278) DB syntax error
424 when try to search deleted cases
425 ([12560](https://github.com/civicrm/civicrm-core/pull/12560))**
426
427 This change fixes a DB syntax error that was being thrown whens searching
428 deleted cases.
429
430 - **[dev/core#218](https://lab.civicrm.org/dev/core/issues/218) On Case Type
431 listing page, for reserved ones the, 'More' link don't show any options
432 ([12384](https://github.com/civicrm/civicrm-core/pull/12384))**
433
434 Fixes a bug where on the Case Types Listing page the 'More' link would not
435 show any options for reserved case types.
436
437 ### CiviContribute
438
439 - **[CRM-21104](https://issues.civicrm.org/jira/browse/CRM-21104) CiviCRM
440 Contribution pages which have no Profile associated with them do not include a
441 ReCaptcha and as a result are prime targets for credit card fraud.
442 ([11197](https://github.com/civicrm/civicrm-core/pull/11197))**
443
444 This change makes it so that ReCaptcha is shown on all Contribution pages that
445 use a payment processor to process online payments. Before this change
446 ReCaptcha only was shown on contribution pages that used profiles.
447
448 - **[dev/core#277](https://lab.civicrm.org/dev/core/issues/277) Recurring
449 contribution tab shouldn't count test transactions
450 ([12610](https://github.com/civicrm/civicrm-core/pull/12610) and
451 [12553](https://github.com/civicrm/civicrm-core/pull/12553))**
452
453 This change makes it so that the Recurring Contributions tab count only counts
454 the 'Active Recurring Contributions' (does not count 'Inactive Recurring
455 Contributions') and sorts the Recurring Contributions by start date starting
456 with the newest.
457
458 - **[dev/core#242](https://lab.civicrm.org/dev/core/issues/242) Fix display of
459 premiums on contribution pages
460 ([12437](https://github.com/civicrm/civicrm-core/pull/12437))**
461
462 This change fixes a bug where premium products without financial types
463 were not being displayed on contribution pages so that premium products are displayed on
464 contribution pages regardless of whether they have a financial type.
465
466 - **[dev/financial#27](https://lab.civicrm.org/dev/financial/issues/27) Paypal
467 recurring IPNs don't work under some circumstances
468 ([12387](https://github.com/civicrm/civicrm-core/pull/12387))**
469
470 This change fixes a bug where IPNs for recurring donations made using PayPal
471 Standard did not work if the business emails did not match.
472
473 - **[dev/core#188](https://lab.civicrm.org/dev/core/issues/188) Fix Floating
474 Point Precision Comparison Exception on Order Creation
475 ([12352](https://github.com/civicrm/civicrm-core/pull/12352))**
476
477 This change fixes a bug where sometimes contributions would fail because the
478 total amount and the total of the line items would not be exactly equal
479 because of floating point precision issues.
480
481 - **PriceField: show pre/post help if not empty, not if isset.
482 ([12458](https://github.com/civicrm/civicrm-core/pull/12458))**
483
484 Fixes a bug for multilingual mode where radio options in price sets with empty
485 pre/post help were displaying pre/post help as ':' so that no ':' are shown.
486
487 ### CiviEvent
488
489 - **Fix + Add test for exporting location types with changed names
490 ([12671](https://github.com/civicrm/civicrm-core/pull/12671))**
491
492 This change fixes a bug where if a location types name did not exactly match
493 its value it was not exporting properly so that the label exports properly.
494
495 - **Event Info: show waitinglist statusline only when registration is open
496 ([11949](https://github.com/civicrm/civicrm-core/pull/11949))**
497
498 This change makes it so when on an Event Info page, if the event is closed, no
499 other notices about registration are shown.
500
501 - **[dev/core#255](https://lab.civicrm.org/dev/core/issues/255) Changes to
502 copied event location reflects in original event location
503 ([12459](https://github.com/civicrm/civicrm-core/pull/12459))**
504
505 Fixes a bug where if one copied an event and then changed the location, the
506 location would also be changed on the original event so that one can change
507 the event on the copy without it having an effect on the original.
508
509 - **[dev/core#239](https://lab.civicrm.org/dev/core/issues/239) Huge title
510 dialog box on hovering form element on Event's configuration backend form
511 ([12430](https://github.com/civicrm/civicrm-core/pull/12430))**
512
513 This change improves the user interface on the Event Configuration Form by
514 making the dialog boxes when hovering on form elements cleaner.
515
516 ### CiviMail
517
518 This change fixes a bug where DoNotSms preference was not being respected when
519 sending Mass Sms messages.
520
521 - **[dev/core#256](https://lab.civicrm.org/dev/core/issues/256) - Wrong A/B test
522 recipient assignment when reaching 2^31 recipients overall
523 ([12465](https://github.com/civicrm/civicrm-core/pull/12465))**
524
525 This change fixes a bug where when submitting an A/B mailing to a big enough
526 group (2^31) the whole target group would receive Version A, so that 50% of
527 the sample group receives version A, the other half version B, and the rest is
528 assigned to Final mailing.
529
530 - **CiviMail: Fix logic for handling SMTP socket errors, temporary failures and
531 permanent failures
532 ([11838](https://github.com/civicrm/civicrm-core/pull/11838))**
533
534 Fixes support for sending mail directly to AWS SES via SMTP by detecting
535 additional temporary failure modes.
536
537 - **[dev/mail#15](https://lab.civicrm.org/dev/mail/issues/15) Extraneous space
538 in From address causes on-hold set on all recipients
539 ([12346](https://github.com/civicrm/civicrm-core/pull/12346))**
540
541 This change fixes a bug where if there were extraneous spaces in the From
542 address for a CiviMail mailing then no emails were sent and all recipients
543 were marked as On-Hold so that the extraneous space is stripped out and the
544 mailing goes out successfully.
545
546 ### CiviMember
547
548 - **Only auto-renew membership when contribution status is completed
549 ([12315](https://github.com/civicrm/civicrm-core/pull/12315))**
550
551 This change makes it so that Membership will only auto-renew when the
552 contribution is in state "Completed".
553
554 ### Backdrop Integration
555
556 - **[dev/core#243](https://lab.civicrm.org/dev/core/issues/243) Backdrop
557 authentication function missing in kcfinder package.
558 ([216](https://github.com/civicrm/civicrm-packages/pull/216))**
559
560 Fixes Kcfinder package authentication for Backdrop users.
561
562 ### Drupal Integration
563
564 - **Allow Drupal 8 vendor folder outside webroot
565 ([12499](https://github.com/civicrm/civicrm-core/pull/12499))**
566
567 This change makes it so that civicrm Drupal 8 integrations can store vendor
568 folders outside the webroot.
569
570 - **Fix Views custom field handler not displaying select value labels when
571 fields share the same label.
572 ([532](https://github.com/civicrm/civicrm-drupal/pull/532))**
573
574 Fixes a bug where views custom field handler was not displaying select value
575 labels when more than one field had the same label.
576
577 ### WordPress Integration
578
579 - **[CRM-21812](https://issues.civicrm.org/jira/browse/CRM-21812) WordPress
580 install variable causes conflict with some WP plugins
581 ([125](https://github.com/civicrm/civicrm-wordpress/pull/125))**
582
583 This change makes it so civicrm is compatible with the wp-cli-login-server
584 wordpress plugin.
585
586 ## <a name="misc"></a>Miscellany
587
588 - **Simplify input params on OptionValue::addOptionValue
589 ([12414](https://github.com/civicrm/civicrm-core/pull/12414))**
590
591 - **Enable syntaxConformance on entities that now succeed
592 ([12412](https://github.com/civicrm/civicrm-core/pull/12412))**
593
594 - **CRM_Core_BAO_PrevNextCache - Remove unused buildSelectedContactPager()
595 ([12418](https://github.com/civicrm/civicrm-core/pull/12418))**
596
597 - **NFC - Deprecate duplicate function
598 ([12602](https://github.com/civicrm/civicrm-core/pull/12602))**
599
600 - **[NFC] Update comment link
601 ([12429](https://github.com/civicrm/civicrm-core/pull/12429))**
602
603 - **[NFC] Export - don't pass arrays as reference when they are not changed
604 ([12596](https://github.com/civicrm/civicrm-core/pull/12596))**
605
606 - **(NFC) Update readme to link to GitLab instead of JIRA
607 ([12578](https://github.com/civicrm/civicrm-core/pull/12578))**
608
609 - **(NFC) Remove deprecated recursive array utils
610 ([12539](https://github.com/civicrm/civicrm-core/pull/12539))**
611
612 - **(NFC) Deprecate redundant array util function
613 ([12529](https://github.com/civicrm/civicrm-core/pull/12529))**
614
615 - **[NFC] Comment fixes
616 ([12450](https://github.com/civicrm/civicrm-core/pull/12450))**
617
618 - **(NFC) Remove deprecated function use
619 ([221](https://github.com/civicrm/civicrm-packages/pull/221))**
620
621 - **5.4 to master
622 ([219](https://github.com/civicrm/civicrm-packages/pull/219))**
623
624 - **(NFC) Ignore generated karma.cv.js file
625 ([12462](https://github.com/civicrm/civicrm-core/pull/12462))**
626
627 - **(NFC) Update comment on membership type domain_id API Test
628 ([12477](https://github.com/civicrm/civicrm-core/pull/12477))**
629
630 - **(NFC) Regenerate OptionGroup DAO file
631 ([12478](https://github.com/civicrm/civicrm-core/pull/12478))**
632
633 - **NFC cleanup to financial classes
634 ([12482](https://github.com/civicrm/civicrm-core/pull/12482))**
635
636 - **Stdise references to BAO_Query->_fields [nfc]
637 ([12585](https://github.com/civicrm/civicrm-core/pull/12585))**
638
639 - **Test fix for intermittant error
640 ([12673](https://github.com/civicrm/civicrm-core/pull/12673))**
641
642 - **Test fix, update activity report adds a this.month filter by default,
643 accomodate ([12616](https://github.com/civicrm/civicrm-core/pull/12616))**
644
645 - **Customvalue ID is ignored
646 ([12606](https://github.com/civicrm/civicrm-core/pull/12606))**
647
648 - **Towards using EntityForm.tpl for Membership type & enabling custom data
649 ([12591](https://github.com/civicrm/civicrm-core/pull/12591))**
650
651 - **Export Add unit test + minor refactor covering specifiable payment output
652 fields for participant export.
653 ([12535](https://github.com/civicrm/civicrm-core/pull/12535))**
654
655 - **5.4 to master
656 ([12592](https://github.com/civicrm/civicrm-core/pull/12592))**
657
658 - **5.4 ([12428](https://github.com/civicrm/civicrm-core/pull/12428))**
659
660 - **5.4 ([12448](https://github.com/civicrm/civicrm-core/pull/12448))**
661
662 - **5.4 to master
663 ([12508](https://github.com/civicrm/civicrm-core/pull/12508))**
664
665 - **Merge 5.4 to master
666 ([12511](https://github.com/civicrm/civicrm-core/pull/12511))**
667
668 - **5.4 ([12520](https://github.com/civicrm/civicrm-core/pull/12520))**
669
670 - **Add 5.3.2 release notes (#12570)
671 ([12571](https://github.com/civicrm/civicrm-core/pull/12571))**
672
673 - **5.4 ([12569](https://github.com/civicrm/civicrm-core/pull/12569))**
674
675 - **5.4 to master
676 ([12515](https://github.com/civicrm/civicrm-core/pull/12515))**
677
678 - **5.4 to master
679 ([12555](https://github.com/civicrm/civicrm-core/pull/12555))**
680
681 - **5.4 ([12549](https://github.com/civicrm/civicrm-core/pull/12549))**
682
683 - **5.4 to master
684 ([12534](https://github.com/civicrm/civicrm-core/pull/12534))**
685
686 - **Export clean up sql columns
687 ([12577](https://github.com/civicrm/civicrm-core/pull/12577))**
688
689 - **crmRouteBinder - Don't convert arrays to objects
690 ([12530](https://github.com/civicrm/civicrm-core/pull/12530))**
691
692 - **Added code to throw exception on getvalue api call
693 ([12573](https://github.com/civicrm/civicrm-core/pull/12573))**
694
695 - **[dev/financial#24](https://lab.civicrm.org/dev/financial/issues/24) Link
696 payment method to financial account when created using api
697 ([12388](https://github.com/civicrm/civicrm-core/pull/12388))**
698
699 - **Move relationship return properties to the processor class to fix leakage
700 related test fail
701 ([12521](https://github.com/civicrm/civicrm-core/pull/12521))**
702
703 - **Extract code for getting additional return properties, test
704 ([12505](https://github.com/civicrm/civicrm-core/pull/12505))**
705
706 - **Fix signature on BAO_Product::add to make ids optional
707 ([12523](https://github.com/civicrm/civicrm-core/pull/12523))**
708
709 - **Export : Add a lot of unit tests. Fix an enotice
710 ([12518](https://github.com/civicrm/civicrm-core/pull/12518))**
711
712 - **Fix regression on case export from recent export fix
713 ([12517](https://github.com/civicrm/civicrm-core/pull/12517))**
714
715 - **Remove LOWER from street_address search, rely on mysql to handle.
716 ([12503](https://github.com/civicrm/civicrm-core/pull/12503))**
717
718 - **Respect '0' as a default when generating DAOs
719 ([12483](https://github.com/civicrm/civicrm-core/pull/12483))**
720
721 - **Export cleanup Extract bulk of the transformation for each field to its own
722 function ([12469](https://github.com/civicrm/civicrm-core/pull/12469))**
723
724 - **Fix enotice in test
725 ([12507](https://github.com/civicrm/civicrm-core/pull/12507))**
726
727 - **Test fix, use separate emails so distinct doesn't meld them
728 ([12490](https://github.com/civicrm/civicrm-core/pull/12490))**
729
730 - **Export cleanup - pass processor object rather than the query object
731 ([12485](https://github.com/civicrm/civicrm-core/pull/12485))**
732
733 - **Minor refactor preparatory to function extraction
734 ([12468](https://github.com/civicrm/civicrm-core/pull/12468))**
735
736 - **Cleanup redundant array functions
737 ([12452](https://github.com/civicrm/civicrm-core/pull/12452))**
738
739 - **Export code tidy up Use queryFields rather than query. Look to stop passing
740 around query. ([12484](https://github.com/civicrm/civicrm-core/pull/12484))**
741
742 - **Export class code cleanup Start building export processor class.
743 ([12479](https://github.com/civicrm/civicrm-core/pull/12479))**
744
745 - **Rename CRM_Contribute_BAO_ManagePremiums to CRM_Contribute_BAO_Product and
746 deprecate CRM_Contribute_BAO_ManagePremiums
747 ([12474](https://github.com/civicrm/civicrm-core/pull/12474))**
748
749 - **Remove unused variables & comment cleanup
750 ([12472](https://github.com/civicrm/civicrm-core/pull/12472))**
751
752 - **Non functional changes towards shared functions in Core_Form_Task
753 ([12320](https://github.com/civicrm/civicrm-core/pull/12320))**
754
755 - **Export class code readability - Reduce passing of variable, define on class
756 ([12290](https://github.com/civicrm/civicrm-core/pull/12290))**
757
758 - **Deprecate array on ManagePremiums
759 ([12451](https://github.com/civicrm/civicrm-core/pull/12451))**
760
761 - **Remove old deprecated crmeditable.tpl
762 ([12442](https://github.com/civicrm/civicrm-core/pull/12442))**
763
764 - **Fix potential undefined array index
765 ([12443](https://github.com/civicrm/civicrm-core/pull/12443))**
766
767 ## <a name="credits"></a>Credits
768
769 This release was developed by the following code authors:
770
771 AGH Strategies - Andrew Hunt; Agileware - Alok Patel; Australian Greens - Seamus Lee; Caltha - Tomasz Pietrzkowski; Chris Burgess; CiviCoop - Jaap Jansma; CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Sunil Pawar, Yashodha Chaku; CompuCorp - Camilo Rodriguez, Mukesh Ram; Coop SymbioTIC - Mathieu Lutfy; Electronic Frontier Foundation - Mark Burdett; eQuality Technology - Greg Rundlett; Freeform Solutions - Herb van den Dool; Fuzion - Jitendra Purohit; JMA Consulting - Monish Deb; John Kingsnorth; Left Join Labs - Sean Madsen; madhavimalgaonkar; Megaphone Technology Consulting - Jon Goldberg; MJW Consulting - Matthew Wire; Oxfam Germany - Thomas Schüttler; Pradeep Nayak; Progressive Technology Project - Jamie McClelland; Richard van Oosterhout; Romain Thouvenin; Squiffle Consulting - Aidan Saunders; Tadpole Collective - Kevin Cristiano; Third Sector Design - Michael McAndrew; wannesderoy; Wikimedia Foundation - Eileen McNaughton
772
773 Most authors also reviewed code for this release; in addition, the following
774 reviewers contributed their comments:
775
776 AGH Strategies - Alice Frumin, Andrew Hunt; Agileware - Agileware Team; Andrew Cormick-Dockery; Australian Greens - Seamus Lee; bluegreenbay; bmango; CEDC - Laryn Kragt Bakker; chamilwijesooriya; Chris Burgess; Christian Wach; Circle Interactive - Dave Jenkins; civibot[bot]; civicrm-builder; CiviCRM - Coleman Watts, Tim Otten; CiviDesk - Yashodha Chaku; CompuCorp - Camilo Rodriguez; Coop SymbioTIC - Mathieu Lutfy; Electronic Frontier Foundation - Mark Burdett; Francesc Bassas i Bullich; Freeform Solutions - Herb van den Dool; Fuzion - Peter Davis; Greenleaf Advancement - Karen Stevenson; JMA Consulting - Monish Deb; jmcheung; John Kingsnorth; laurynnlowe; Lemniscus - Noah Miller; Lighthouse Design and Consulting - Brian Shaughnessy; marsh-circle; Megaphone Technology Consulting - Jon Goldberg; MJW Consulting - Matthew Wire; myDropWizard - David Snopek; Oxfam Germany - Thomas Schüttler; Pradeep Nayak; Progressive Technology Project - Jamie McClelland; Richard van Oosterhout; Semper IT - Karin Gerritsen; Squiffle Consulting - Aidan Saunders; stesi561; Tadpole Collective - Kevin Cristiano; tanyabouman; Third Sector Design - Michael McAndrew; wannesderoy; Wikimedia Foundation - Eileen McNaughton
777
778 ## <a name="feedback"></a>Feedback
779
780 These release notes are edited by Alice Frumin and Andrew Hunt. If you'd like to provide
781 feedback on them, please log in to https://chat.civicrm.org/civicrm and contact
782 `@agh1`.