Skip to content

Commit

Permalink
Improvements and version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
asual committed Sep 19, 2011
1 parent 40ca24b commit 4a2599a
Show file tree
Hide file tree
Showing 42 changed files with 347 additions and 411 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -38,16 +38,21 @@ link that has a rel attribute in the following format:

## Changes

### 09/19/2011 - jQuery Address 1.5

### 05/04/2010 - jQuery Address 1.4
- Introduces feature detection where possible.
- Improves event handling.
- Fixes various issues.

### 05/04/2011 - jQuery Address 1.4

- Support for jQuery 1.6.
- Drops the internal de/encoding magic.
- Drops the Safari 2 support.
- Fixes various issues.
- Updates the Express sample.

### 02/04/2010 - jQuery Address 1.3.2
### 02/04/2011 - jQuery Address 1.3.2

- Support for jQuery 1.5.
- Issue 48: IE7 "Permission Denied" error.
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -5,4 +5,4 @@ src.dir=src
test.dir=test

name=jquery.address
version=1.4.1
version=1.5
2 changes: 1 addition & 1 deletion samples/accordion/index.html
Expand Up @@ -6,7 +6,7 @@
<link type="text/css" href="styles.css" rel="stylesheet">
<script type="text/javascript" src="jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="jquery.accordion.js"></script>
<script type="text/javascript" src="jquery.address-1.4.1.min.js"></script>
<script type="text/javascript" src="jquery.address-1.5.min.js"></script>
<script type="text/javascript">

$(function () {
Expand Down
29 changes: 0 additions & 29 deletions samples/accordion/jquery.address-1.4.1.min.js

This file was deleted.

0 comments on commit 4a2599a

Please sign in to comment.