Skip to content

Commit c914862

Browse files
committed
Merge remote-tracking branch 'exfy/main' into feat-standardize-pay-button
2 parents 31ff632 + 7a4f4fa commit c914862

60 files changed

Lines changed: 309 additions & 378 deletions

Some content is hidden

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

.github/workflows/deployExpensifyHelp.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,3 @@ jobs:
8181
with:
8282
token: ${{ secrets.OS_BOTIFY_TOKEN }}
8383
body: ${{ format('A preview of your ExpensifyHelp changes have been deployed to {0} ⚡️', steps.deploy.outputs.alias) }}
84-
85-
- name: Reindex google search
86-
if: ${{ github.event_name == 'push' }}
87-
run : |
88-
curl "https://www.google.com/ping?sitemap=https://help.expensify.com/sitemap.xml"

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 1009017006
118-
versionName "9.1.70-6"
117+
versionCode 1009017100
118+
versionName "9.1.71-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"

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@
711711
"assets/emojis/es.ts",
712712
"patches/**",
713713
"docs/assets/Files/**",
714+
"docs/sitemap.xml",
714715
"ios/NewExpensify.xcodeproj/**",
715716
"ios/GoogleService-Info.plist",
716717
"ios/GoogleService-Info-DEV.plist",

docs/articles/new-expensify/reports-and-expenses/Distance-Expenses.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Distance Expenses
33
description: Learn how to create a distance expense and how the reimbursement rate is determined in New Expensify.
44
keywords: [New Expensify, distance expense, mileage reimbursement, create expense, distance rate, workspace policy, personal policy, map route, reimbursement rate]
5+
date: 2025-06-18T00:00:00Z
56
---
67
<div id="new-expensify" markdown="1">
78

@@ -64,7 +65,7 @@ Yes! When selecting the **Start** and **Finish** addresses, recently used locati
6465

6566
To create a round-trip distance expense, enter the same location for both the starting point and destination, and add one or more waypoints in between.
6667

67-
For example, if you're starting and ending in San Francisco but making a stop in Los Angeles, enter:
68+
For example, if you're starting and ending in San Francisco but making a stop in Los Angeles, enter:
6869
**San Francisco → Los Angeles → San Francisco**
6970

7071
</div>

docs/sitemap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ layout:
77
{% for page in pages %}
88
<url>
99
<loc>{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape | replace:'.html','' }}</loc>
10+
{% if page.date %}
11+
<lastmod>{{ page.date | date_to_xmlschema }}</lastmod>
12+
{% endif %}
1013
</url>
1114
{% endfor %}
1215
</urlset>

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.70</string>
26+
<string>9.1.71</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.70.6</string>
47+
<string>9.1.71.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.70</string>
14+
<string>9.1.71</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.70.6</string>
16+
<string>9.1.71.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.1.70</string>
14+
<string>9.1.71</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.70.6</string>
16+
<string>9.1.71.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.

0 commit comments

Comments
 (0)