Skip to content

Commit

Permalink
Add message about new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Maurel committed Sep 28, 2016
1 parent b11dd8e commit d2ce10b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.9.4
Fix issue with cookies

1.9.3
Add main property on package.json

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
IMPORTANT
=========

This plugin is no longer maintained.

A new one, without dependencies with jQuery, is available : https://github.com/julien-maurel/js-storage

APIs are same, but are accessibles with global variable "Storages" instead "$".

Thanks!


jQuery Storage API
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-storage-api",
"title": "jQuery Storage API",
"version": "1.9.3",
"version": "1.9.4",
"main": "jquery.storageapi.js",
"description": "jQuery Storage API is a plugin that simplify access to storages (HTML5) & cookies, add namespace storage functionality and provide compatiblity for old browsers with cookies!",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion jquery.storageapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Project home:
* https://github.com/julien-maurel/jQuery-Storage-API
*
* Version: 1.9.3
* Version: 1.9.4
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
4 changes: 2 additions & 2 deletions jquery.storageapi.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-storage-api",
"version": "1.9.3",
"version": "1.9.4",
"title": "jQuery Storage API",
"author": {
"name": "Julien Maurel",
Expand Down

0 comments on commit d2ce10b

Please sign in to comment.