Skip to content

Commit df3e07a

Browse files
committed
Updating version numbers, ready to release 1.3.0
1 parent 9954d00 commit df3e07a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HEAD
1+
1.3.0
22
----
33
- Configuration options: `raw`, `json`. Replaces raw option, becomes config:
44

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

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

15-
- Properly handle RFC 2068 quoted cookie values.
15+
- Bugfix: Properly handle RFC 2068 quoted cookie values.
16+
17+
- Added component.json for bower.
18+
19+
- Added jQuery plugin package manifest.
1620

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

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.cookie",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": [
55
"./jquery.cookie.js"
66
],

cookie.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookie",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"title": "jQuery Cookie",
55
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies",
66
"author": {

0 commit comments

Comments
 (0)