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

civicrm release-5.61.4

parent 46bd5e84
No related branches found
No related tags found
No related merge requests found
Showing
with 29 additions and 21 deletions
......@@ -2,7 +2,7 @@
/**
* Plugin Name: CiviCRM
* Description: CiviCRM - Growing and Sustaining Relationships
* Version: 5.61.3
* Version: 5.61.4
* 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.61.3');
define('CIVICRM_PLUGIN_VERSION', '5.61.4');
// Store reference to this file.
if (!defined('CIVICRM_PLUGIN_FILE')) {
......
......@@ -18,7 +18,15 @@ function smarty_prefilter_htxtFilter($tpl_source, &$smarty) {
$_htxts = 0;
$result = preg_replace_callback_array([
'/\{htxt id=([\'\"][^\'\"]+[\'\"])/' => function ($m) use (&$htxts) {
'/\{htxt id=(\"[-\w]+\")[ }]/' => function ($m) use (&$htxts) {
$htxts++;
return sprintf('{if $id == %s}%s', $m[1], $m[0]);
},
'/\{htxt id=(\'[-\w]+\')[ }]/' => function ($m) use (&$htxts) {
$htxts++;
return sprintf('{if $id == %s}%s', $m[1], $m[0]);
},
'/\{htxt id=(\$\w+)[ }]/' => function ($m) use (&$htxts) {
$htxts++;
return sprintf('{if $id == %s}%s', $m[1], $m[0]);
},
......
<?php
/** @deprecated */
function civicrmVersion( ) {
return array( 'version' => '5.61.3',
return array( 'version' => '5.61.4',
'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.61.3</version>
<version>5.61.4</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</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.61.3</version>
<version>5.61.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</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.61.3</version>
<version>5.61.4</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.61.3</version>
<version>5.61.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.61</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.61.3</version>
<version>5.61.4</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.61.3</version>
<version>5.61.4</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-07-25</releaseDate>
<version>5.61.3</version>
<version>5.61.4</version>
<develStage>stable</develStage>
<tags>
<tag>mgmt:hidden</tag>
......
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