Merge pull request #13365 from mattwire/caseformatcustomdata
[civicrm-core.git] / release-notes / 5.8.0.md
index a77f8acf675ebc44c51c35bff4e5687c45e8b756..cc2a6ab60f9cc20a7a0d0e12246bc4f5ef548b7e 100644 (file)
@@ -223,6 +223,15 @@ Released December 5, 2018
   This change makes it so that the field "Current Employer" is available as a
   column on reports.
 
+- **[dev/core#487](https://lab.civicrm.org/dev/core/issues/487) Replace ancient
+  menubar plugin with something responsive
+  ([13804](https://github.com/civicrm/civicrm-core/pull/13084)) (preliminary
+  work)**
+
+  This makes some behind-the-scenes changes in order to support a new
+  [SmartMenus-based menu extension](https://github.com/aydun/uk.squiffle.kam)
+  that is anticipated to replace the current menu in core.
+
 ### CiviCase
 
 - **Added relationship active filter in CiviCRM Case reports.
@@ -291,7 +300,7 @@ Released December 5, 2018
   one has to choose "Send Immediately" OR "Schedule SMS". Before this change one
   could check the box to "Send Immediately" AND a date to Schedule SMS.
 
-### Drupal Integration Modules
+### Drupal Integration
 
 - **[CRM-17667](https://issues.civicrm.org/jira/browse/CRM-17667) Drush: Mail
   queue processing does not work
@@ -496,6 +505,12 @@ Released December 5, 2018
   available in the Summary Fields Filters tab for the Constituent Summary
   report.
 
+- **Fix typo in smarty help
+  ([13075](https://github.com/civicrm/civicrm-core/pull/13075))**
+
+- **Remove redundant jstree script from search form
+  ([13153](https://github.com/civicrm/civicrm-core/pull/13153))**
+
 ### CiviCampaign
 
 - **[dev/core#422](https://lab.civicrm.org/dev/core/issues/422) Can't use
@@ -547,6 +562,23 @@ Released December 5, 2018
   credit amount stats column and a filter on any custom field would result in a
   DB error so that the report runs as expected.
 
+- **[dev/core#526](https://lab.civicrm.org/dev/core/issues/526) Feedback cannot
+  be translated when saving Contribution Page forms in languages other than
+  English ([13108](https://github.com/civicrm/civicrm-core/pull/13108))**
+
+- **[dev/core#534](https://lab.civicrm.org/dev/core/issues/534) Print Invoice
+  and Pay Now buttons do not appear on Contact Dashboard
+  ([13131](https://github.com/civicrm/civicrm-core/pull/13131) and
+  [13137](https://github.com/civicrm/civicrm-core/pull/13137))**
+
+- **Fix check for financial acls to look for setting rather than sub-key of
+  non-standard civicontribute_settings' setting
+  ([13150](https://github.com/civicrm/civicrm-core/pull/13150))**
+
+- **[dev/core#552](https://lab.civicrm.org/dev/core/issues/552) Contribution net
+  amount not re-calculated when fee amount is changed
+  ([13177](https://github.com/civicrm/civicrm-core/pull/13177) and [13178](https://github.com/civicrm/civicrm-core/pull/13178))**
+
 ### CiviEvent
 
 - **Prevent hard error when a string is too long for a field.
@@ -571,6 +603,12 @@ Released December 5, 2018
   without recording a payment would result in the payment hanging so that it
   does not hang.
 
+- **Replace deprecated event function
+  ([13093](https://github.com/civicrm/civicrm-core/pull/13093))**
+
+- **Fix links for tabs on manage event
+  ([13172](https://github.com/civicrm/civicrm-core/pull/13172))**
+
 ### CiviMail
 
 - **[dev/core#461](https://lab.civicrm.org/dev/core/issues/461) Duplicate
@@ -650,6 +688,12 @@ Released December 5, 2018
   databases with large numbers of memberships can run the scheduled task to
   update membership statuses.
 
+- **Fix period_type, duration_unit, duration_frequency to be required on
+  membership type form
+  ([13227](https://github.com/civicrm/civicrm-core/pull/13227))**
+
+  These fields had become un-required as a regression in 5.5.
+
 ### Drupal Integration
 
 - **Intelligently adjust menubar for D7 toolbar toggle
@@ -716,6 +760,14 @@ Released December 5, 2018
   This change fixes a bug where malformed redirect URLs were being formed for
   Wordpress users on event registration and confirmation pages.
 
+- **[dev/wordpress#12](https://lab.civicrm.org/dev/wordpress/issues/12) A
+  civicrm shortcode for a contribution page on the homepage results in a "Too
+  many redirects" error instead of the thank you page
+  ([13099](https://github.com/civicrm/civicrm-core/pull/13099))**
+
+  This resolves a problem retrieving URL parameters when the URL is URL-encoded,
+  as frequently happens in WordPress.
+
 ## <a name="misc"></a>Miscellany
 
 - **Slay dragons ([12495](https://github.com/civicrm/civicrm-core/pull/12495))**