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

civicrm release

parent c5ae8204
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* Plugin Name: CiviCRM * Plugin Name: CiviCRM
* Description: CiviCRM - Growing and Sustaining Relationships * Description: CiviCRM - Growing and Sustaining Relationships
* Version: 4.7 * Version: 5.33.2
* Requires at least: 4.9 * Requires at least: 4.9
* Requires PHP: 7.1 * Requires PHP: 7.1
* Author: CiviCRM LLC * Author: CiviCRM LLC
...@@ -54,7 +54,7 @@ if (!defined('ABSPATH')) { ...@@ -54,7 +54,7 @@ if (!defined('ABSPATH')) {
} }
// Set version here: when it changes, will force Javascript & CSS to reload. // Set version here: when it changes, will force Javascript & CSS to reload.
define('CIVICRM_PLUGIN_VERSION', '4.7'); define('CIVICRM_PLUGIN_VERSION', '5.33.2');
// Store reference to this file. // Store reference to this file.
if (!defined('CIVICRM_PLUGIN_FILE')) { if (!defined('CIVICRM_PLUGIN_FILE')) {
......
...@@ -18,6 +18,6 @@ ...@@ -18,6 +18,6 @@
/** /**
* This class gets the name of the file to upload * This class gets the name of the file to upload
*/ */
class CRM_Pledge_Export_Form_Map extends CRM_Export_Form_Map { class CRM_Grant_Export_Form_Map extends CRM_Export_Form_Map {
} }
{* file to handle db changes in 5.33.2 during upgrade *}
<?php <?php
/** @deprecated */ /** @deprecated */
function civicrmVersion( ) { function civicrmVersion( ) {
return array( 'version' => '5.33.1', return array( 'version' => '5.33.2',
'cms' => 'Wordpress', 'cms' => 'Wordpress',
'revision' => '' ); 'revision' => '' );
} }
......
...@@ -15,6 +15,15 @@ Other resources for identifying changes are: ...@@ -15,6 +15,15 @@ Other resources for identifying changes are:
* https://github.com/civicrm/civicrm-joomla * https://github.com/civicrm/civicrm-joomla
* https://github.com/civicrm/civicrm-wordpress * https://github.com/civicrm/civicrm-wordpress
## CiviCRM 5.33.2
Released January 15, 2021
- **[Synopsis](release-notes/5.33.2.md#synopsis)**
- **[Bugs resolved](release-notes/5.33.2.md#bugs)**
- **[Credits](release-notes/5.33.2.md#credits)**
- **[Feedback](release-notes/5.33.2.md#feedback)**
## CiviCRM 5.33.1 ## CiviCRM 5.33.1
Released January 7, 2021 Released January 7, 2021
......
# CiviCRM 5.33.2
Released January 15, 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
* **_CiviGrant_: Export fails due to malformed class ([dev/core#2298](https://lab.civicrm.org/dev/core/-/issues/2298): [#19381](https://github.com/civicrm/civicrm-core/pull/19381))**
* **_WordPress_: Version incorrectly reported as 4.7 ([dev/wordpress#85](https://lab.civicrm.org/dev/wordpress/-/issues/85): [#19384](https://github.com/civicrm/civicrm-core/pull/19384))**
## <a name="credits"></a>Credits
This release was developed by the following authors and reviewers:
Wikimedia Foundation - Eileen McNaughton; Tadpole Collective - Kevin Cristiano; JMA
Consulting - Seamus Lee; Dmitry Smirnov; CiviCRM - Tim Otten; Christian Wach
## <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`.
...@@ -23927,4 +23927,4 @@ INSERT INTO `civicrm_report_instance` ...@@ -23927,4 +23927,4 @@ INSERT INTO `civicrm_report_instance`
( `domain_id`, `title`, `report_id`, `description`, `permission`, `form_values`) ( `domain_id`, `title`, `report_id`, `description`, `permission`, `form_values`)
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;}'); ( @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.33.1'; UPDATE civicrm_domain SET version = '5.33.2';
...@@ -399,7 +399,7 @@ UNLOCK TABLES; ...@@ -399,7 +399,7 @@ UNLOCK TABLES;
   
LOCK TABLES `civicrm_domain` WRITE; LOCK TABLES `civicrm_domain` WRITE;
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */; /*!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.33.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.33.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;
   
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php'; require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d::getLoader(); return ComposerAutoloaderInit2f2e10e7d5424fb212df83b127157beb::getLoader();
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer // autoload_real.php @generated by Composer
class ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d class ComposerAutoloaderInit2f2e10e7d5424fb212df83b127157beb
{ {
private static $loader; private static $loader;
...@@ -19,9 +19,9 @@ class ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d ...@@ -19,9 +19,9 @@ class ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d
return self::$loader; return self::$loader;
} }
spl_autoload_register(array('ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d', 'loadClassLoader'), true, true); spl_autoload_register(array('ComposerAutoloaderInit2f2e10e7d5424fb212df83b127157beb', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(); self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d', 'loadClassLoader')); spl_autoload_unregister(array('ComposerAutoloaderInit2f2e10e7d5424fb212df83b127157beb', 'loadClassLoader'));
$includePaths = require __DIR__ . '/include_paths.php'; $includePaths = require __DIR__ . '/include_paths.php';
$includePaths[] = get_include_path(); $includePaths[] = get_include_path();
...@@ -31,7 +31,7 @@ class ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d ...@@ -31,7 +31,7 @@ class ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d
if ($useStaticLoader) { if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php'; require_once __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d::getInitializer($loader)); call_user_func(\Composer\Autoload\ComposerStaticInit2f2e10e7d5424fb212df83b127157beb::getInitializer($loader));
} else { } else {
$map = require __DIR__ . '/autoload_namespaces.php'; $map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) { foreach ($map as $namespace => $path) {
...@@ -52,19 +52,19 @@ class ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d ...@@ -52,19 +52,19 @@ class ComposerAutoloaderInit78dc0a108461f60c575d15e43bc2fb7d
$loader->register(true); $loader->register(true);
if ($useStaticLoader) { if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d::$files; $includeFiles = Composer\Autoload\ComposerStaticInit2f2e10e7d5424fb212df83b127157beb::$files;
} else { } else {
$includeFiles = require __DIR__ . '/autoload_files.php'; $includeFiles = require __DIR__ . '/autoload_files.php';
} }
foreach ($includeFiles as $fileIdentifier => $file) { foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire78dc0a108461f60c575d15e43bc2fb7d($fileIdentifier, $file); composerRequire2f2e10e7d5424fb212df83b127157beb($fileIdentifier, $file);
} }
return $loader; return $loader;
} }
} }
function composerRequire78dc0a108461f60c575d15e43bc2fb7d($fileIdentifier, $file) function composerRequire2f2e10e7d5424fb212df83b127157beb($fileIdentifier, $file)
{ {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file; require $file;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
namespace Composer\Autoload; namespace Composer\Autoload;
class ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d class ComposerStaticInit2f2e10e7d5424fb212df83b127157beb
{ {
public static $files = array ( public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
...@@ -570,11 +570,11 @@ class ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d ...@@ -570,11 +570,11 @@ class ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d
public static function getInitializer(ClassLoader $loader) public static function getInitializer(ClassLoader $loader)
{ {
return \Closure::bind(function () use ($loader) { return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d::$prefixLengthsPsr4; $loader->prefixLengthsPsr4 = ComposerStaticInit2f2e10e7d5424fb212df83b127157beb::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d::$prefixDirsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit2f2e10e7d5424fb212df83b127157beb::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d::$prefixesPsr0; $loader->prefixesPsr0 = ComposerStaticInit2f2e10e7d5424fb212df83b127157beb::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d::$fallbackDirsPsr0; $loader->fallbackDirsPsr0 = ComposerStaticInit2f2e10e7d5424fb212df83b127157beb::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInit78dc0a108461f60c575d15e43bc2fb7d::$classMap; $loader->classMap = ComposerStaticInit2f2e10e7d5424fb212df83b127157beb::$classMap;
}, null, ClassLoader::class); }, null, ClassLoader::class);
} }
......
<?xml version="1.0" encoding="iso-8859-1" ?> <?xml version="1.0" encoding="iso-8859-1" ?>
<version> <version>
<version_no>5.33.1</version_no> <version_no>5.33.2</version_no>
</version> </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