diff --git a/civicrm.php b/civicrm.php
index dfe6fa38e3297ea8397b9b8565ed69a4dd3ddc23..bfd3a1cc16ecec11fcf6e4824a4f4504e8edf381 100644
--- a/civicrm.php
+++ b/civicrm.php
@@ -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')) {
diff --git a/civicrm/CRM/Core/BAO/Navigation.php b/civicrm/CRM/Core/BAO/Navigation.php
index e772db9a38bf74115d6f8620f2631d0c0827d947..4651c710b68be0ed731c82e42902490cfd7ea15c 100644
--- a/civicrm/CRM/Core/BAO/Navigation.php
+++ b/civicrm/CRM/Core/BAO/Navigation.php
@@ -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
diff --git a/civicrm/Civi/Payment/PropertyBag.php b/civicrm/Civi/Payment/PropertyBag.php
index 2b39b8474302804c0e47509b447f86b37baea463..19cfcd66d996e4a8990beedb7dc7a4450af54ff4 100644
--- a/civicrm/Civi/Payment/PropertyBag.php
+++ b/civicrm/Civi/Payment/PropertyBag.php
@@ -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,
diff --git a/civicrm/civicrm-version.php b/civicrm/civicrm-version.php
index 576c157ee6dce02f5128d7928af0d49f679c0440..31cacc61858645e2a3854a8c2b97d0001aebd4f3 100644
--- a/civicrm/civicrm-version.php
+++ b/civicrm/civicrm-version.php
@@ -1,7 +1,7 @@
 <?php
 /** @deprecated */
 function civicrmVersion( ) {
-  return array( 'version'  => '5.55.0',
+  return array( 'version'  => '5.55.1',
                 'cms'      => 'Wordpress',
                 'revision' => '' );
 }
diff --git a/civicrm/ext/afform/admin/info.xml b/civicrm/ext/afform/admin/info.xml
index d6d494665090abf93959da8cc22905ab1e32ba85..8cc471a577e05a2a635084b82260a58886189278 100644
--- a/civicrm/ext/afform/admin/info.xml
+++ b/civicrm/ext/afform/admin/info.xml
@@ -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>
diff --git a/civicrm/ext/afform/core/info.xml b/civicrm/ext/afform/core/info.xml
index 4741265cb634fe13989974521170bf44e6852ea3..0974791015677d7de5ed8ec2064f62952508b3e4 100644
--- a/civicrm/ext/afform/core/info.xml
+++ b/civicrm/ext/afform/core/info.xml
@@ -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>
diff --git a/civicrm/ext/afform/html/info.xml b/civicrm/ext/afform/html/info.xml
index a91a6387c03e2bbe8c0079bb0912256b480b4254..b42d336eb1bfcf7a886f88385398d9ba88920ff0 100644
--- a/civicrm/ext/afform/html/info.xml
+++ b/civicrm/ext/afform/html/info.xml
@@ -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>
diff --git a/civicrm/ext/afform/mock/info.xml b/civicrm/ext/afform/mock/info.xml
index bd86311dff8e8161fbc33d07c68677c90371b98a..891d7d6e2af6097f8e8c95864116a2b0d4c0a456 100644
--- a/civicrm/ext/afform/mock/info.xml
+++ b/civicrm/ext/afform/mock/info.xml
@@ -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>
diff --git a/civicrm/ext/authx/info.xml b/civicrm/ext/authx/info.xml
index 97b04cf0a6affdabd5d217060196956274f8478d..b721820cd3fa733942d4fa557e0aa3c00da3cb1c 100644
--- a/civicrm/ext/authx/info.xml
+++ b/civicrm/ext/authx/info.xml
@@ -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>
diff --git a/civicrm/ext/civicrm_admin_ui/info.xml b/civicrm/ext/civicrm_admin_ui/info.xml
index fb4ffa795164aa7433dfac8bda24ef518c038ac0..3a6565906b5e783f04071a9ab98d137645d5e7ae 100644
--- a/civicrm/ext/civicrm_admin_ui/info.xml
+++ b/civicrm/ext/civicrm_admin_ui/info.xml
@@ -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>
diff --git a/civicrm/ext/civigrant/info.xml b/civicrm/ext/civigrant/info.xml
index c67ea150f609b22a06d2a54da56873945ea31f2a..cfe2a052666848dc15aa0469f399ece532615bd6 100644
--- a/civicrm/ext/civigrant/info.xml
+++ b/civicrm/ext/civigrant/info.xml
@@ -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>
diff --git a/civicrm/ext/civiimport/info.xml b/civicrm/ext/civiimport/info.xml
index 60f3d3cae481e0ff128748f9398aa78878d517ec..34c7d027c98a7e0ffd3eb63825eed6dacc648e84 100644
--- a/civicrm/ext/civiimport/info.xml
+++ b/civicrm/ext/civiimport/info.xml
@@ -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>
diff --git a/civicrm/ext/ckeditor4/info.xml b/civicrm/ext/ckeditor4/info.xml
index 9efc3d2d37ae34b04646d9a9d15104567a713331..75baf223ae6c9a8a57d72b14a6c8bf5c848f261f 100644
--- a/civicrm/ext/ckeditor4/info.xml
+++ b/civicrm/ext/ckeditor4/info.xml
@@ -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>
diff --git a/civicrm/ext/contributioncancelactions/info.xml b/civicrm/ext/contributioncancelactions/info.xml
index 653a537655b536984db04f976a5ed41ad8ad09f8..bec85a1e983a679849f6d6a6b973848bf8ded0f9 100644
--- a/civicrm/ext/contributioncancelactions/info.xml
+++ b/civicrm/ext/contributioncancelactions/info.xml
@@ -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>
diff --git a/civicrm/ext/elavon/info.xml b/civicrm/ext/elavon/info.xml
index 9fa491a625c20afb3dcb0b02cbec0d8b5d63e7cb..eb5fe4a2fb850e62a82c95113ef5c68fc3fc5d4a 100644
--- a/civicrm/ext/elavon/info.xml
+++ b/civicrm/ext/elavon/info.xml
@@ -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>
diff --git a/civicrm/ext/eventcart/info.xml b/civicrm/ext/eventcart/info.xml
index 48edae6db30fad31b936c7612d0515987ff64f02..46dcf88cec9c3efc19b8dacc828758b4b4c97519 100644
--- a/civicrm/ext/eventcart/info.xml
+++ b/civicrm/ext/eventcart/info.xml
@@ -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>
diff --git a/civicrm/ext/ewaysingle/info.xml b/civicrm/ext/ewaysingle/info.xml
index 2e407cc7fa091a937a55743f6a91a43a82ba089f..112ad6a8208cc7793a825fb7224b9abd87e2d320 100644
--- a/civicrm/ext/ewaysingle/info.xml
+++ b/civicrm/ext/ewaysingle/info.xml
@@ -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>
diff --git a/civicrm/ext/financialacls/info.xml b/civicrm/ext/financialacls/info.xml
index 9ee412bbf9dc802796c2d6542370a2ada0c4ab72..282ce639fe921b967cf30fda01419d91ea9303a8 100644
--- a/civicrm/ext/financialacls/info.xml
+++ b/civicrm/ext/financialacls/info.xml
@@ -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>
diff --git a/civicrm/ext/flexmailer/info.xml b/civicrm/ext/flexmailer/info.xml
index 367e031fdfcebfa244245a797b1a81a55b61f209..3e56f079a43313cd95553c7759f3458f9befaed3 100644
--- a/civicrm/ext/flexmailer/info.xml
+++ b/civicrm/ext/flexmailer/info.xml
@@ -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
diff --git a/civicrm/ext/greenwich/info.xml b/civicrm/ext/greenwich/info.xml
index ed0bcdfbaa79baf3dc100a13a4e938cb7364dc65..230d507b0a49a9774377ea313ef50e43a875bb44 100644
--- a/civicrm/ext/greenwich/info.xml
+++ b/civicrm/ext/greenwich/info.xml
@@ -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>
diff --git a/civicrm/ext/legacycustomsearches/info.xml b/civicrm/ext/legacycustomsearches/info.xml
index 465b0b5b8e6db3dddda3fd9a75a91abc9770423c..0b06366990518c09a035209def6c848addfde26e 100644
--- a/civicrm/ext/legacycustomsearches/info.xml
+++ b/civicrm/ext/legacycustomsearches/info.xml
@@ -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.55.0</version>
+  <version>5.55.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>mgmt:hidden</tag>
diff --git a/civicrm/ext/message_admin/info.xml b/civicrm/ext/message_admin/info.xml
index eda5e061285d2e97113e33ce3e6a439ffe1d0666..9bef3c823d9339401b6e1a80732a6299cc11a457 100644
--- a/civicrm/ext/message_admin/info.xml
+++ b/civicrm/ext/message_admin/info.xml
@@ -15,7 +15,7 @@
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
   <releaseDate>2021-06-12</releaseDate>
-  <version>5.55.0</version>
+  <version>5.55.1</version>
   <develStage>alpha</develStage>
   <compatibility>
     <ver>5.55</ver>
diff --git a/civicrm/ext/oauth-client/info.xml b/civicrm/ext/oauth-client/info.xml
index 2f3ebe7a60c6160d25fd0747ceb7117c7085efe7..4915aed7d99fe817569180d89f70119b2e2d11a8 100644
--- a/civicrm/ext/oauth-client/info.xml
+++ b/civicrm/ext/oauth-client/info.xml
@@ -15,7 +15,7 @@
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
   <releaseDate>2020-10-23</releaseDate>
-  <version>5.55.0</version>
+  <version>5.55.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.55</ver>
diff --git a/civicrm/ext/payflowpro/info.xml b/civicrm/ext/payflowpro/info.xml
index a8b047fc920924c564f86d7a31d001f2b5715f4c..aa72432f82a8494e1672c09dd0e3186153dc7eeb 100644
--- a/civicrm/ext/payflowpro/info.xml
+++ b/civicrm/ext/payflowpro/info.xml
@@ -15,7 +15,7 @@
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
   <releaseDate>2021-04-13</releaseDate>
-  <version>5.55.0</version>
+  <version>5.55.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.55</ver>
diff --git a/civicrm/ext/recaptcha/info.xml b/civicrm/ext/recaptcha/info.xml
index 408c58c2767185d956b4ad28f1bdf8f0efe9ef34..0ab5b7d29f741b8b7460e467ed8e3aa1cc98d6e6 100644
--- a/civicrm/ext/recaptcha/info.xml
+++ b/civicrm/ext/recaptcha/info.xml
@@ -13,7 +13,7 @@
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
   <releaseDate>2021-04-03</releaseDate>
-  <version>5.55.0</version>
+  <version>5.55.1</version>
   <tags>
     <tag>mgmt:hidden</tag>
   </tags>
diff --git a/civicrm/ext/search_kit/info.xml b/civicrm/ext/search_kit/info.xml
index 6f23d3d8c90320eaf770f3fbcd7810b49243d1e2..9b32ef59497344c3ba7c0e36cd8563d85c0aa92f 100644
--- a/civicrm/ext/search_kit/info.xml
+++ b/civicrm/ext/search_kit/info.xml
@@ -15,7 +15,7 @@
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
   <releaseDate>2021-01-06</releaseDate>
-  <version>5.55.0</version>
+  <version>5.55.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.55</ver>
diff --git a/civicrm/ext/sequentialcreditnotes/info.xml b/civicrm/ext/sequentialcreditnotes/info.xml
index 2afd5428b79f4839d2e7462152e1851ff904c185..ebce7019f642d94bb6d26fb77d5ba23efe7cdc5e 100644
--- a/civicrm/ext/sequentialcreditnotes/info.xml
+++ b/civicrm/ext/sequentialcreditnotes/info.xml
@@ -15,7 +15,7 @@
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
   <releaseDate>2020-01-28</releaseDate>
-  <version>5.55.0</version>
+  <version>5.55.1</version>
   <tags>
     <tag>mgmt:hidden</tag>
   </tags>
diff --git a/civicrm/release-notes.md b/civicrm/release-notes.md
index 762a1d9d6bd896261b4c04d8bc5422504e6d29ba..f34017ff0210f307fd4df2f6b45a7ec30eddb1fc 100644
--- a/civicrm/release-notes.md
+++ b/civicrm/release-notes.md
@@ -15,6 +15,15 @@ Other resources for identifying changes are:
     * https://github.com/civicrm/civicrm-joomla
     * https://github.com/civicrm/civicrm-wordpress
 
+## CiviCRM 5.55.1
+
+Released November 8, 2022
+
+- **[Synopsis](release-notes/5.55.1.md#synopsis)**
+- **[Bugs resolved](release-notes/5.55.1.md#bugs)**
+- **[Credits](release-notes/5.55.1.md#credits)**
+- **[Feedback](release-notes/5.55.1.md#feedback)**
+
 ## CiviCRM 5.55.0
 
 Released November 2, 2022
diff --git a/civicrm/release-notes/5.55.1.md b/civicrm/release-notes/5.55.1.md
new file mode 100644
index 0000000000000000000000000000000000000000..0fdde64a0272a7d7df8cbec8aecb7662e1f88fb2
--- /dev/null
+++ b/civicrm/release-notes/5.55.1.md
@@ -0,0 +1,37 @@
+# CiviCRM 5.55.1
+
+Released November 8, 2022
+
+- **[Synopsis](#synopsis)**
+- **[Bugs resolved](#bugs)**
+- **[Credits](#credits)**
+- **[Feedback](#feedback)**
+
+## <a name="synopsis"></a>Synopsis
+
+| *Does this version...?*                                         |          |
+| --------------------------------------------------------------- | -------- |
+| Change the database schema?                                     | no       |
+| Alter the API?                                                  | no       |
+| Require attention to configuration options?                     | no       |
+| Fix problems installing or upgrading to a previous version?     | no       |
+| Introduce features?                                             | no       |
+| **Fix bugs?**                                                   | **yes**  |
+
+## <a name="bugs"></a>Bugs resolved
+
+* **_CiviContribute_: Restore previous handling of "Country" (as a payment field). ([dev/core#3918](https://lab.civicrm.org/dev/core/-/issues/3918): [#24897](https://github.com/civicrm/civicrm-core/pull/24897))**
+* **_Navigation Menu_: Fix error in building menu ([dev/core#3968](https://lab.civicrm.org/dev/core/-/issues/3968): [#24904](https://github.com/civicrm/civicrm-core/pull/24904))**
+
+## <a name="credits"></a>Credits
+
+This release was developed by the following authors and reviewers:
+
+Wikimedia Foundation - Eileen McNaughton; ; MJW Consulting - Matthew Wire; jhungerford;
+Francesc Bassas i Bullich; civiservice.de - Sebastian Lisken; CiviCRM - Tim Otten, Coleman Watts
+
+## <a name="feedback"></a>Feedback
+
+These release notes are edited by Tim Otten and Andie Hunt.  If you'd like to
+provide feedback on them, please login to https://chat.civicrm.org/civicrm and
+contact `@agh1`.
diff --git a/civicrm/sql/civicrm_data.mysql b/civicrm/sql/civicrm_data.mysql
index 5c0c04a1d95d6f0e3f9dedf9707931054cec57e1..aadbf5c05c13ce10e67daa8aec2dc5256ded33e5 100644
--- a/civicrm/sql/civicrm_data.mysql
+++ b/civicrm/sql/civicrm_data.mysql
@@ -23649,4 +23649,4 @@ INSERT INTO `civicrm_report_instance`
     ( `domain_id`, `title`, `report_id`, `description`, `permission`, `form_values`)
 VALUES
     (  @domainID, 'Survey Details', 'survey/detail', 'Detailed report for canvassing, phone-banking, walk lists or other surveys.', 'access CiviReport', 'a:39:{s:6:"fields";a:2:{s:9:"sort_name";s:1:"1";s:6:"result";s:1:"1";}s:22:"assignee_contact_id_op";s:2:"eq";s:25:"assignee_contact_id_value";s:0:"";s:12:"sort_name_op";s:3:"has";s:15:"sort_name_value";s:0:"";s:17:"street_number_min";s:0:"";s:17:"street_number_max";s:0:"";s:16:"street_number_op";s:3:"lte";s:19:"street_number_value";s:0:"";s:14:"street_name_op";s:3:"has";s:17:"street_name_value";s:0:"";s:15:"postal_code_min";s:0:"";s:15:"postal_code_max";s:0:"";s:14:"postal_code_op";s:3:"lte";s:17:"postal_code_value";s:0:"";s:7:"city_op";s:3:"has";s:10:"city_value";s:0:"";s:20:"state_province_id_op";s:2:"in";s:23:"state_province_id_value";a:0:{}s:13:"country_id_op";s:2:"in";s:16:"country_id_value";a:0:{}s:12:"survey_id_op";s:2:"in";s:15:"survey_id_value";a:0:{}s:12:"status_id_op";s:2:"eq";s:15:"status_id_value";s:1:"1";s:11:"custom_1_op";s:2:"in";s:14:"custom_1_value";a:0:{}s:11:"custom_2_op";s:2:"in";s:14:"custom_2_value";a:0:{}s:17:"custom_3_relative";s:1:"0";s:13:"custom_3_from";s:0:"";s:11:"custom_3_to";s:0:"";s:11:"description";s:75:"Detailed report for canvassing, phone-banking, walk lists or other surveys.";s:13:"email_subject";s:0:"";s:8:"email_to";s:0:"";s:8:"email_cc";s:0:"";s:10:"permission";s:17:"access CiviReport";s:6:"groups";s:0:"";s:9:"domain_id";i:1;}');
-UPDATE civicrm_domain SET version = '5.55.0';
+UPDATE civicrm_domain SET version = '5.55.1';
diff --git a/civicrm/sql/civicrm_generated.mysql b/civicrm/sql/civicrm_generated.mysql
index 974161564e1b57eb9a8502f54e66c74e5d65bb69..58ba565bbaceb0cd76771cf253e218328bd977fa 100644
--- a/civicrm/sql/civicrm_generated.mysql
+++ b/civicrm/sql/civicrm_generated.mysql
@@ -3057,7 +3057,7 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_domain` WRITE;
 /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
 INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES
- (1,'Default Domain Name',NULL,'5.55.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+ (1,'Default Domain Name',NULL,'5.55.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
diff --git a/civicrm/vendor/autoload.php b/civicrm/vendor/autoload.php
index 32c233f3258baec252999edebe0fb3c2c0f1eb72..7c28dedc1a33e69c7be297ee2a7858db184e335d 100644
--- a/civicrm/vendor/autoload.php
+++ b/civicrm/vendor/autoload.php
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInitcfd7e33cc9332dfed87d0b9a6112a22c::getLoader();
+return ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64::getLoader();
diff --git a/civicrm/vendor/bin/cssmin.bat b/civicrm/vendor/bin/cssmin.bat
new file mode 100755
index 0000000000000000000000000000000000000000..cbe710815fc8fc7491836580130c2afb285f43ef
--- /dev/null
+++ b/civicrm/vendor/bin/cssmin.bat
@@ -0,0 +1,5 @@
+@ECHO OFF
+setlocal DISABLEDELAYEDEXPANSION
+SET BIN_TARGET=%~dp0/cssmin
+SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
+php "%BIN_TARGET%" %*
diff --git a/civicrm/vendor/bin/pscss.bat b/civicrm/vendor/bin/pscss.bat
new file mode 100755
index 0000000000000000000000000000000000000000..38c7751901d135b287aa0fdf5c9fda02f315de8d
--- /dev/null
+++ b/civicrm/vendor/bin/pscss.bat
@@ -0,0 +1,5 @@
+@ECHO OFF
+setlocal DISABLEDELAYEDEXPANSION
+SET BIN_TARGET=%~dp0/pscss
+SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
+php "%BIN_TARGET%" %*
diff --git a/civicrm/vendor/civicrm/composer-compile-lib/CCL.php b/civicrm/vendor/civicrm/composer-compile-lib/CCL.php
index 6c46409e886cb315184c7f8f551f00dc93fac2c9..3563870581a20a39b3320d869c253bb0365c8f7f 100644
--- a/civicrm/vendor/civicrm/composer-compile-lib/CCL.php
+++ b/civicrm/vendor/civicrm/composer-compile-lib/CCL.php
@@ -1,5 +1,5 @@
 <?php
-// AUTO-GENERATED VIA /home/publisher/bknix-min/build/cividist/src/vendor/civicrm/composer-compile-lib/src/StubsTpl.php
+// AUTO-GENERATED VIA /home/kcristiano/buildkit/build/dist/src/vendor/civicrm/composer-compile-lib/src/StubsTpl.php
 // If this file somehow becomes invalid (eg when patching CCL), you may safely delete and re-run install.
 use Symfony\Component\Filesystem\Exception\IOException;
 use Symfony\Component\Filesystem\Exception\FileNotFoundException;
diff --git a/civicrm/vendor/composer/autoload_real.php b/civicrm/vendor/composer/autoload_real.php
index 1c4d095f9c1689149b15bdb69c2fa4d59b50e198..529dd0892f420418b5090bfc65ee6a18a7ea1126 100644
--- a/civicrm/vendor/composer/autoload_real.php
+++ b/civicrm/vendor/composer/autoload_real.php
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInitcfd7e33cc9332dfed87d0b9a6112a22c
+class ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64
 {
     private static $loader;
 
@@ -24,22 +24,22 @@ class ComposerAutoloaderInitcfd7e33cc9332dfed87d0b9a6112a22c
 
         require __DIR__ . '/platform_check.php';
 
-        spl_autoload_register(array('ComposerAutoloaderInitcfd7e33cc9332dfed87d0b9a6112a22c', 'loadClassLoader'), true, true);
+        spl_autoload_register(array('ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64', 'loadClassLoader'), true, true);
         self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
-        spl_autoload_unregister(array('ComposerAutoloaderInitcfd7e33cc9332dfed87d0b9a6112a22c', 'loadClassLoader'));
+        spl_autoload_unregister(array('ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64', 'loadClassLoader'));
 
         $includePaths = require __DIR__ . '/include_paths.php';
         $includePaths[] = get_include_path();
         set_include_path(implode(PATH_SEPARATOR, $includePaths));
 
         require __DIR__ . '/autoload_static.php';
-        call_user_func(\Composer\Autoload\ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c::getInitializer($loader));
+        call_user_func(\Composer\Autoload\ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::getInitializer($loader));
 
         $loader->register(true);
 
-        $includeFiles = \Composer\Autoload\ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c::$files;
+        $includeFiles = \Composer\Autoload\ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$files;
         foreach ($includeFiles as $fileIdentifier => $file) {
-            composerRequirecfd7e33cc9332dfed87d0b9a6112a22c($fileIdentifier, $file);
+            composerRequirece831ab5523b62e0a4b9ef9b69e1be64($fileIdentifier, $file);
         }
 
         return $loader;
@@ -51,7 +51,7 @@ class ComposerAutoloaderInitcfd7e33cc9332dfed87d0b9a6112a22c
  * @param string $file
  * @return void
  */
-function composerRequirecfd7e33cc9332dfed87d0b9a6112a22c($fileIdentifier, $file)
+function composerRequirece831ab5523b62e0a4b9ef9b69e1be64($fileIdentifier, $file)
 {
     if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
         $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
diff --git a/civicrm/vendor/composer/autoload_static.php b/civicrm/vendor/composer/autoload_static.php
index 5805bdfbc7815c5870688b83637ba9c80320d996..015ef5e6cc196ddd67750bbd0c4e52e845c3e809 100644
--- a/civicrm/vendor/composer/autoload_static.php
+++ b/civicrm/vendor/composer/autoload_static.php
@@ -4,7 +4,7 @@
 
 namespace Composer\Autoload;
 
-class ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c
+class ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64
 {
     public static $files = array (
         'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
@@ -738,11 +738,11 @@ class ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c
     public static function getInitializer(ClassLoader $loader)
     {
         return \Closure::bind(function () use ($loader) {
-            $loader->prefixLengthsPsr4 = ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c::$prefixLengthsPsr4;
-            $loader->prefixDirsPsr4 = ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c::$prefixDirsPsr4;
-            $loader->prefixesPsr0 = ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c::$prefixesPsr0;
-            $loader->fallbackDirsPsr0 = ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c::$fallbackDirsPsr0;
-            $loader->classMap = ComposerStaticInitcfd7e33cc9332dfed87d0b9a6112a22c::$classMap;
+            $loader->prefixLengthsPsr4 = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$prefixLengthsPsr4;
+            $loader->prefixDirsPsr4 = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$prefixDirsPsr4;
+            $loader->prefixesPsr0 = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$prefixesPsr0;
+            $loader->fallbackDirsPsr0 = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$fallbackDirsPsr0;
+            $loader->classMap = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$classMap;
 
         }, null, ClassLoader::class);
     }
diff --git a/civicrm/vendor/composer/installed.php b/civicrm/vendor/composer/installed.php
index b1ebe90103403f98d7cf8036ea76d6ecbe9bdb1d..8e874f3aaa6c162b49c469c5201b4fbc76d4d9e4 100644
--- a/civicrm/vendor/composer/installed.php
+++ b/civicrm/vendor/composer/installed.php
@@ -3,7 +3,7 @@
         'name' => 'civicrm/civicrm-core',
         'pretty_version' => '5.55.x-dev',
         'version' => '5.55.9999999.9999999-dev',
-        'reference' => '50ba554869bfcfedc5729c7764eeb242f8e87188',
+        'reference' => '0fff9747cc72706ec86d1d0d552ca5c018760e09',
         'type' => 'library',
         'install_path' => __DIR__ . '/../../',
         'aliases' => array(),
@@ -58,7 +58,7 @@
         'civicrm/civicrm-core' => array(
             'pretty_version' => '5.55.x-dev',
             'version' => '5.55.9999999.9999999-dev',
-            'reference' => '50ba554869bfcfedc5729c7764eeb242f8e87188',
+            'reference' => '0fff9747cc72706ec86d1d0d552ca5c018760e09',
             'type' => 'library',
             'install_path' => __DIR__ . '/../../',
             'aliases' => array(),
diff --git a/civicrm/xml/version.xml b/civicrm/xml/version.xml
index a6e9c0eb5fd83f48107fd1ef644128145267b3b9..3f2aef3ea8c4865065d4ea5c6368b0d07d77f8fc 100644
--- a/civicrm/xml/version.xml
+++ b/civicrm/xml/version.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.55.0</version_no>
+  <version_no>5.55.1</version_no>
 </version>