Skip to content

Commit 33f516d

Browse files
authored
Merge branch 'trunk' into fix/14593-fix-pos-aggregate-modal-memory-leak
2 parents a23fb7d + 9c04b30 commit 33f516d

File tree

724 files changed

+63618
-2114
lines changed

Some content is hidden

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

724 files changed

+63618
-2114
lines changed

.editorconfig

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1+
root = true
2+
13
# Apply to all files
24
[*]
5+
indent_style = space
6+
indent_size = 2
37
end_of_line = lf
4-
insert_final_newline = true
8+
charset = utf-8
59
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false
14+
15+
[*.swift]
16+
indent_size = 4
17+
18+
[{*.h,*.m}]
19+
indent_size = 4
620

721
# Ruby specific rules
822
[{*.rb,Fastfile,Gemfile}]

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!--
22
Contains editorialized release notes. Raw release notes should go into `RELEASE-NOTES.txt`.
33
-->
4+
## 21.6
5+
Experience a refreshed WooCommerce app with an updated look that aligns with our new branding! We’ve also improved payment reliability—card reader updates now handle low battery issues better, and errors during payments and refunds are managed more smoothly. Enjoy a more seamless and polished experience in every transaction.
6+
47
## 21.5
58
Get ready for a smoother WooCommerce experience! This update brings smarter AI-powered product previews, instant dashboard stats, and improved email receipts for failed payments. We’ve also fine-tuned order creation, enhanced Jetpack setups, and enabled previews for coming-soon stores. Plus, we’ve addressed navigation, database recovery, and streamlined workflows.
69

