Skip to content
Snippets Groups Projects
Verified Commit 80df6ed3 authored by Kevin Cristiano's avatar Kevin Cristiano :earth_americas:
Browse files

civicrm release

parent cb30d0d2
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,15 @@ Other resources for identifying changes are:
* https://github.com/civicrm/civicrm-joomla
* https://github.com/civicrm/civicrm-wordpress
## CiviCRM 5.40.1
Released August 6, 2021
- **[Synopsis](release-notes/5.40.1.md#synopsis)**
- **[Bugs resolved](release-notes/5.40.1.md#bugs)**
- **[Credits](release-notes/5.40.1.md#credits)**
- **[Feedback](release-notes/5.40.1.md#feedback)**
## CiviCRM 5.40.0
Released August 5, 2021
......
# CiviCRM 5.40.1
Released August 6, 2021
- **[Synopsis](#synopsis)**
- **[Bugs resolved](#bugs)**
- **[Credits](#credits)**
- **[Feedback](#feedback)**
## <a name="synopsis"></a>Synopsis
| *Does this version...?* | |
| --------------------------------------------------------------- | -------- |
| Change the database schema? | no |
| Alter the API? | no |
| Require attention to configuration options? | no |
| Fix problems installing or upgrading to a previous version? | no |
| Introduce features? | no |
| **Fix bugs?** | **yes** |
## <a name="bugs"></a>Bugs resolved
* **_Contact Dashboard_: If "Pledges" are disabled, then dashboard shows incorrect links ([dev/core#2740](https://lab.civicrm.org/dev/core/-/issues/2740): [#21051](https://github.com/civicrm/civicrm-core/pull/21051))**
* **_Search Kit_: "Actions" menu does not display for some users ([#21045](https://github.com/civicrm/civicrm-core/pull/21045))**
* **_WordPress_: Restore rendering for certain page-views ([dev/wordpress#107](https://lab.civicrm.org/dev/wordpress/-/issues/107), [dev/wordpress#112](https://lab.civicrm.org/dev/wordpress/-/issues/112): [wordpress#255](https://github.com/civicrm/civicrm-wordpress/pull/255))**
A recent bug-fix from v5.39.0 ([dev/wordpress#91](https://lab.civicrm.org/dev/wordpress/-/issues/91)) leads to complex interactions with various themes and plugins. This fix has been reverted until a more durable fix is developed.
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Wikimedia Foundation - Eileen McNaughton; Tadpole Collective - Kevin Cristiano; rbaugh; Joinery - Allen Shaw;
CiviCRM - Coleman Watts, Tim Otten; Christian Wach; chriscant; Agileware - Justin Freeman, Francis Whittle
## <a name="feedback"></a>Feedback
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
contact `@agh1`.
......@@ -23954,4 +23954,4 @@ INSERT INTO `civicrm_report_instance`
( `domain_id`, `title`, `report_id`, `description`, `permission`, `form_values`)
VALUES
( @domainID, 'Survey Details', 'survey/detail', 'Detailed report for canvassing, phone-banking, walk lists or other surveys.', 'access CiviReport', 'a:39:{s:6:"fields";a:2:{s:9:"sort_name";s:1:"1";s:6:"result";s:1:"1";}s:22:"assignee_contact_id_op";s:2:"eq";s:25:"assignee_contact_id_value";s:0:"";s:12:"sort_name_op";s:3:"has";s:15:"sort_name_value";s:0:"";s:17:"street_number_min";s:0:"";s:17:"street_number_max";s:0:"";s:16:"street_number_op";s:3:"lte";s:19:"street_number_value";s:0:"";s:14:"street_name_op";s:3:"has";s:17:"street_name_value";s:0:"";s:15:"postal_code_min";s:0:"";s:15:"postal_code_max";s:0:"";s:14:"postal_code_op";s:3:"lte";s:17:"postal_code_value";s:0:"";s:7:"city_op";s:3:"has";s:10:"city_value";s:0:"";s:20:"state_province_id_op";s:2:"in";s:23:"state_province_id_value";a:0:{}s:13:"country_id_op";s:2:"in";s:16:"country_id_value";a:0:{}s:12:"survey_id_op";s:2:"in";s:15:"survey_id_value";a:0:{}s:12:"status_id_op";s:2:"eq";s:15:"status_id_value";s:1:"1";s:11:"custom_1_op";s:2:"in";s:14:"custom_1_value";a:0:{}s:11:"custom_2_op";s:2:"in";s:14:"custom_2_value";a:0:{}s:17:"custom_3_relative";s:1:"0";s:13:"custom_3_from";s:0:"";s:11:"custom_3_to";s:0:"";s:11:"description";s:75:"Detailed report for canvassing, phone-banking, walk lists or other surveys.";s:13:"email_subject";s:0:"";s:8:"email_to";s:0:"";s:8:"email_cc";s:0:"";s:10:"permission";s:17:"access CiviReport";s:6:"groups";s:0:"";s:9:"domain_id";i:1;}');
UPDATE civicrm_domain SET version = '5.40.0';
UPDATE civicrm_domain SET version = '5.40.1';
......@@ -2869,7 +2869,7 @@ UNLOCK TABLES;
LOCK TABLES `civicrm_domain` WRITE;
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES
(1,'Default Domain Name',NULL,'5.40.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
(1,'Default Domain Name',NULL,'5.40.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
 
......@@ -24,7 +24,7 @@
<tr{if isset($element.class)} class="{$element.class}"{/if}>
<td>
<div class="header-dark">{$element.sectionTitle}</div>
{include file=$element.templatePath}
{include file=$element.templatePath context="user"}
</td>
</tr>
{/foreach}
......
......@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit05259761874e2d1c20613ef26304838a::getLoader();
return ComposerAutoloaderInit1fcd1cbc8068223afd547ab1e13b7c28::getLoader();
......@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit05259761874e2d1c20613ef26304838a
class ComposerAutoloaderInit1fcd1cbc8068223afd547ab1e13b7c28
{
private static $loader;
......@@ -19,9 +19,9 @@ class ComposerAutoloaderInit05259761874e2d1c20613ef26304838a
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit05259761874e2d1c20613ef26304838a', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit1fcd1cbc8068223afd547ab1e13b7c28', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit05259761874e2d1c20613ef26304838a', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit1fcd1cbc8068223afd547ab1e13b7c28', 'loadClassLoader'));
$includePaths = require __DIR__ . '/include_paths.php';
$includePaths[] = get_include_path();
......@@ -31,7 +31,7 @@ class ComposerAutoloaderInit05259761874e2d1c20613ef26304838a
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit05259761874e2d1c20613ef26304838a::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit1fcd1cbc8068223afd547ab1e13b7c28::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
......@@ -52,19 +52,19 @@ class ComposerAutoloaderInit05259761874e2d1c20613ef26304838a
$loader->register(true);
if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit05259761874e2d1c20613ef26304838a::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit1fcd1cbc8068223afd547ab1e13b7c28::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire05259761874e2d1c20613ef26304838a($fileIdentifier, $file);
composerRequire1fcd1cbc8068223afd547ab1e13b7c28($fileIdentifier, $file);
}
return $loader;
}
}
function composerRequire05259761874e2d1c20613ef26304838a($fileIdentifier, $file)
function composerRequire1fcd1cbc8068223afd547ab1e13b7c28($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
......
......@@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInit05259761874e2d1c20613ef26304838a
class ComposerStaticInit1fcd1cbc8068223afd547ab1e13b7c28
{
public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
......@@ -572,11 +572,11 @@ class ComposerStaticInit05259761874e2d1c20613ef26304838a
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit05259761874e2d1c20613ef26304838a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit05259761874e2d1c20613ef26304838a::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit05259761874e2d1c20613ef26304838a::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInit05259761874e2d1c20613ef26304838a::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInit05259761874e2d1c20613ef26304838a::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit1fcd1cbc8068223afd547ab1e13b7c28::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit1fcd1cbc8068223afd547ab1e13b7c28::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit1fcd1cbc8068223afd547ab1e13b7c28::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInit1fcd1cbc8068223afd547ab1e13b7c28::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInit1fcd1cbc8068223afd547ab1e13b7c28::$classMap;
}, null, ClassLoader::class);
}
......
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.40.0</version_no>
<version_no>5.40.1</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment