From b650606d84a8357aa99443c419ddf071ed33c668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Mon, 25 Jul 2022 15:57:58 +0200 Subject: [PATCH] 6.0.1-rc-005 peachpie v1.0.23 --- Directory.Build.props | 2 +- PeachPied.WordPress.Build.Plugin/build/Sdk.Common.props | 4 ++-- PeachPied.WordPress.Build.Plugin/build/Sdk.Common.targets | 2 +- docs/build-php-plugin.md | 4 ++-- docs/build-php-theme.md | 2 +- docs/overview.md | 2 +- global.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 50a2823dd..e816b3a09 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ $([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)wordpress/wp-includes/version.php) ) $([System.Text.RegularExpressions.Regex]::Match($(VersionFileContent), "\$wp_version\s*=\s*'([0-9\.]+)';").Groups.get_Item(1) ) - rc-004 + rc-005 diff --git a/PeachPied.WordPress.Build.Plugin/build/Sdk.Common.props b/PeachPied.WordPress.Build.Plugin/build/Sdk.Common.props index 01fd37d98..69f5c1085 100644 --- a/PeachPied.WordPress.Build.Plugin/build/Sdk.Common.props +++ b/PeachPied.WordPress.Build.Plugin/build/Sdk.Common.props @@ -1,7 +1,7 @@ - + -6.0.1-rc-004 +6.0.1-rc-005 diff --git a/PeachPied.WordPress.Build.Plugin/build/Sdk.Common.targets b/PeachPied.WordPress.Build.Plugin/build/Sdk.Common.targets index 842d51bca..317e244f1 100644 --- a/PeachPied.WordPress.Build.Plugin/build/Sdk.Common.targets +++ b/PeachPied.WordPress.Build.Plugin/build/Sdk.Common.targets @@ -1,4 +1,4 @@ - + diff --git a/docs/build-php-plugin.md b/docs/build-php-plugin.md index 79b4b0e29..cc4ad3062 100644 --- a/docs/build-php-plugin.md +++ b/docs/build-php-plugin.md @@ -53,14 +53,14 @@ Project file is an XML file with the following content: > *MyHelloDollyPlugin.msbuildproj:* ```xml - + ``` For most cases, the project file does not specify anything else as all the properties are defined by default in the Sdk. In case a build property or a build item needs to be altered, add it to your project file. -Note the project file specifies a version after the slash, i.e. `"/5.9.3-rc-002"`. This corresponds to the version of *PeachPied.WordPress.** packages which should be identical across all your application. +Note the project file specifies a version after the slash, i.e. `"/6.0.1-rc-005"`. This corresponds to the version of *PeachPied.WordPress.** packages which should be identical across all your application. ## Build the plugin diff --git a/docs/build-php-theme.md b/docs/build-php-theme.md index 5092b8008..a48057bd4 100644 --- a/docs/build-php-theme.md +++ b/docs/build-php-theme.md @@ -36,7 +36,7 @@ Project file is an XML file with the following content: ``` -Note the project file specifies a version after the slash, i.e. `"/5.9.3-rc-002"`. This corresponds to the version of *PeachPied.WordPress.** packages which should be identical across all your application. +Note the project file specifies a version after the slash, i.e. `"/6.0.1-rc-005"`. This corresponds to the version of *PeachPied.WordPress.** packages which should be identical across all your application. ## Build the theme diff --git a/docs/overview.md b/docs/overview.md index ce8cb041e..106dcf9fe 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -20,7 +20,7 @@ Open or create an ASP NET Core application, version 3.0 or newer. Add a package reference to [`"Peachpied.WordPress.AspNetCore"`](https://www.nuget.org/packages/PeachPied.WordPress.AspNetCore/) (note it is a **pre-release** package): ```shell -dotnet add package PeachPied.WordPress.AspNetCore --version 5.9.3-rc-002 +dotnet add package PeachPied.WordPress.AspNetCore --version 6.0.1-rc-005 ``` Add the WordPress middleware within your request pipeline, in the `Configure` startup method: diff --git a/global.json b/global.json index dcb7bc655..666ce3c27 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Peachpie.NET.Sdk": "1.0.22" + "Peachpie.NET.Sdk": "1.0.23" } } \ No newline at end of file