-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge bugfixes in 25.6 release branch #23921
Draft
kean
wants to merge
21
commits into
release/25.6
Choose a base branch
from
task/merge-bugfixes-release-25-6
base: release/25.6
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Bump version number * Update draft release notes for 25.6. * Update draft release notes for 25.6. * Release Notes: add new section for next version (25.7) * Update strings for localization
* Bump Gravatar SDK to 3.1.0 * Set Gravatar to "3.1.0-rc.1" * Update Gravatar to 3.1.0 * Add release notes * Update release notes --------- Co-authored-by: kean <grebenyuk.alexander@gmail.com>
* Rework PostCompactCell * Remove obsolete tests
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.225.0 to 2.226.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md) - [Commits](fastlane/fastlane@fastlane/2.225.0...fastlane/2.226.0) --- updated-dependencies: - dependency-name: fastlane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit) from 12.3.4 to 12.4.0. - [Release notes](https://github.com/wordpress-mobile/release-toolkit/releases) - [Changelog](https://github.com/wordpress-mobile/release-toolkit/blob/trunk/CHANGELOG.md) - [Commits](wordpress-mobile/release-toolkit@12.3.4...12.4.0) --- updated-dependencies: - dependency-name: fastlane-plugin-wpmreleasetoolkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Replace DimensionFetcher usage * Remove ImageLoader usage from ReaderDetailFeaturedImageView * Remove ImageLoader from StatsLatestPostSummaryInsightsCell * Remove ImageDimensionsFetcher usage * Remove unused useCompatibilityMode * Move reading preferences to the more menu * Add a bit more spacing for posts in Reader * Refine AsyncImageView API * Fix dark/light transition on scroll * Update release notes
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.1 to 1.69.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.1...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add WordPressMedia * Add Swift 6 support * Fix build
* Add ImagePlayground support in Gutenberg * Integrate ImagePlayground in GutenberG * Move ImagePlayground code to MediaPickerMenu * Integrate SiteIcon picker * Integrate in PostSettingsViewController * Integrate in Media Picker * Update WordPress/Classes/ViewRelated/Media/MediaPicker/MediaPickerMenu+ImagePlayground.swift Co-authored-by: Tony Li <tony.li@automattic.com> * Update release notes --------- Co-authored-by: kean <grebenyuk.alexander@gmail.com> Co-authored-by: Alex Grebenyuk <alex.grebenyuk@automattic.com> Co-authored-by: Tony Li <tony.li@automattic.com>
* Fix button like animation * Hide toolbar on scroll * Use CachedAsyncImage * Fix subscribe button position and header layout issues * Rename ReaderDetailHeaderView * Update release notes
* Fix subscriber summary not reloading * Fix order in Stats / Subsribers / Emails * Update release notes
* Fix formatting in getLikesFor * Refactor ReaderDetailLikesView * Simplify ReaderDetailLikesView further * Update release notes * Fix compilation in tests
* Fix crash in Reader empty state views and fix some layout issues * Fix frame conversion
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WordPress Alpha by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Jetpack Alpha by scanning the QR code below to install the corresponding build.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains about 15 bug fixes that were created in
trunk
targeting 25.6.To test:
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txt
if necessary.Testing checklist: