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

civicrm release-5.59.2

parent f68838ca
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 21 deletions
......@@ -2,7 +2,7 @@
/**
* Plugin Name: CiviCRM
* Description: CiviCRM - Growing and Sustaining Relationships
* Version: 5.59.1
* Version: 5.59.2
* Requires at least: 4.9
* Requires PHP: 7.3
* Author: CiviCRM LLC
......@@ -36,7 +36,7 @@ if (!defined('ABSPATH')) {
}
// Set version here: changing it forces Javascript and CSS to reload.
define('CIVICRM_PLUGIN_VERSION', '5.59.1');
define('CIVICRM_PLUGIN_VERSION', '5.59.2');
// Store reference to this file.
if (!defined('CIVICRM_PLUGIN_FILE')) {
......
......@@ -810,6 +810,9 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Import_Parser {
* @throws \CRM_Core_Exception
*/
protected function processNote(int $contributionID, int $contactID, array $noteParams): void {
if (!$noteParams['note']) {
return;
}
$noteParams = array_merge([
'entity_table' => 'civicrm_contribution',
'entity_id' => $contributionID,
......
......@@ -544,7 +544,7 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
public function doPaymentPayPalButton(&$params) {
$args = [];
$result = $this->setStatusPaymentPending([]);
$result = [];
$this->initialize($args, 'DoDirectPayment');
......@@ -606,7 +606,6 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
}
/* Success */
$result = $this->setStatusPaymentCompleted($result);
$doQueryParams = [
'gross_amount' => $apiResult['amt'] ?? NULL,
'trxn_id' => $apiResult['transactionid'] ?? NULL,
......
<?php
/** @deprecated */
function civicrmVersion( ) {
return array( 'version' => '5.59.1',
return array( 'version' => '5.59.2',
'cms' => 'Wordpress',
'revision' => '' );
}
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -12,7 +12,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-02-11</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-01-02</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-11-11</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-08-11</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-05-23</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-10-12</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-08-05</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-08-03</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-10-07</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-08-27</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.59</ver>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-08-05</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<develStage>stable</develStage>
<comments>
FlexMailer is an email delivery engine which replaces the internal guts
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-07-21</releaseDate>
<version>5.59.1</version>
<version>5.59.2</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
......
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