Experiments/Experiments.xcodeproj/project.pbxproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
attributes = {
212212
BuildIndependentTargetsInParallel = YES;
213213
LastSwiftUpdateCheck = 1250;
214-
LastUpgradeCheck = 1430;
214+
LastUpgradeCheck = 1620;
215215
TargetAttributes = {
216216
0270C08027069A8900FC799F = {
217217
CreatedOnToolsVersion = 12.5.1;
@@ -397,6 +397,7 @@
397397
DEBUG_INFORMATION_FORMAT = dwarf;
398398
ENABLE_STRICT_OBJC_MSGSEND = YES;
399399
ENABLE_TESTABILITY = YES;
400+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
400401
GCC_C_LANGUAGE_STANDARD = gnu11;
401402
GCC_DYNAMIC_NO_PIC = NO;
402403
GCC_NO_COMMON_BLOCKS = YES;
@@ -461,6 +462,7 @@
461462
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
462463
ENABLE_NS_ASSERTIONS = NO;
463464
ENABLE_STRICT_OBJC_MSGSEND = YES;
465+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
464466
GCC_C_LANGUAGE_STANDARD = gnu11;
465467
GCC_NO_COMMON_BLOCKS = YES;
466468
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -546,9 +548,9 @@
546548
isa = XCBuildConfiguration;
547549
baseConfigurationReference = 3022E2766134CE2735C73FC6 /* Pods-ExperimentsTests.debug.xcconfig */;
548550
buildSettings = {
549-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "${inherited}";
550551
CLANG_ENABLE_MODULES = YES;
551552
CODE_SIGN_STYLE = Automatic;
553+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
552554
INFOPLIST_FILE = ExperimentsTests/Info.plist;
553555
LD_RUNPATH_SEARCH_PATHS = (
554556
"$(inherited)",
@@ -567,9 +569,9 @@
567569
isa = XCBuildConfiguration;
568570
baseConfigurationReference = 7C831644164B49828A485590 /* Pods-ExperimentsTests.release.xcconfig */;
569571
buildSettings = {
570-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "${inherited}";
571572
CLANG_ENABLE_MODULES = YES;
572573
CODE_SIGN_STYLE = Automatic;
574+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
573575
INFOPLIST_FILE = ExperimentsTests/Info.plist;
574576
LD_RUNPATH_SEARCH_PATHS = (
575577
"$(inherited)",
@@ -621,6 +623,7 @@
621623
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
622624
ENABLE_NS_ASSERTIONS = NO;
623625
ENABLE_STRICT_OBJC_MSGSEND = YES;
626+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
624627
GCC_C_LANGUAGE_STANDARD = gnu11;
625628
GCC_NO_COMMON_BLOCKS = YES;
626629
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -676,9 +679,9 @@
676679
isa = XCBuildConfiguration;
677680
baseConfigurationReference = 3F9DB5FBFF7A42EFBCB746F3 /* Pods-ExperimentsTests.release-alpha.xcconfig */;
678681
buildSettings = {
679-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "${inherited}";
680682
CLANG_ENABLE_MODULES = YES;
681683
CODE_SIGN_STYLE = Automatic;
684+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
682685
INFOPLIST_FILE = ExperimentsTests/Info.plist;
683686
LD_RUNPATH_SEARCH_PATHS = (
684687
"$(inherited)",

Fakes/Fakes.xcodeproj/project.pbxproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@
153153
26CA6D1825F6C87800B01F48 /* Project object */ = {
154154
isa = PBXProject;
155155
attributes = {
156-
LastUpgradeCheck = 1240;
156+
BuildIndependentTargetsInParallel = YES;
157+
LastUpgradeCheck = 1620;
157158
TargetAttributes = {
158159
26CA6D2025F6C87800B01F48 = {
159160
CreatedOnToolsVersion = 12.4;
@@ -244,6 +245,7 @@
244245
DEBUG_INFORMATION_FORMAT = dwarf;
245246
ENABLE_STRICT_OBJC_MSGSEND = YES;
246247
ENABLE_TESTABILITY = YES;
248+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
247249
GCC_C_LANGUAGE_STANDARD = gnu11;
248250
GCC_DYNAMIC_NO_PIC = NO;
249251
GCC_NO_COMMON_BLOCKS = YES;
@@ -308,6 +310,7 @@
308310
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
309311
ENABLE_NS_ASSERTIONS = NO;
310312
ENABLE_STRICT_OBJC_MSGSEND = YES;
313+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
311314
GCC_C_LANGUAGE_STANDARD = gnu11;
312315
GCC_NO_COMMON_BLOCKS = YES;
313316
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -338,13 +341,15 @@
338341
DYLIB_COMPATIBILITY_VERSION = 1;
339342
DYLIB_CURRENT_VERSION = 1;
340343
DYLIB_INSTALL_NAME_BASE = "@rpath";
344+
ENABLE_MODULE_VERIFIER = YES;
341345
INFOPLIST_FILE = Fakes/Info.plist;
342346
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
343347
LD_RUNPATH_SEARCH_PATHS = (
344348
"$(inherited)",
345349
"@executable_path/Frameworks",
346350
"@loader_path/Frameworks",
347351
);
352+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
348353
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.Fakes.Fakes;
349354
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
350355
SKIP_INSTALL = YES;
@@ -365,13 +370,15 @@
365370
DYLIB_COMPATIBILITY_VERSION = 1;
366371
DYLIB_CURRENT_VERSION = 1;
367372
DYLIB_INSTALL_NAME_BASE = "@rpath";
373+
ENABLE_MODULE_VERIFIER = YES;
368374
INFOPLIST_FILE = Fakes/Info.plist;
369375
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
370376
LD_RUNPATH_SEARCH_PATHS = (
371377
"$(inherited)",
372378
"@executable_path/Frameworks",
373379
"@loader_path/Frameworks",
374380
);
381+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
375382
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.Fakes.Fakes;
376383
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
377384
SKIP_INSTALL = YES;

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ GEM
2626
ast (2.4.2)
2727
atomos (0.1.3)
2828
aws-eventstream (1.3.0)
29-
aws-partitions (1.1040.0)
30-
aws-sdk-core (3.216.0)
29+
aws-partitions (1.1029.0)
30+
aws-sdk-core (3.214.1)
3131
aws-eventstream (~> 1, >= 1.3.0)
3232
aws-partitions (~> 1, >= 1.992.0)
3333
aws-sigv4 (~> 1.9)
3434
jmespath (~> 1, >= 1.6.1)
35-
aws-sdk-kms (1.97.0)
36-
aws-sdk-core (~> 3, >= 3.216.0)
35+
aws-sdk-kms (1.96.0)
36+
aws-sdk-core (~> 3, >= 3.210.0)
3737
aws-sigv4 (~> 1.5)
38-
aws-sdk-s3 (1.178.0)
39-
aws-sdk-core (~> 3, >= 3.216.0)
38+
aws-sdk-s3 (1.176.1)
39+
aws-sdk-core (~> 3, >= 3.210.0)
4040
aws-sdk-kms (~> 1)
4141
aws-sigv4 (~> 1.5)
42-
aws-sigv4 (1.11.0)
42+
aws-sigv4 (1.10.1)
4343
aws-eventstream (~> 1, >= 1.0.2)
4444
babosa (1.0.4)
4545
base64 (0.2.0)
@@ -97,8 +97,8 @@ GEM
9797
colored2 (3.1.2)
9898
commander (4.6.0)
9999
highline (~> 2.0.0)
100-
concurrent-ruby (1.3.5)
101-
connection_pool (2.5.0)
100+
concurrent-ruby (1.3.4)
101+
connection_pool (2.4.1)
102102
cork (0.3.0)
103103
colored2 (~> 3.1)
104104
danger (9.5.1)
@@ -167,7 +167,7 @@ GEM
167167
faraday-retry (1.0.3)
168168
faraday_middleware (1.2.1)
169169
faraday (~> 1.0)
170-
fastimage (2.4.0)
170+
fastimage (2.3.1)
171171
fastlane (2.226.0)
172172
CFPropertyList (>= 2.3, < 4.0.0)
173173
addressable (>= 2.8, < 3.0.0)
@@ -280,7 +280,7 @@ GEM
280280
http-cookie (1.0.8)
281281
domain_name (~> 0.5)
282282
httpclient (2.8.3)
283-
i18n (1.14.7)
283+
i18n (1.14.6)
284284
concurrent-ruby (~> 1.0)
285285
java-properties (0.3.0)
286286
jmespath (1.6.2)
@@ -292,7 +292,7 @@ GEM
292292
kramdown-parser-gfm (1.1.0)
293293
kramdown (~> 2.0)
294294
language_server-protocol (3.17.0.3)
295-
logger (1.6.5)
295+
logger (1.6.4)
296296
mini_magick (4.13.2)
297297
mini_mime (1.1.5)
298298
mini_portile2 (2.8.8)
@@ -305,10 +305,10 @@ GEM
305305
naturally (2.2.1)
306306
netrc (0.11.0)
307307
nkf (0.2.0)
308-
nokogiri (1.18.2)
308+
nokogiri (1.18.1)
309309
mini_portile2 (~> 2.8.2)
310310
racc (~> 1.4)
311-
nokogiri (1.18.2-x86_64-darwin)
311+
nokogiri (1.18.1-x86_64-darwin)
312312
racc (~> 1.4)
313313
octokit (6.1.1)
314314
faraday (>= 1, < 3)
@@ -332,7 +332,7 @@ GEM
332332
rake (12.3.3)
333333
rake-compiler (1.2.9)
334334
rake
335-
rchardet (1.9.0)
335+
rchardet (1.8.0)
336336
regexp_parser (2.9.2)
337337
representable (3.2.0)
338338
declarative (< 0.1.0)
@@ -359,7 +359,7 @@ GEM
359359
ruby-macho (2.5.1)
360360
ruby-progressbar (1.13.0)
361361
ruby2_keywords (0.0.5)
362-
rubyzip (2.4.1)
362+
rubyzip (2.3.2)
363363
sawyer (0.9.2)
364364
addressable (>= 2.3.5)
365365
faraday (>= 0.17.3, < 3)

0 commit comments

Comments
 (0)