-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[No QA] Change expensify.cash => new.expensify.com #4016
Conversation
npm has a |
|
<action android:name="android.intent.action.VIEW"/> | ||
<category android:name="android.intent.category.DEFAULT"/> | ||
<category android:name="android.intent.category.BROWSABLE"/> | ||
<data android:scheme="https" android:host="www.expensify.cash" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We previously had a separate filter for expensify.cash
and www.expensify.cash
, shouldn't we add one here for www.new.expensify.com
? Context for this in #2052 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea - @marcaaron?
@@ -8,6 +8,7 @@ export default { | |||
'https://www.expensify.cash', | |||
'https://staging.expensify.cash', | |||
'http://localhost', | |||
'https://new.expensify.com', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question here, do we also need https://www.new.expensify.com
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't planning on adding it, since I think it's less likely somebody would type in www.new
, but that does remind me that I need to add staging.new
If the actual domain name from which the site is hosted is changing, I think we'll also need to modify this and it's associated usages |
Yep good call @roryabraham, those do need to be updated as well |
I think that one's just used here. IDK if you also want to change the App name or site title as well. Those are just visual changes I believe, so could be handled separately. |
Might also want to change this guy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @roryabraham all yours
I think this looks good now. |
npm has a |
[No QA] Change expensify.cash => new.expensify.com (cherry picked from commit 9d900a8)
🚀 Deployed to staging in version: 1.0.77-4🚀
|
🚀 Deployed to production in version: 1.0.77-5🚀
|
🚀 Deployed to staging in version: 1.0.77-6🚀
|
🚀 Deployed to production in version: 1.0.79-4🚀
|
Details
Fixed Issues
Part of https://github.com/Expensify/Expensify/issues/161422
Tests
N/A
QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android