From 72fef83f4f0078d9209087410123fd1c724b1124 Mon Sep 17 00:00:00 2001 From: Julien Caillon Date: Sat, 23 Feb 2019 11:06:36 +0100 Subject: [PATCH] v1.8.4 --- 3PA/Properties/AssemblyInfo.cs | 2 +- docs/NEXT_RELEASE_NOTES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3PA/Properties/AssemblyInfo.cs b/3PA/Properties/AssemblyInfo.cs index 2eeaba7e..277f00d8 100644 --- a/3PA/Properties/AssemblyInfo.cs +++ b/3PA/Properties/AssemblyInfo.cs @@ -54,5 +54,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.8.3.0")] +[assembly: AssemblyVersion("1.8.4.0")] //[assembly: AssemblyFileVersion("1.5.3.1")] \ No newline at end of file diff --git a/docs/NEXT_RELEASE_NOTES.md b/docs/NEXT_RELEASE_NOTES.md index 7e26dbdf..1ef4496c 100644 --- a/docs/NEXT_RELEASE_NOTES.md +++ b/docs/NEXT_RELEASE_NOTES.md @@ -26,6 +26,6 @@ Since v7.6.x, there has been some changes regarding the plugins location: Hopefully, the latest change is final. -I've updated the 3P documentation to reflect those changes. If you update to the latest version of notepad++ from an older version (<= 7.6), you will have to manually place the `3P.dll` into a `3P` sub folder of your `plugins` folder. Otherwise, 3P will simply not be loaded. +I've updated the 3P documentation to reflect those changes. If you update to the latest version of notepad++ from an older version (<= 7.6), you will have to manually place the `3P.dll` into a `3P` sub folder of your `plugins` folder. Otherwise, 3P will simply not be loaded. Alternatively, you can reinstall 3P from the new "plugins admin" menu in notepad++. Enjoy! \ No newline at end of file