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

civicrm release-5.55

parent 4a40ffec
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 21 deletions
......@@ -2,7 +2,7 @@
/**
* Plugin Name: CiviCRM
* Description: CiviCRM - Growing and Sustaining Relationships
* Version: 5.55.0
* Version: 5.55.1
* Requires at least: 4.9
* Requires PHP: 7.2
* 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.55.0');
define('CIVICRM_PLUGIN_VERSION', '5.55.1');
// Store reference to this file.
if (!defined('CIVICRM_PLUGIN_FILE')) {
......
......@@ -320,7 +320,7 @@ FROM civicrm_navigation WHERE domain_id = $domainID";
if (!isset($b['attributes']['weight'])) {
$b['attributes']['weight'] = 1000;
}
return $a['attributes']['weight'] - $b['attributes']['weight'];
return (int) $a['attributes']['weight'] - (int) $b['attributes']['weight'];
});
// If any of the $navigations have children, recurse
......
......@@ -43,7 +43,6 @@ class PropertyBag implements \ArrayAccess {
'billing_state_province' => 'billingStateProvince',
'state_province' => 'billingStateProvince',
'billingCountry' => TRUE,
'country' => 'billingCountry',
'contactID' => TRUE,
'contact_id' => 'contactID',
'contributionID' => TRUE,
......
<?php
/** @deprecated */
function civicrmVersion( ) {
return array( 'version' => '5.55.0',
return array( 'version' => '5.55.1',
'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.55.0</version>
<version>5.55.1</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</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.55.0</version>
<version>5.55.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</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.55.0</version>
<version>5.55.1</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.55.0</version>
<version>5.55.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.55</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.55.0</version>
<version>5.55.1</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.55.0</version>
<version>5.55.1</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