Skip to content

Commit 2c92cc6

Browse files
committed
Updated module versions for OpenCms 14.
1 parent 5bdb237 commit 2c92cc6

8 files changed

Lines changed: 19 additions & 19 deletions

File tree

alkacon.mercury.template.democontents/resources/manifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ addUserToRole 'Templator' 'DEVELOPER']]></import-script>
4242
<export-mode name="reduced"/>
4343
<description><![CDATA[The OpenCms Mercury template "default" demo contents.
4444
This module also creates a set of demo users during the import.]]></description>
45-
<version>13.0.9</version>
45+
<version>14.0.0</version>
4646
<autoincrement>true</autoincrement>
4747
<authorname><![CDATA[Alkacon Software GmbH & Co. KG]]></authorname>
4848
<authoremail/>
4949
<datecreated/>
5050
<userinstalled/>
5151
<dateinstalled/>
5252
<dependencies>
53-
<dependency name="alkacon.mercury.template" version="13.0.0"/>
54-
<dependency name="alkacon.mercury.theme" version="13.0.0"/>
55-
<dependency name="alkacon.mercury.webform" version="13.0.0"/>
53+
<dependency name="alkacon.mercury.template" version="14.0.0"/>
54+
<dependency name="alkacon.mercury.theme" version="14.0.0"/>
55+
<dependency name="alkacon.mercury.webform" version="14.0.0"/>
5656
</dependencies>
5757
<exportpoints/>
5858
<resources>

