Skip to content

Commit

Permalink
wpdotnet 6.0.1-rc-008
Browse files Browse the repository at this point in the history
- enables response caching
- fixes white screen of death when running from visual studio
- implements mysqli_report(), avoids reporting warning to output console
  • Loading branch information
jakubmisek committed Oct 8, 2022
1 parent 8dc5918 commit f7fda13
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

<!-- global properties -->
<PropertyGroup>
<WpDotNetVersion>6.0.1-rc-007</WpDotNetVersion>
<WpDotNetVersion>6.0.1-rc-008</WpDotNetVersion>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion app/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"dbpassword": "password",
"dbuser": "root",
"dbname": "wordpress",
"EnableResponseCaching": false,
"SALT": {
"AUTH_KEY": "*Sr748b66z3R+(v%1z;|SCtBZz/cEvo1)mo|F&EO>5a^1aF6@C9^KIzG&MD?=Zmt",
"SECURE_AUTH_KEY": "P]-!;,$G96Gf`8pO-1e;t%Y1hYfU{}lRdhgl#h./C`_gxJsd^`3[$yoz!pe4bX(U",
Expand Down
1 change: 0 additions & 1 deletion app/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"dbpassword": "",
"dbuser": "root",
"dbname": "wordpress",
"EnableResponseCaching": false,
"LegacyPluginAssemblies": ["MyContent"]
}
}
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"msbuild-sdks": {
"Peachpie.NET.Sdk": "1.1.1",
"PeachPied.WordPress.Build.Plugin": "6.0.1-rc-007"
"Peachpie.NET.Sdk": "1.1.2",
"PeachPied.WordPress.Build.Plugin": "6.0.1-rc-008"
}
}

0 comments on commit f7fda13

Please sign in to comment.