Skip to content

Commit 6a59308

Browse files
committed
Merge branch 'main' into refactor-1008
2 parents 32defa2 + 0db980f commit 6a59308

File tree

267 files changed

+7595
-2748
lines changed

Some content is hidden

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

267 files changed

+7595
-2748
lines changed

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 1009026506
118-
versionName "9.2.65-6"
117+
versionCode 1009026700
118+
versionName "9.2.67-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"

assets/images/drag-handles.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/articles/new-expensify/connections/Uber-for-Business.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ keywords: [New Expensify, Uber for Business, Uber integration, automate Uber rec
66

77
<div id="new-expensify" markdown="1">
88

9-
**Note: This feature is currently in beta. Please reach out to Concierge to request access!**
10-
119
Connect your Expensify workspace to Uber for Business to automatically import Uber Rides and Uber Eats receipts for your team. This guide walks you through setup, employee management, and receipt import.
1210

1311
# Connect the Uber for Business Integration

docs/articles/new-expensify/reports-and-expenses/Customize-and-Enforce-Report-Titles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Automatically generate standardized report titles across your workspace using fo
1616
1. Scroll to the **Report title** section.
1717
2. Click to open the formula editor.
1818
3. Use the formula list below to build your title.
19-
4. (Optional) Enable **Prevent members from changing custom report names** to lock naming rules.
19+
4. (Optional) Enable **Prevent members from changing custom report titles** to lock naming rules.
2020

2121
**Example formula:**
2222
`{report:type} - {report:submit:from:firstname} {report:startdate}`

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.2.65</string>
26+
<string>9.2.67</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.2.65.6</string>
47+
<string>9.2.67.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.2.65</string>
14+
<string>9.2.67</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.2.65.6</string>
16+
<string>9.2.67.0</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/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.2.65</string>
14+
<string>9.2.67</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.2.65.6</string>
16+
<string>9.2.67.0</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "9.2.65-6",
3+
"version": "9.2.67-0",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",

0 commit comments

Comments
 (0)