From 131b611e2d7a26ba8160b0e06abd3e4be609dfe3 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 4 Jan 2023 17:02:15 -0800 Subject: [PATCH] FiveFiftySeven - Switch upgrade step from #25170 (5.57.beta1 => 5.57.0) This was split apart from 25170 to simplify to some other aspects of the concurrent merges required for the security-update. Those are done, and now we can proceed. This will ensure that anyone who ran 5.57 RC will also run the step. The step was merged in very, very recently (like 10-20 min ago). For all other purposes, it's the same as before. --- CRM/Upgrade/Incremental/php/FiveFiftySeven.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FiveFiftySeven.php b/CRM/Upgrade/Incremental/php/FiveFiftySeven.php index 06977c0000..08f80045a0 100644 --- a/CRM/Upgrade/Incremental/php/FiveFiftySeven.php +++ b/CRM/Upgrade/Incremental/php/FiveFiftySeven.php @@ -54,7 +54,7 @@ class CRM_Upgrade_Incremental_php_FiveFiftySeven extends CRM_Upgrade_Incremental * @param string $rev * The version number matching this function name */ - public function upgrade_5_57_beta1($rev): void { + public function upgrade_5_57_0($rev): void { $this->addTask('Fix broken quicksearch options', 'fixQuicksearchOptions'); } -- 2.25.1