Skip to content

Commit 4280d24

Browse files
authored
Merge pull request #13138 from totten/5.7-bump
5.7.1 - Add release notes. Version bump.
2 parents 47414de + 7b8d6f5 commit 4280d24

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{* file to handle db changes in 5.7.1 during upgrade *}

release-notes/5.7.1.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# CiviCRM 5.7.1
2+
3+
Released 20 Nov 2018
4+
5+
- **[Synopsis](#synopsis)**
6+
- **[Bugs resolved](#bugs)**
7+
- **[Credits](#credits)**
8+
- **[Feedback](#feedback)**
9+
10+
## <a name="synopsis"></a>Synopsis
11+
12+
| *Does this version...?* | |
13+
|:--------------------------------------------------------------- |:-------:|
14+
| Fix security vulnerabilities? | no |
15+
| Change the database schema? | no |
16+
| Alter the API? | no |
17+
| Require attention to configuration options? | no |
18+
| Fix problems installing or upgrading to a previous version? | no |
19+
| Introduce features? | no |
20+
| **Fix bugs?** | **yes** |
21+
22+
## <a name="bugs"></a>Bugs resolved
23+
24+
- **([dev/core#507](https://lab.civicrm.org/dev/core/issues/507)) Fix regression in search task "Tag Contact"
25+
([13129](https://github.com/civicrm/civicrm-core/pull/13129))**
26+
27+
## <a name="credits"></a>Credits
28+
29+
This release was developed by the following authors and reviewers:
30+
31+
Wikimedia Foundation - Eileen McNaughton; Pradeep Nayak; CiviCRM - Coleman
32+
Watts; Australian Greens - Seamus Lee
33+
34+
## <a name="feedback"></a>Feedback
35+
36+
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
37+
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
38+
contact `@agh1`.

sql/civicrm_generated.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ UNLOCK TABLES;
398398

399399
LOCK TABLES `civicrm_domain` WRITE;
400400
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
401-
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.7.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
401+
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.7.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
402402
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
403403
UNLOCK TABLES;
404404

xml/version.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="iso-8859-1" ?>
22
<version>
3-
<version_no>5.7.0</version_no>
3+
<version_no>5.7.1</version_no>
44
</version>

0 commit comments

Comments
 (0)