Skip to content
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

Offline Mode: Fix encoding for some fields in the new XMLRPC endpoints #786

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

kean
Copy link
Contributor

@kean kean commented Apr 11, 2024

Description

Can be tested in the following PR wordpress-mobile/WordPress-iOS#22998

Fixes #

ℹ Please replace the above with a link to the issue this pull request addresses, as well as a summary of the implementation details.

Testing Details

ℹ Please replace this with a clear and concise description of the steps required to validate this pull request.


  • Please check here if your pull request includes additional test coverage.
  • I have considered if this change warrants release notes and have added them to the appropriate section in the CHANGELOG.md if necessary.

@kean kean added the bug Something isn't working label Apr 11, 2024
@@ -35,8 +35,8 @@ public struct RemotePostUpdateParameters: Equatable {
public var ifNotModifiedSince: Date?

public var status: String?
public var date: Date??
public var authorID: Int??
public var date: Date?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

You can't remove any of these two fields on existing posts.

@kean kean requested review from momo-ozawa and removed request for momo-ozawa April 16, 2024 13:19
Copy link
Contributor

@momo-ozawa momo-ozawa left a comment

Choose a reason for hiding this comment

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

Can you mention this in the changelog? I realized that recording changes in the changelog makes it much easier for the person releasing the next stable version of WPKit - thanks!

@kean kean merged commit 7c7439b into trunk Apr 16, 2024
9 checks passed
@kean kean deleted the task/offline-mode-fix-xmlrpc-encoding branch April 16, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants