Skip to content

Commit a7115cd

Browse files
committed
New bug-fix release
1 parent 62d557d commit a7115cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<property file="build.properties"/>
44
<property name="project.build.artifactdir" value="./artifacts/"/>
55
<property name="project.build.publishdir" value="./artifacts/"/>
6-
<property name="project.build.version" value="2.4.5b"/>
6+
<property name="project.build.version" value="2.4.5"/>
77

88
<!-- Setup classpath for js-build-tools ant tasks -->
99
<path id="js-build-tasks.classpath">

src/changes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
</head>
66
<body>
77
<ul>
8+
<li>
9+
2.4.5 03.08.10
10+
<br/>
11+
Fixed a bug in the dom_onReady function. This would cause easyXDM to load unreliably when loaded using a script loader.
12+
</li>
813
<li>
914
2.4.4 02.08.10
1015
<br/>

0 commit comments

Comments
 (0)