Skip to content

Commit 28b4093

Browse files
authored
Merge branch 'Expensify:main' into krishna2323/issue/65318
2 parents cfa5a9f + 7eba98d commit 28b4093

46 files changed

Lines changed: 775 additions & 221 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ android {
114114
minSdkVersion rootProject.ext.minSdkVersion
115115
targetSdkVersion rootProject.ext.targetSdkVersion
116116
multiDexEnabled rootProject.ext.multiDexEnabled
117-
versionCode 1009017409
118-
versionName "9.1.74-9"
117+
versionCode 1009017600
118+
versionName "9.1.76-0"
119119
// Supported language variants must be declared here to avoid from being removed during the compilation.
120120
// This also helps us to not include unnecessary language variants in the APK.
121121
resConfigs "en", "es"

docs/articles/new-expensify/billing-and-subscriptions/Add-a-payment-card-and-view-your-subscription.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,25 @@
22
title: Manage Expensify Subscription
33
description: Learn how to manage your subscription, update billing details, cancel early, or delete a workspace in New Expensify.
44
keywords: [New Expensify, subscription, billing, payment card, cancel subscription, delete workspace, remove workspace, subscription settings]
5-
---
6-
<div id="new-expensify" markdown="1">
7-
8-
Easily manage your subscription in New Expensify—update payment details, adjust your plan, request early cancellation, or delete a workspace if needed.
95

106
---
117

12-
# View Subscription and Add a Payment Card
8+
<div id="new-expensify" markdown="1">
139

14-
To view your subscription and add a payment card:
10+
Easily manage your subscription in New Expensify—update payment details, adjust your plan, request early cancellation, or delete a workspace if needed.
1511

16-
1. Navigate to **Account > Subscription**.
17-
2. Click **Add Payment Card** and enter your card details to ensure uninterrupted billing.
12+
You can view and manage your subscription under **Account > Subscription**.
1813

1914
---
2015

21-
# Manage Subscription Plan
16+
# Manage Subscription
2217

2318
In the Subscription section, you can view and update your plan details, including:
2419

20+
- **Add a payment card**: Connect the credit card you want to use to pay for Expensify each month.
2521
- **Current plan:** View your subscription type and number of seats.
2622
- **Billing info:** See your payment method and next renewal date.
27-
- **Auto-renew:** Check when your subscription will automatically renew (e.g., **Renews on Nov 1, 2027**).
23+
- **Auto-renew:** Check when your subscription will automatically renew (e.g., **Renews on Nov 1, 2026**).
2824
- **Auto-increase annual seats:** See how much you could save by automatically increasing seats if your team grows.
2925

3026
**Note:** Enabling auto-increase will extend your annual subscription end date.
@@ -35,18 +31,19 @@ In the Subscription section, you can view and update your plan details, includin
3531

3632
To request an early cancellation:
3733

38-
1. Go to the **Subscription** section.
39-
2. Click **Request Early Cancellation**.
34+
1. Head to **Account > Subscription**.
35+
2. Click the **Request early cancellation** button.
36+
3. Depending on how your subscription is configured, the early cancellation will happen automatically or be sent to our team for review.
4037

4138
**Note:** Early cancellations aren’t available to all customers.
4239

4340
---
4441

4542
# Delete a Workspace
4643

47-
To permanently delete a workspace:
44+
To permanently delete a workspace and downgrade to a free account:
4845

49-
1. Go to **Settings > Workspaces**.
46+
1. From the left-hand menu, click **Workspaces**.
5047
2. Click the three dots next to the workspace name.
5148
3. Select **Delete workspace** from the dropdown.
5249
4. Confirm the deletion when prompted.

docs/articles/new-expensify/billing-and-subscriptions/Billing-Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For a full breakdown, visit the [Expensify pricing page](https://www.expensify.c
4343
## 🧾 Receipts
4444

4545
- Your billing receipts show: `X Collect members @ $5.00`
46-
- View them in **Workspaces > Subscription**
46+
- View them in **Account > Subscription**
4747

4848
---
4949

@@ -92,7 +92,7 @@ For a full breakdown, visit the [Expensify pricing page](https://www.expensify.c
9292

9393
## 🧾 Receipts
9494

95-
- View billing receipts under **Workspaces > Subscription**
95+
- View billing receipts under **Account > Subscription**
9696
- Each workspace can only have **one billing owner**
9797

9898
---

docs/articles/new-expensify/billing-and-subscriptions/Changing-Your-Workspace-Plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Take a look at this resource to learn how to update your Expensify workspace sub
1313

1414
To update your subscription plan:
1515

16-
1. Use the **left-hand navigation bar (LHB)** to go to **Workspaces > Subscription**.
16+
1. Use the **left-hand menu** to go to **Account > Subscription**.
1717
2. Click **Explore all plans** and choose the one that best fits your needs.
1818

1919
---
@@ -22,7 +22,7 @@ To update your subscription plan:
2222

2323
If you're on an Annual Subscription (a 12-month commitment), you may be eligible to request early cancellation and switch to a free account:
2424

25-
1. Use the **left-hand navigation bar** to go to **Workspaces > Subscription**.
25+
1. Use the **left-hand navigation bar** to go to **Account > Subscription**.
2626
2. Click **Request early cancellation**.
2727

2828
**Note:** Early cancellations are subject to eligibility review.
@@ -33,7 +33,7 @@ If you're on an Annual Subscription (a 12-month commitment), you may be eligible
3333

3434
If you're on a Pay-per-use plan and want to switch to a free account:
3535

36-
1. Go to **Workspaces > Subscription**.
36+
1. Go to **Account > Subscription**.
3737
2. Click the three dots **(⋮)** next to your workspace name.
3838
3. Select **Delete workspace**.
3939

docs/articles/new-expensify/billing-and-subscriptions/Tax-Exemption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If your organization qualifies as tax-exempt, you can request to remove sales ta
2020

2121
**To request tax-exempt status for your Expensify subscription:**
2222

23-
1. Go to **Account > Workspaces > Subscription > Subscription settings**.
23+
1. Go to **Account > Subscription > Subscription settings**.
2424
2. Click **Tax exempt status**.
2525
3. Selecting **Tax exempt status** will begin a chat with Concierge.
2626
4. From there, communicate that your account is tax-exempt and attach a PDF of your tax-exempt document.

docs/articles/new-expensify/getting-started/Navigating-New-Expensify.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The **Reports** tab consolidates all filtering and reporting tools:
4949

5050
# Workspaces Page
5151

52-
The **Workspaces** tab helps you manage everything related to your company or personal workspaces. Whether you're creating a new workspace, editing an existing one, or managing features like billing and card connections, this section is your main hub.
52+
The **Workspaces** tab shows you a clean list of all your workspaces and allows you to manage everything related to your company or personal workspaces. This section is your main hub for workspace management.
5353

5454
From the **Workspaces** tab, you can:
5555

@@ -59,10 +59,8 @@ From the **Workspaces** tab, you can:
5959
- **Enable features** – Turn on or off modules like Company Cards, Workflows, Tags, Distance tracking, and more via the **More features** menu.
6060
- **Set up accounting connections** – Integrate tools like QuickBooks or NetSuite under **Accounting**.
6161
- **Edit categories and tags** – Create or disable expense categories and tags to organize expenses.
62-
- **Track billing and subscription** – Navigate to the **Subscription** section to choose a plan, view billing history, or cancel your subscription.
63-
- **Access domains** (if applicable) – Allow centralized control over company-wide settings like SAML, domain groups, and company card feeds.
6462

65-
**Tip:** All workspace-specific settings live under this tab, while account specific settings live under the **Account** tab.
63+
**Tip:** All workspace-specific settings live under this tab, while account-level settings (including billing and subscription management) live under the **Account** tab.
6664

6765
---
6866

@@ -74,6 +72,7 @@ The **Account** tab includes all personal and account-level settings. Here’s w
7472
- **Wallet** – Add or manage personal payment methods (e.g., cards or bank accounts).
7573
- **Preferences** – Choose your default payment currency, language, and notification preferences.
7674
- **Security** – Set up two-factor authentication and manage device access.
75+
- **Subscription** – Manage your billing, view subscription details, and track usage.
7776
- **Help** – Access Expensify Help docs and reach out to Concierge.
7877
- **Switch to Expensify Classic** – Return to the classic layout if needed.
7978
- **About** – View app version details and system information.

ios/NewExpensify/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundlePackageType</key>
2424
<string>APPL</string>
2525
<key>CFBundleShortVersionString</key>
26-
<string>9.1.74</string>
26+
<string>9.1.76</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
<key>CFBundleURLTypes</key>
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.1.74.9</string>
47+
<string>9.1.76.0</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleName</key>
1212
<string>$(PRODUCT_NAME)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>9.1.74</string>
14+
<string>9.1.76</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.74.9</string>
16+
<string>9.1.76.0</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/Podfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
2-
- Airship (19.2.1):
3-
- Airship/Automation (= 19.2.1)
4-
- Airship/Basement (= 19.2.1)
5-
- Airship/Core (= 19.2.1)
6-
- Airship/FeatureFlags (= 19.2.1)
7-
- Airship/MessageCenter (= 19.2.1)
8-
- Airship/PreferenceCenter (= 19.2.1)
9-
- Airship/Automation (19.2.1):
2+
- Airship (19.6.1):
3+
- Airship/Automation (= 19.6.1)
4+
- Airship/Basement (= 19.6.1)
5+
- Airship/Core (= 19.6.1)
6+
- Airship/FeatureFlags (= 19.6.1)
7+
- Airship/MessageCenter (= 19.6.1)
8+
- Airship/PreferenceCenter (= 19.6.1)
9+
- Airship/Automation (19.6.1):
1010
- Airship/Core
11-
- Airship/Basement (19.2.1)
12-
- Airship/Core (19.2.1):
11+
- Airship/Basement (19.6.1)
12+
- Airship/Core (19.6.1):
1313
- Airship/Basement
14-
- Airship/FeatureFlags (19.2.1):
14+
- Airship/FeatureFlags (19.6.1):
1515
- Airship/Core
16-
- Airship/MessageCenter (19.2.1):
16+
- Airship/MessageCenter (19.6.1):
1717
- Airship/Core
18-
- Airship/PreferenceCenter (19.2.1):
18+
- Airship/PreferenceCenter (19.6.1):
1919
- Airship/Core
20-
- AirshipFrameworkProxy (14.1.1):
21-
- Airship (= 19.2.1)
20+
- AirshipFrameworkProxy (14.5.1):
21+
- Airship (= 19.6.1)
2222
- AirshipServiceExtension (18.7.2)
2323
- AppAuth (1.7.5):
2424
- AppAuth/Core (= 1.7.5)
@@ -1783,8 +1783,8 @@ PODS:
17831783
- ReactCommon/turbomodule/bridging
17841784
- ReactCommon/turbomodule/core
17851785
- Yoga
1786-
- react-native-airship (24.0.0):
1787-
- AirshipFrameworkProxy (= 14.1.1)
1786+
- react-native-airship (24.4.0):
1787+
- AirshipFrameworkProxy (= 14.5.1)
17881788
- DoubleConversion
17891789
- glog
17901790
- hermes-engine
@@ -3697,8 +3697,8 @@ CHECKOUT OPTIONS:
36973697
:http: https://ios-releases.fullstory.com/fullstory-1.52.0-xcframework.tar.gz
36983698

36993699
SPEC CHECKSUMS:
3700-
Airship: a5de82c19ebca996fd8fecfcfbb3803f3de29a74
3701-
AirshipFrameworkProxy: 71ddba175bb22974cfa673d26ce8303ed6546212
3700+
Airship: aa8a8f48805425d1a292db60d79235d4a4afa1cb
3701+
AirshipFrameworkProxy: d5873f774b28d13c2189c920b4bafdb9c152f353
37023702
AirshipServiceExtension: 9c73369f426396d9fb9ff222d86d842fac76ba46
37033703
AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
37043704
AppLogs: 3bc4e9b141dbf265b9464409caaa40416a9ee0e0
@@ -3788,7 +3788,7 @@ SPEC CHECKSUMS:
37883788
React-Mapbuffer: c04fcda1c6281fc0a6824c7dcc1633dd217ac1ec
37893789
React-microtasksnativemodule: ca2804a25fdcefffa0aa942aa23ab53b99614a34
37903790
react-native-advanced-input-mask: d4aa4ce2496f6b75076974e90a8260c0af3c1176
3791-
react-native-airship: e400f0d3056113b167623214695f5ff6d4cb839c
3791+
react-native-airship: 1c77b61b665bcbbba4d32c57a1eaf67310aab1f0
37923792
react-native-app-logs: 6af30dbe7eee481a88380e3e66313a597ac0eaeb
37933793
react-native-blob-util: 2aeac5a5274d88310dadc1ddfd5b01f36d490bc2
37943794
react-native-cameraroll: 3d2cc0692f384ead14e5d9e2e5fbf0e6e0139163

0 commit comments

Comments
 (0)