Skip to content

Commit 4a2599a

Browse files
committed
Improvements and version update.
1 parent 40ca24b commit 4a2599a

Some content is hidden

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

42 files changed

+347
-411
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,21 @@ link that has a rel attribute in the following format:
3838

3939
## Changes
4040

41+
### 09/19/2011 - jQuery Address 1.5
4142

42-
### 05/04/2010 - jQuery Address 1.4
43+
- Introduces feature detection where possible.
44+
- Improves event handling.
45+
- Fixes various issues.
46+
47+
### 05/04/2011 - jQuery Address 1.4
4348

4449
- Support for jQuery 1.6.
4550
- Drops the internal de/encoding magic.
4651
- Drops the Safari 2 support.
4752
- Fixes various issues.
4853
- Updates the Express sample.
4954

50-
### 02/04/2010 - jQuery Address 1.3.2
55+
### 02/04/2011 - jQuery Address 1.3.2
5156

5257
- Support for jQuery 1.5.
5358
- Issue 48: IE7 "Permission Denied" error.

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ src.dir=src
55
test.dir=test
66

77
name=jquery.address
8-
version=1.4.1
8+
version=1.5

samples/accordion/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link type="text/css" href="styles.css" rel="stylesheet">
77
<script type="text/javascript" src="jquery-1.4.4.min.js"></script>
88
<script type="text/javascript" src="jquery.accordion.js"></script>
9-
<script type="text/javascript" src="jquery.address-1.4.1.min.js"></script>
9+
<script type="text/javascript" src="jquery.address-1.5.min.js"></script>
1010
<script type="text/javascript">
1111

1212
$(function () {

samples/accordion/jquery.address-1.4.1.min.js

-29
This file was deleted.

0 commit comments

Comments
 (0)