Skip to content

Commit

Permalink
release 4.16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b952426 committed Sep 28, 2021
1 parent aae61dd commit 643fdb1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ckez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>ckez</artifactId>
<version>4.16.1.2-SNAPSHOT</version>
<version>4.16.2.0</version>
<properties>
<zk.version>5.0.6</zk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion ckez/src/archive/metainfo/zk/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Copyright (C) 2012 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkforge.ckez.Version</version-class>
<version-uid>4.16.1.2</version-uid>
<version-uid>4.16.2.0</version-uid>
<zk-version>5.0.6</zk-version><!-- or later -->
</version>

Expand Down
4 changes: 2 additions & 2 deletions ckez/src/archive/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (C) 2009 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkforge.ckez.Version</version-class>
<version-uid>4.16.1.2</version-uid>
<version-uid>4.16.2.0</version-uid>
<zk-version>5.0.6</zk-version><!-- or later -->
</version>

Expand All @@ -31,7 +31,7 @@ Copyright (C) 2009 Potix Corporation. All Rights Reserved.
such that, if the version is changed, the browser will reload them.
The name is either a package's name or a portion of it.
-->
<javascript-module name="ckez" version="4.16.1.2"/>
<javascript-module name="ckez" version="4.16.2.0"/>

<zscript>
import org.zkforge.ckez.*;
Expand Down
2 changes: 1 addition & 1 deletion ckez/src/main/java/org/zkforge/ckez/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
public class Version {
/** Returns the version UID.
*/
public static final String UID = "4.16.1.2";
public static final String UID = "4.16.2.0";
}
2 changes: 1 addition & 1 deletion test/addon/ckeztest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<bsh.version>2.0b4</bsh.version>
<servlet.version>2.4</servlet.version>
<jetty.version>9.4.28.v20200408</jetty.version>
<ckez.version>4.16.1.2-SNAPSHOT</ckez.version>
<ckez.version>4.16.2.0</ckez.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<version>8.0.5-Eval</version>
Expand Down
4 changes: 3 additions & 1 deletion zkdoc/ckez-release-note
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Ckez 4.16.1.2
Ckez 4.16.2.0
Sep 28, 2021
* Features:

* Bugs:
ZKCK-69: CKEditor height is unset if rendered in a non-visible node with ROD off

* Upgrade Notes:
+ Upgrade to ckeditor 4.16.2

--------
Ckez 4.16.1.1
Expand Down

0 comments on commit 643fdb1

Please sign in to comment.