WordPress-iOS
WordPress-iOS copied to clipboard
WordPress for iOS - Official repository
Fixes # Safety checks: removed forced try & forced unwrap to avoid crash
Part of #19164 ## Description - Updated `AppConfiguration.showsWhatIsNew` to `true` for Jetpack - Extracted the "What's New in " string to `AppConstants` ## How to test TBD ## Regression Notes...
## Description There are a few features present in the WordPress app that aren't available on the Jetpack app. To determine the missing features on Jetpack, I went through the...
### Expected behavior Commands such as Move to Beginning and Move to End would work as they do in paragraphs ### Actual behavior The cursor does not move. ### Steps...
Part of #19164 ## Description - Updated Me screen to display the Recommended App section - Removed `aboutScreen` feature flag - Removed obsolete about view controller files - Updated share...
Fixes #15821 This change is part of paaHJt-1I7-p2. This PR only introduces the new write API and doesn't update the app code to use it. Two functions are introduced in...
Resolves #19080. To test: If the UI tests pass in CI, we're good. ## Regression Notes 1. Potential unintended areas of impact – The editor UI tests 2. What I...
The iPhone landscape layout of the Jetpack overlay needs to be updated. Here are two possible proposals
### Expected behavior The content for the view to be shifted above the bottom tab bar and or the view to be scrollable. ### Actual behavior The content for the...
Adds the read functions along with a factory that checks a feature flag as fail safe. To test: ## Regression Notes 1. Potential unintended areas of impact N/A 2. What...