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

Release/4.3.0 #1

Merged
merged 3 commits into from
Sep 11, 2023
Merged

Release/4.3.0 #1

merged 3 commits into from
Sep 11, 2023

Conversation

tristanjthompson
Copy link
Contributor

For BR we're making the blog headless. In order to serialize the IBlogPostFilter/ISort classes to JSON, we need to expose the private fields. I originally was using reflection for this to save updating the v7 & v10 packages, but after chatting to @aheaford we decided to bite the bullet and change both packages.

We've already done this in the v10 version in these commits in PR Gibe/Gibe.Umbraco.Blog#30

The guts of the changes are:

  • Expose private fields as public properties so they can be serialized/deserialized
  • Add in a couple of newer filters that are available in v10 so that we can more easily dual-target between netcore/framework between the v7&v10 versions of the package.

@tristanjthompson tristanjthompson merged commit e265905 into main Sep 11, 2023
@tristanjthompson tristanjthompson deleted the release/4.3.0 branch September 11, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants