Skip to content

Merge finalized release 18.8 into develop - #17667

Merged
mokagio merged 7 commits into
developfrom
merge/18.8-final-into-develop
Dec 13, 2021
Merged

Merge finalized release 18.8 into develop#17667
mokagio merged 7 commits into
developfrom
merge/18.8-final-into-develop

Conversation

@mokagio

@mokagio mokagio commented Dec 10, 2021

Copy link
Copy Markdown
Contributor

Similarly to #17652, we got conflicts in WordPress/WordPressShareExtension/ and WordPress/WordPressTodayWidget/ *.lproj/Localizable.strings which were updated in the release branch but removed on develop.

I solved them by keeping the deletion from develop as that's the approach we want going forward.

Momo Ozawa and others added 7 commits December 8, 2021 17:58
This fixes an issue for the site addres login -> wpcom login flow, where tapping on a non-p2 site would not do anything.
…ements-self-hosted-then-wpcom-login

Onboarding Improvements: Fix self-hosted login -> wpcom login flow
Conflicts in `WordPress/WordPressShareExtension/` and
`WordPress/WordPressTodayWidget/` `*.lproj/Localizable.strings` which
were updated in the release branch but removed on `develop`.

I solved them by keeping the deletion from `develop` as that's the
approach we want going forward.

Full list of conflicting files:

- `WordPress/WordPressShareExtension/ar.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/bg.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/cs.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/cy.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/da.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/de.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/es.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/fr.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/he.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/hr.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/hu.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/id.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/is.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/it.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/ja.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/ko.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/nb.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/nl.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/pl.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/pt.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/ro.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/ru.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/sk.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/sq.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/sv.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/th.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/tr.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings`
- `WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/da.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/de.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/es.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/he.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/id.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/is.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/it.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/th.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings`
- `WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings`
@peril-wordpress-mobile

Copy link
Copy Markdown

You can trigger an installable build for these changes by visiting CircleCI here.

@mokagio mokagio changed the title Fix: show the selected site after wpcom login Merge finalized release 18.8 into develop Dec 10, 2021
@peril-wordpress-mobile

Copy link
Copy Markdown

You can trigger optional UI/connected tests for these changes by visiting CircleCI here.

@mokagio mokagio left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Fastlane localized release_notes.txt updates
  • Localized .strings updates No new updates since 18.8.0.4
  • Build number bump in version .xcconfig file
  • Plus diffs from the PRs that landed on the release branch since the last beta

@mokagio
mokagio marked this pull request as ready for review December 10, 2021 18:56
@mokagio
mokagio requested a review from a team December 10, 2021 18:56
@mokagio
mokagio enabled auto-merge December 10, 2021 18:56
@mokagio
mokagio merged commit 50be322 into develop Dec 13, 2021
@mokagio
mokagio deleted the merge/18.8-final-into-develop branch December 13, 2021 17:41
@oguzkocer

Copy link
Copy Markdown
Contributor

I quickly checked the merge conflicts by resolving them locally and got to the same diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants