MOBILE-4616: Fix typos in upgrade.txt

main
Noel De Martin 2024-06-27 15:46:31 +02:00
parent 3594277050
commit 92cc64734b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ For more information about upgrading, read the official documentation: https://m
- Due to a breaking change in cordova-plugin-file, avoid using FileEntry.toURL(). Use CoreFileProvider.getFileEntryURL instead. - Due to a breaking change in cordova-plugin-file, avoid using FileEntry.toURL(). Use CoreFileProvider.getFileEntryURL instead.
- FileTransfer service is no longer available, now we recommend use window.FileTransfer instead. - FileTransfer service is no longer available, now we recommend use window.FileTransfer instead.
- CSS variable --font-size-normal has been deprecated in favor of --font-size-md. - CSS variable --font-size-normal has been deprecated in favor of --font-size-md.
- Activity modules services that does not admit plugins are not avaible for site plugins anymore. - Activity modules services that do not admit plugins are not available for site plugins anymore.
- CoreUserDelegate type available values changed from newpage and communication to listitem and button. - CoreUserDelegate type available values changed from newpage and communication to listitem and button.
=== 4.3.0 === === 4.3.0 ===