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

civicrm release-5.61.1

parent 98454021
No related branches found
No related tags found
No related merge requests found
Showing
with 34 additions and 20 deletions
......@@ -2,7 +2,7 @@
/**
* Plugin Name: CiviCRM
* Description: CiviCRM - Growing and Sustaining Relationships
* Version: 5.61.0
* Version: 5.61.1
* 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.0');
define('CIVICRM_PLUGIN_VERSION', '5.61.1');
// Store reference to this file.
if (!defined('CIVICRM_PLUGIN_FILE')) {
......
......@@ -41,6 +41,14 @@ class CRM_Upgrade_Incremental_php_FiveSixtyOne extends CRM_Upgrade_Incremental_B
}
}
public function setPostUpgradeMessage(&$postUpgradeMessage, $rev): void {
if ($rev === '5.61.1') {
if (defined('CIVICRM_UF') && CIVICRM_UF === 'Drupal8') {
$postUpgradeMessage .= '<p>' . ts('You must do a one-time clear of Drupal caches now before visiting CiviCRM pages to rebuild the menu routes to avoid fatal errors. <a %1>Read more</a>.', [1 => 'href="https://civicrm.org/redirect/drupal-5.61" target="_blank"']) . '</p>';
}
}
}
/**
* Upgrade step; adds tasks including 'runSql'.
*
......@@ -71,6 +79,12 @@ class CRM_Upgrade_Incremental_php_FiveSixtyOne extends CRM_Upgrade_Incremental_B
$this->addTask(ts('Create index %1', [1 => 'civicrm_campaign.UI_name']), 'addIndex', 'civicrm_campaign', 'name', 'UI');
}
/**
* Needs to exist for postUpgradeMessage to get called.
*/
public function upgrade_5_61_1($rev): void {
}
/**
* Remove extraneous/duplicate records from `civicrm_cache`.
*
......
<?php
/** @deprecated */
function civicrmVersion( ) {
return array( 'version' => '5.61.0',
return array( 'version' => '5.61.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.61.0</version>
<version>5.61.1</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.0</version>
<version>5.61.1</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.0</version>
<version>5.61.1</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.0</version>
<version>5.61.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.61.0</version>
<version>5.61.1</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.0</version>
<version>5.61.1</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.0</version>
<version>5.61.1</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.0</version>
<version>5.61.1</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.0</version>
<version>5.61.1</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.0</version>
<version>5.61.1</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.0</version>
<version>5.61.1</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.0</version>
<version>5.61.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.61.0</version>
<version>5.61.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.61.0</version>
<version>5.61.1</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.0</version>
<version>5.61.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.61.0</version>
<version>5.61.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-07-25</releaseDate>
<version>5.61.0</version>
<version>5.61.1</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