You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/02/27 15:10:45 UTC

[jspwiki] 20/20: 2.11.0-M7-git-10

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 d680e47f1f054e42cde89cf85d8aa3911f855646
Author: juanpablo <ju...@apache.org>
AuthorDate: Thu Feb 27 16:04:46 2020 +0100

    2.11.0-M7-git-10
---
 ChangeLog.md                                            | 14 ++++++++++++++
 jspwiki-main/src/main/java/org/apache/wiki/Release.java |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 3c4aca1..8668f04 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -19,6 +19,20 @@ under the License.
 
 **2020-02-24  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
+* _2.11.0-M7-git-10_
+
+* Finally, finished [JSPWIKI-120](https://issues.apache.org/jira/browse/JSPWIKI-120):
+    * Use `Engine` instead of `WikiEngine` throughout the code as much as possible. 
+    * `URLConstructor#initialize(..)` receives an `Engine` instead of a `WikiEngine`.
+    * `InitializablePlugin` and implementing classes receive an `Engine` instead of a `WikiEngine`.
+    * `PageFilter`s receive an `Engine` instead of a `WikiEngine` on `initialize` method.
+    * Rename + extract interfaces from `EditorManager`, `InternationalizationManager`, `SearchManager`, 
+    and `TemplateManager`.
+
+* Updated Flexmark to 0.60.2
+
+**2020-02-24  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
 * _2.11.0-M7-git-09_
 
 * [JSPWIKI-120](https://issues.apache.org/jira/browse/JSPWIKI-120):
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 05e2f55..c568b0e 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-09";
+    public static final String     BUILD         = "git-10";
 
     /**
      *  This is the generic version string you should use when printing out the version.  It is of