Skip to content

Commit

Permalink
jQuery A+ 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaval committed Nov 3, 2024
1 parent 7ebd866 commit 5248bc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "jAplus",
"title": "jQuery A+",
"description": "jQuery A+ is an unobtrusive script that adds useful features to A tag allowing webpages to maintain compatibility with HTML standards. The script syntax is compatible with all HTML / XHTML standards. For example, you can open link in a new window/tab (like target=_blank) without invalidating the HTML code.",
"version": "0.8.4",
"version": "0.9.0",
"main": "./jquery.Aplus.js",
"dependencies": {
"jquery": ">= 1.5.0"
"jquery": ">= 1.7.0"
},
"homepage": "http://japlus.simplit.it",
"homepage": "https://japlus.vallorani.org",
"author": {
"name" : "Andrea Vallorani",
"email" : "andrea.vallorani@gmail.com"
Expand Down
10 changes: 5 additions & 5 deletions jAplus.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jAplus",
"version": "0.8.4",
"version": "0.9.0",
"title": "jQuery A+",
"description": "jQuery A+ is an unobtrusive script that adds useful features to A tag allowing webpages to maintain compatibility with HTML standards. The script syntax is compatible with all HTML / XHTML standards. For example, you can open link in a new window/tab (like target=_blank) without invalidating the HTML code.",
"author": {
Expand All @@ -20,12 +20,12 @@
}
],
"dependencies": {
"jquery": ">= 1.5.0"
"jquery": ">= 1.7.0"
},
"bugs": "https://github.com/andreaval/jAplus/issues",
"homepage": "http://japlus.simplit.it",
"docs": "http://japlus.simplit.it/doc.htm",
"demo": "http://japlus.simplit.it/demo.htm",
"homepage": "https://japlus.vallorani.org",
"docs": "https://japlus.vallorani.org/doc.htm",
"demo": "https://japlus.vallorani.org/demo.htm",
"keywords": [
"link",
"confirm",
Expand Down
2 changes: 1 addition & 1 deletion jquery.Aplus.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* JQuery A+
* Version 0.9.0rc1
* Version 0.9.0
* @requires jQuery >= 1.7
* @author Andrea Vallorani <andrea.vallorani@gmail.com>
*
Expand Down

0 comments on commit 5248bc6

Please sign in to comment.