From: ezust <ez...@us...> - 2024-05-09 13:45:04
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "ProjectViewer jEdit plugin". The branch, master has been updated via 3d606d7185a59d2aa175a5bcf540bffabe7c64ee (commit) from b8da77c4588c748d00b26d1ec75b0ea0d04168df (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit: https://sourceforge.net/p/jedit/ProjectViewer/ci/3d606d7185a59d2aa175a5bcf540bffabe7c64ee/ tree: https://sourceforge.net/p/jedit/ProjectViewer/ci/3d606d7185a59d2aa175a5bcf540bffabe7c64ee/tree/ commit 3d606d7185a59d2aa175a5bcf540bffabe7c64ee Author: Alan Ezust <ez...@us...> Date: Thu May 9 06:44:46 2024 -0700 Version Bump. diff --git a/ProjectViewer.props b/ProjectViewer.props index 21b238a..e5a2f77 100644 --- a/ProjectViewer.props +++ b/ProjectViewer.props @@ -3,7 +3,7 @@ #{{{ Plugin properties plugin.projectviewer.ProjectPlugin.name=Project Viewer plugin.projectviewer.ProjectPlugin.author=Matthew Payne (former), Stefan Kost(former), Calvin Yu(former), Kevin Burton(former), Marcelo Vanzin (former), Dale Anson, Alan Ezust -plugin.projectviewer.ProjectPlugin.version=3.6 +plugin.projectviewer.ProjectPlugin.version=3.7 plugin.projectviewer.ProjectPlugin.docs=index.html plugin.projectviewer.ProjectPlugin.activate=startup plugin.projectviewer.ProjectPlugin.usePluginHome=true @@ -11,7 +11,7 @@ plugin.projectviewer.ProjectPlugin.description=The ProjectViewer plugin provides for managing a "project", i.e. a related group of \ source files. plugin.projectviewer.ProjectPlugin.depend.0=jedit 05.04.99.00 -plugin.projectviewer.ProjectPlugin.depend.1=jdk 1.8 +plugin.projectviewer.ProjectPlugin.depend.1=jdk 11 plugin.projectviewer.ProjectPlugin.depend.2=plugin CommonControlsPlugin 1.7.4 plugin.projectviewer.ProjectPlugin.depend.3=optional plugin errorlist.ErrorListPlugin 2.3 diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt index 3314000..ff58d47 100755 --- a/docs/CHANGELOG.txt +++ b/docs/CHANGELOG.txt @@ -15,12 +15,17 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +{{{ Version 3.7 + Compatibility bugfixes for jEdit 5.7 +}}} + {{{Version 3.5.4 Requires jEdit 5.0, CommonControls 1.7.3, ErrorList 2.3, InfoViewer 1.6 and Java 1.7. - Plugin Patch#181: Fix re-importing files with custom file filter [Edward Diener] }}} - {{{Version 3.5.3 + +{{{Version 3.5.3 Requires jEdit 5.0, CommonControls 1.7.1, ErrorList 2.1, InfoViewer 1.6 and Java 1.6. [Alan Ezust] - Fix #3612151 ProjectViewer alters sftp path separators on windows ----------------------------------------------------------------------- Summary of changes: ProjectViewer.props | 4 ++-- docs/CHANGELOG.txt | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- ProjectViewer jEdit plugin |