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

civicrm release-5.67.3

parent f6b9e7b8
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 23 deletions
......@@ -2,7 +2,7 @@
/**
* Plugin Name: CiviCRM
* Description: CiviCRM - Growing and Sustaining Relationships
* Version: 5.67.2
* Version: 5.67.3
* 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.67.2');
define('CIVICRM_PLUGIN_VERSION', '5.67.3');
// Store reference to this file.
if (!defined('CIVICRM_PLUGIN_FILE')) {
......
......@@ -161,13 +161,13 @@ class CRM_Utils_Mail_IncomingMail {
$twoDigitString = $twoDigitStringMin . $verpSeparator;
// a common-for-all-actions regex to handle CiviCRM 2.2 address patterns
$regex = '/^' . $emailLocalPart . '(b|c|e|o|r|u)' . $twoDigitString . '([0-9a-f]{16})@' . $emailDomain . '$/';
$regex = '/^' . $emailLocalPart . '(b|c|e|o|r|u)' . $twoDigitString . '([0-9a-z]{16})@' . $emailDomain . '$/';
// a tighter regex for finding bounce info in soft bounces’ mail bodies
$rpRegex = '/Return-Path:\s*' . $emailLocalPart . '(b)' . $twoDigitString . '([0-9a-f]{16})@' . $emailDomain . '/';
$rpRegex = '/Return-Path:\s*' . $emailLocalPart . '(b)' . $twoDigitString . '([0-9a-z]{16})@' . $emailDomain . '/';
// a regex for finding bound info X-Header
$rpXHeaderRegex = '/X-CiviMail-Bounce: ' . $emailLocalPart . '(b)' . $twoDigitString . '([0-9a-f]{16})@' . $emailDomain . '/i';
$rpXHeaderRegex = '/X-CiviMail-Bounce: ' . $emailLocalPart . '(b)' . $twoDigitString . '([0-9a-z]{16})@' . $emailDomain . '/i';
// CiviMail in regex and Civimail in header !!!
$matches = NULL;
foreach ($this->mail->to as $address) {
......
<?php
/** @deprecated */
function civicrmVersion( ) {
return array( 'version' => '5.67.2',
return array( 'version' => '5.67.3',
'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.67.2</version>
<version>5.67.3</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.67</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.67.2</version>
<version>5.67.3</version>
<compatibility>
<ver>5.67</ver>
</compatibility>
......
......@@ -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.67.2</version>
<version>5.67.3</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.67</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.67.2</version>
<version>5.67.3</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.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>mgmt:required</tag>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-04-08</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-04-08</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-04-08</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-04-08</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-04-08</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-04-08</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-04-08</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
......
......@@ -13,7 +13,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-04-08</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
......
......@@ -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.67.2</version>
<version>5.67.3</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.67</ver>
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-07-17</releaseDate>
<version>5.67.2</version>
<version>5.67.3</version>
<develStage>alpha</develStage>
<requires>
<ext>org.civicrm.search_kit</ext>
......
......@@ -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.67.2</version>
<version>5.67.3</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</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.67.2</version>
<version>5.67.3</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.67</ver>
......
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