Merge pull request #10664 from jitendrapurohit/CRM-20875
[civicrm-core.git] / release-notes / 4.7.22.md
1 # CiviCRM 4.7.22
2
3 Released July 12, 2017
4
5 - **[Bugs resolved](#bugs)**
6
7 ## <a name="bugs"></a>Bugs resolved
8
9 ### Core CiviCRM
10
11 - **[CRM-20561](https://issues.civicrm.org/jira/browse/CRM-20561) Load Net_SMTP, Auth_SASL, Net_Socket via Composer
12 ([10622](https://github.com/civicrm/civicrm-core/pull/10622))**
13
14 This resolves an SMTP authentication issue by updating a patch for
15 compatibility with the a newer release of `Net_SMTP`.
16
17 - **[CRM-20829](https://issues.civicrm.org/jira/browse/CRM-20829) Install requirements fail because of port string
18 ([10626](https://github.com/civicrm/civicrm-core/pull/10626))**
19
20 This fixes a bug where new, GUI-based installations failed in Drupal and
21 WordPress if the MySQL credentials relied on the default (implicit) port.
22
23 - **[CRM-20600](https://issues.civicrm.org/jira/browse/CRM-20600) Display warning if asset-caching is likely to fail
24 ([10644](https://github.com/civicrm/civicrm-core/pull/10644))**
25
26 This mitigates an issue where pages based on AngularJS do
27 not load because the site has a configuration problem.
28
29 - **[CRM-20834](https://issues.civicrm.org/jira/browse/CRM-20834) Drupal user not created via Profile due to missing email field
30 ([10636](https://github.com/civicrm/civicrm-core/pull/10636))**
31
32
33 ### Backdrop Integration
34
35 - **Improve Views checkbox value handling
36 ([37](https://github.com/civicrm/civicrm-backdrop/pull/37))**
37
38 - **When creating a new Backdrop user, two corresponding CiviCRM contacts are created.
39 ([22](https://github.com/civicrm/civicrm-backdrop/issues/22))**
40
41 - **Access denied on Civi profile forms on user page
42 ([31](https://github.com/civicrm/civicrm-backdrop/issues/31))**
43
44 - **CiviCRM-related warning when saving Backdrop permissions page
45 ([23](https://github.com/civicrm/civicrm-backdrop/issues/23))**