alkacon.mercury.template.democontents/resources/release/.content/section-m/cs_00014.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<query><![CDATA[state=open]]></query>
2626
</link>
2727
</links>
28-
<content><![CDATA[<p>October 11, 2022: OpenCms 14 provides XML schema versioning with automatic content rewrite. This version also supports 2 factor authentication (2FA) in the user workplace login. In the form editor, a source code widget is available as replacement for multi-line text input fields. The Mercury template CSS has been updated to Bootstrap 5.2 and the Mercury JavaScript has dropped some jQuery dependencies. The OpenCms documentation website has been overhauled with an improved layout and new content (this is still a work in progress).</p>
28+
<content><![CDATA[<p><em>October 11, 2022:</em> OpenCms 14 provides XML schema versioning with automatic content rewrite. This version also supports 2 factor authentication (2FA) in the user workplace login. In the form editor, a source code widget is available as replacement for multi-line text input fields. The Mercury template CSS has been updated to Bootstrap 5.2 and the Mercury JavaScript has dropped some jQuery dependencies. The OpenCms documentation website has been overhauled with an improved layout and new content (this is still a work in progress).</p>
2929
<h2>Major new features of OpenCms 14</h2>
3030
<ul>
3131
<li>XML schema versioning with automatic content rewrite</li>
@@ -98,10 +98,10 @@
9898
<li>... and many more</li>
9999
</ul>
100100
<h3>Backward compatibility</h3>
101-
<p>OpenCms 14.0 is backward compatible with all 13.0, 12.0, 11.0, 10.5 and 10.0 versions. Templates and other OpenCms developed code from these versions should work mostly "out of the box" with version 14.0.</p>
102-
<p><span class="label label-red">Notice for users of Alkacon OCEE</span> Users of Alkacon OCEE require a new OCEE version for OpenCms 14.0. The update is free for Alkacon customers with a valid OCEE subscription. <a href="%(link2)" target="_blank" rel="noopener">Please contact Alkacon</a> to receive the new version.</p>
101+
<p>OpenCms 14 is backward compatible with all 13, 12, 11, 10.5 and 10 versions. Templates and other OpenCms developed code from these versions should work mostly "out of the box" with version 14.</p>
102+
<p><span class="label label-red">Notice for users of Alkacon OCEE</span> Users of Alkacon OCEE require a new OCEE version for OpenCms 14. The update is free for Alkacon customers with a valid OCEE subscription. <a href="%(link2)" target="_blank" rel="noopener">Please contact Alkacon</a> to receive the new version.</p>
103103
<h3>Compatibility with Java versions, servlet containers and databases</h3>
104-
<p>OpenCms 14.0 has been written and tested for Java 11 and Java 8. We have tested with ORACLEs JDK as well as OpenJDK. OpenCms should run with all compliant JVMs.</p>
104+
<p>OpenCms 14 has been written and tested for Java 11 and Java 8. We have tested with ORACLEs JDK as well as OpenJDK. OpenCms should run with all compliant JVMs.</p>
105105
<p>We have tested this release on the Tomcat servlet engine, which we recommend. OpenCms works "out of the box" with Tomcat 9 and 8.5. Others have reported deploying OpenCms successfully on other servlet containers like JBoss, WildFly, WebLogic, WebSphere, GlassFish and Resin.</p>
106106
<p>On the database side, we provide support for MySQL, MariaDB, Oracle, PostgreSQL, MS SQL Server, DB2 and HSQLDB.</p>
107107
<h3>Regarding version numbers and build tags</h3>

alkacon.mercury.template.jsondemo/resources/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<import-site>/sites/default</import-site>
1414
<export-mode name="reduced"/>
1515
<description><![CDATA[The OpenCms Mercury template JSON demo contents and formatters.]]></description>
16-
<version>13.0.0</version>
16+
<version>14.0.0</version>
1717
<autoincrement>true</autoincrement>
1818
<authorname><![CDATA[Alkacon Software GmbH & Co. KG]]></authorname>
1919
<authoremail/>
2020
<datecreated/>
2121
<userinstalled/>
2222
<dateinstalled/>
2323
<dependencies>
24-
<dependency name="alkacon.mercury.template.democontents" version="13.0.0"/>
24+
<dependency name="alkacon.mercury.template.democontents" version="14.0.0"/>
2525
</dependencies>
2626
<exportpoints/>
2727
<resources>

alkacon.mercury.template/resources/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<import-site>/</import-site>
1414
<export-mode name="reduced"/>
1515
<description><![CDATA[The mercury template is a full featured, configurable template. It is also the default demonstration template for OpenCms 11.]]></description>
16-
<version>13.0.117</version>
16+
<version>14.0.0</version>
1717
<autoincrement>true</autoincrement>
1818
<authorname><![CDATA[Alkacon Software GmbH & Co. KG]]></authorname>
1919
<authoremail/>

alkacon.mercury.theme/resources/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<import-site>/</import-site>
1414
<export-mode name="reduced"/>
1515
<description><![CDATA[Contains the JavaScript, static resources, fonts and default CSS themes for the Mercury template.]]></description>
16-
<version>13.0.97</version>
16+
<version>14.0.0</version>
1717
<autoincrement>true</autoincrement>
1818
<authorname><![CDATA[Alkacon Software GmbH & Co. KG]]></authorname>
1919
<authoremail/>
2020
<datecreated/>
2121
<userinstalled/>
2222
<dateinstalled/>
2323
<dependencies>
24-
<dependency name="alkacon.mercury.template" version="13.0.0"/>
24+
<dependency name="alkacon.mercury.template" version="14.0.0"/>
2525
</dependencies>
2626
<exportpoints/>
2727
<resources>

alkacon.mercury.variant.burger/resources/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<import-site>/</import-site>
1414
<export-mode name="reduced"/>
1515
<description><![CDATA[The Burger variant generates a "Hamburger" menu for the main header navigation.]]></description>
16-
<version>13.0.5</version>
16+
<version>14.0.0</version>
1717
<autoincrement>true</autoincrement>
1818
<authorname><![CDATA[Alkacon Software GmbH & Co. KG]]></authorname>
1919
<authoremail/>
2020
<datecreated/>
2121
<userinstalled/>
2222
<dateinstalled/>
2323
<dependencies>
24-
<dependency name="alkacon.mercury.template" version="13.0.0"/>
24+
<dependency name="alkacon.mercury.template" version="14.0.0"/>
2525
</dependencies>
2626
<exportpoints/>
2727
<resources>

alkacon.mercury.webform/resources/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<import-site>/</import-site>
1414
<export-mode name="reduced"/>
1515
<description><![CDATA[A configurable form module for the Mercury template.]]></description>
16-
<version>13.0.5</version>
16+
<version>14.0.0</version>
1717
<autoincrement>true</autoincrement>
1818
<authorname><![CDATA[Alkacon Software GmbH & Co. KG]]></authorname>
1919
<authoremail/>
2020
<datecreated/>
2121
<userinstalled/>
2222
<dateinstalled/>
2323
<dependencies>
24-
<dependency name="alkacon.mercury.template" version="13.0.0"/>
24+
<dependency name="alkacon.mercury.template" version="14.0.0"/>
2525
</dependencies>
2626
<exportpoints>
2727
<exportpoint uri="/system/modules/alkacon.mercury.webform/classes/" destination="WEB-INF/classes/"/>

alkacon.mercury.xtensions/resources/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<import-site>/</import-site>
1414
<export-mode name="reduced"/>
1515
<description><![CDATA[A number of additional functions for the Mercury template that serve as technical demos for OpenCms capabilities or provide functions that are seldom needed in a real installation.]]></description>
16-
<version>13.0.0</version>
16+
<version>14.0.0</version>
1717
<autoincrement>true</autoincrement>
1818
<authorname><![CDATA[Alkacon Software GmbH & Co. KG]]></authorname>
1919
<authoremail/>
2020
<datecreated/>
2121
<userinstalled/>
2222
<dateinstalled/>
2323
<dependencies>
24-
<dependency name="alkacon.mercury.template" version="13.0.0"/>
24+
<dependency name="alkacon.mercury.template" version="14.0.0"/>
2525
</dependencies>
2626
<exportpoints/>
2727
<resources>

0 commit comments

Comments
 (0)