Skip to content

Commit

Permalink
Item12179: up'ed version of JQueryPlugin
Browse files Browse the repository at this point in the history
- removed minified jquery.stars.js from repo
  • Loading branch information
MichaelDaum committed Sep 24, 2015
1 parent 92fb6de commit 3479a97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions JQueryPlugin/.gitignore
Expand Up @@ -104,6 +104,7 @@
/pub/System/JQueryPlugin/plugins/slimbox/slimbox2.init.js
/pub/System/JQueryPlugin/plugins/slimbox/slimbox2.js
/pub/System/JQueryPlugin/plugins/sprintf/sprintf.js
/pub/System/JQueryPlugin/plugins/stars/jquery.stars.js
/pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-megafish.css
/pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-navbar.css
/pub/System/JQueryPlugin/plugins/superfish/jquery.superfish-vertical.css
Expand Down
3 changes: 2 additions & 1 deletion JQueryPlugin/data/System/JQueryPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1441364028" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1443077395" format="1.1" version="1"}%
---+!! %TOPIC%
<!--
* Set SHORTDESCRIPTION = jQuery <nop>JavaScript library for Foswiki
Expand Down Expand Up @@ -123,6 +123,7 @@ reduce bandwidth and speed up interactive performance.
%$DEPENDENCIES%

---++ Change History
| 24 Sep 2015: | (6.30) - reworked the way how preferences are propagated from backend to javascript not to use unsafe inline scripts anymore |
| 04 Sep 2015: | (6.20) - improvements to jquery.wikiword, jquery.loader; adding html5-data capabilities to plugin initialization; added jquery-1.11.3 and jquery-2.1.4 |
| 16 Jun 2015: | (6.13) - Item13460: JQICON fails to render !FontAwesome icons. |
| 30 Apr 2015: | (6.11) - Item13389: datepicker initializaiton problem; datepicker z-index problem; pushy tooltips not hidden when typing into an input field; error in jquery.foswiki api getPubUrlPath |
Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Expand Up @@ -24,8 +24,8 @@ BEGIN {
}
}

our $VERSION = '6.21';
our $RELEASE = '16 Sep 2015';
our $VERSION = '6.30';
our $RELEASE = '24 Sep 2015';
our $SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down

This file was deleted.

0 comments on commit 3479a97

Please sign in to comment.