Skip to content

Commit

Permalink
Updating version numbers, ready to release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jan 24, 2013
1 parent 9954d00 commit df3e07a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HEAD
1.3.0
----
- Configuration options: `raw`, `json`. Replaces raw option, becomes config:

Expand All @@ -10,9 +10,13 @@ HEAD
Thus the default options now cleanly contain cookie attributes only.

- Removing licensing under GPL Version 2, the plugin is now released under MIT License only
(following the jQuery library itself here).
(keeping it simple and following the jQuery library itself here).

- Properly handle RFC 2068 quoted cookie values.
- Bugfix: Properly handle RFC 2068 quoted cookie values.

- Added component.json for bower.

- Added jQuery plugin package manifest.

- `$.cookie()` returns all available cookies.

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.cookie",
"version": "1.2.0",
"version": "1.3.0",
"main": [
"./jquery.cookie.js"
],
Expand Down
2 changes: 1 addition & 1 deletion cookie.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookie",
"version": "1.2.0",
"version": "1.3.0",
"title": "jQuery Cookie",
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies",
"author": {
Expand Down

0 comments on commit df3e07a

Please sign in to comment.