Skip to content

Commit 493f1db

Browse files
authored
Merge pull request #20 from wet-boew/nodocwrite
Remove document.write and use CDTS new declarative setup function
2 parents 0b51e2f + fca97ab commit 493f1db

57 files changed

Lines changed: 1464 additions & 1684 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
[Download and/or Installation instructions](https://github.com/wet-boew/cdts-JavaTemplates/wiki/Installation)
44

5+
## v3.0.0
6+
7+
- **IMPORTANT** ALL LAYOUT DEFINITIONS UPDATED - All inline scripts and occurences of `document.write` were removed.
8+
- Spring Version: This change should be transparent unless custom layouts were created in client applications.
9+
- Struts/JSP Version: All tiles templates must be updated from sample project (src/main/webapp/templates/*.
10+
- **IMPORTTANT** Functions that were deprecated long ago were removed in this version.
11+
512
## v2.6.0
613

714
- **IMPORTANT** The GCWeb site footer has been updated to reflect the changes introduced in WET footer version 4. These changes will be applied automatically. For more information, please visit the WET documentation: https://wet-boew.github.io/GCWeb/sites/footers/footers-en.html

builds/build.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# The file build.properties is generated from build.properties.in by
2-
# Ant script build-setprojectversion.xml.
3-
#
4-
# DO NOT EDIT build.properties DIRECTLY!
5-
#
6-
gocwebtemplate.build.version=2.6.0-SNAPSHOT
1+
# The file build.properties is generated from build.properties.in by
2+
# Ant script build-setprojectversion.xml.
3+
#
4+
# DO NOT EDIT build.properties DIRECTLY!
5+
#
6+
gocwebtemplate.build.version=3.0.0-SNAPSHOT

gocwebtemplate-core/gocwebtemplate-core-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>ca.gc.gocwebtemplate</groupId>
1212
<artifactId>gocwebtemplate-core</artifactId>
13-
<version>2.6.0-SNAPSHOT</version>
13+
<version>3.0.0-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public abstract class Constants {
1313

1414
public static final String CACHE_KEY_STATICFILES_PREFIX = "GoC.Template.CacheKey";
1515

16-
public static final String WEB_TEMPLATE_DISTRIBUTION_VERSION = "2.6.0";
16+
public static final String WEB_TEMPLATE_DISTRIBUTION_VERSION = "3.0.0";
1717

1818
public static final String CDTS_DEFAULT_VERSION = "v4_0_47";
1919

0 commit comments

Comments
 (0)