From 906f93ec41034c5eb0ee2a26c974cac7753122d5 Mon Sep 17 00:00:00 2001 From: Thomas Pentenrieder Date: Sun, 21 Jun 2026 15:54:11 +0200 Subject: [PATCH] Prepare 3.0.0 stable release --- README.md | 2 +- docs/v3/breaking-changes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05c30f50..c7229de1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WordPressPCL -![Integration Tests](https://github.com/wp-net/WordPressPCL/workflows/Integration%20Tests/badge.svg?branch=main) [![NuGet](https://img.shields.io/nuget/vpre/WordPressPCL)](https://www.nuget.org/packages/WordPressPCL/) +![Integration Tests](https://github.com/wp-net/WordPressPCL/workflows/Integration%20Tests/badge.svg?branch=main) [![NuGet](https://img.shields.io/nuget/v/WordPressPCL)](https://www.nuget.org/packages/WordPressPCL/) This is a .NET 10 library for consuming the WordPress REST API in C# applications. If you find bugs or have any suggestions, feel free to create an issue. diff --git a/docs/v3/breaking-changes.md b/docs/v3/breaking-changes.md index 2b3c9a1c..4ca6ec26 100644 --- a/docs/v3/breaking-changes.md +++ b/docs/v3/breaking-changes.md @@ -1,4 +1,4 @@ -# Breaking Changes in Version 2.x +# Breaking Changes in Version 3.x - Separate sub client for Authentication accessed via `client.Auth` - Separate sub client for Settings accessed via `client.Settings`