From 963fbe9aa2858af9c8cd006735266c154a391b00 Mon Sep 17 00:00:00 2001
From: "Matthew Wire (MJW Consulting)" <mjw@mjwconsult.co.uk>
Date: Fri, 14 Dec 2018 12:03:00 +0000
Subject: [PATCH] Release 5.2

---
 docs/release/release_notes.md | 2 +-
 info.xml                      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/release/release_notes.md b/docs/release/release_notes.md
index 9915dc93..06b9f492 100644
--- a/docs/release/release_notes.md
+++ b/docs/release/release_notes.md
@@ -17,7 +17,7 @@
 * Drop use of civicrm_stripe_plans table and just query Stripe each time. This prevents errors when they get out of sync
 
 ### Upgrading
-**You should upgrade directly from 5.0.**
+**Please upgrade to 5.0 if you are on ANY older version. Then upgrade directly to 5.2. You do not need to install 5.1 first.**
 
 Make sure you run the extension upgrades immediately after updating the code.  There are two MAJOR upgrade steps:
 1. Migrate civicrm_stripe_customers table to match on contact_id instead of email address. This can be re-run if necessary using StripeCustomer.updatecontactids API.
diff --git a/info.xml b/info.xml
index 8dcaf5fc..e4295ae1 100644
--- a/info.xml
+++ b/info.xml
@@ -12,9 +12,9 @@
     <author>Matthew Wire (MJW Consulting)</author>
     <email>mjw@mjwconsult.co.uk</email>
   </maintainer>
-  <releaseDate>2018-12-13</releaseDate>
-  <version>5.2beta2</version>
-  <develStage>beta</develStage>
+  <releaseDate>2018-12-14</releaseDate>
+  <version>5.2</version>
+  <develStage>stable</develStage>
   <compatibility>
     <ver>5.3</ver>
   </compatibility>
-- 
GitLab