This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit cf23ad692ab731ea7fc6cb7ce0c24f67ff6c74a4 Author: juanpablo <[email protected]> AuthorDate: Mon Feb 17 17:56:12 2020 +0100 2.11.0-M7-git-08 --- ChangeLog.md | 19 +++++++++++++++++++ .../src/main/java/org/apache/wiki/Release.java | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7bde688..aecb3ad 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,25 @@ specific language governing permissions and limitations under the License. --> +**2020-02-20 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-M7-git-08_ + +* [JSPWIKI-120](https://issues.apache.org/jira/browse/JSPWIKI-120): finally, extracted `Engine` interface from +`WikiEngine`. It will be part of JSPWiki public API later on. + * removed direct reference to `WikiEngine` on `WikiEngineEvent`, in order to break package cycle between + `o.a.wiki` and `o.a.w.event`. To obtain the `WikiEngine` reference from the event just use `getSrc()` + * extract new `PluginElement` interface from `PluginContent` in order to break a package/class cycle between + `PluginContent` and `ParserStagePlugin` + +* Merged [PR #13](https://github.com/apache/jspwiki/pull/13) from [Kideath](https://github.com/kideath) in order +to fix russian translation. Thanks! + +* Dependency updates + * Flexmark to 0.50.50 + * Selenide to 5.7.0 + * Tomcat to 8.5.51 + **2002-02-14 Dirk Frederickx (brushed AT apache DOT org)** * _2.11.0-M7-git-07_ diff --git a/jspwiki-main/src/main/java/org/apache/wiki/Release.java b/jspwiki-main/src/main/java/org/apache/wiki/Release.java index 19026cc..a06d3ab 100644 --- a/jspwiki-main/src/main/java/org/apache/wiki/Release.java +++ b/jspwiki-main/src/main/java/org/apache/wiki/Release.java @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "git-07"; + public static final String BUILD = "git-08"; /** * This is the generic version string you should use when printing out the version. It is of
