Skip to content

Commit

Permalink
Item15214: upgrade jquery-3
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 4, 2023
1 parent 3da9e6e commit b409750
Show file tree
Hide file tree
Showing 9 changed files with 919 additions and 1,158 deletions.
2 changes: 1 addition & 1 deletion JQueryPlugin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ igp_*
/JQueryPlugin_installer
/JQueryPlugin_installer.pl
/pub/System/JQueryPlugin/jquery-2.2.4.js
/pub/System/JQueryPlugin/jquery-3.6.3.js
/pub/System/JQueryPlugin/jquery-3.7.1.js
/pub/System/JQueryPlugin/plugins/fontawesome/icon-animate.css
pub/System/JQueryPlugin/plugins/fontawesome/git-fontawesome-animation/
/pub/System/JQueryPlugin/noconflict.js
Expand Down
3 changes: 2 additions & 1 deletion JQueryPlugin/data/System/JQueryPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1682493842" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1693824303" format="1.1" version="1"}%
---+!! %TOPIC%
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -125,6 +125,7 @@ required for Foswiki 1.1 or later.

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 04 Sep 2023: | (10.60) - Item15214: updated to jquery-3.7.1 |
| 26 Apr 2023: | (10.51) - Item15190: fixed potential XSS vulnerability in jQuery-2 |
| 19 Jan 2023: | (10.50) - Item15181: update to jquery-3.6.3, remove previous jquery-3.x packages |
| 15 Jul 2022: | (10.41) - Item15157: updated to jquery.validate 1.19.5 \
Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ BEGIN {
}
}

our $VERSION = '10.51';
our $RELEASE = '25 Apr 2023';
our $VERSION = '10.60';
our $RELEASE = '04 Sep 2023';
our $SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;
our $iconService;
Expand Down
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $Foswiki::cfg{JQueryPlugin}{NoConflict} = 0;
# a newer jQuery library. Starting with jquery-1.9.1 all deprecated methods have been removed from it and put into the "migrate" plugin.
$Foswiki::cfg{JQueryPlugin}{DefaultPlugins} = '';

# **SELECT jquery-2.2.4, jquery-3.6.3**
# **SELECT jquery-2.2.4, jquery-3.7.1**
# Note that jquery-3 is not tested on Foswiki. You will most probably encounter problems with other modules.
$Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-2.2.4';

Expand Down
6 changes: 3 additions & 3 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ pub/System/JQueryPlugin/images/spinner.gif 0644
pub/System/JQueryPlugin/jquery-2.2.4.js 0644
pub/System/JQueryPlugin/jquery-2.2.4.js.gz 0644
pub/System/JQueryPlugin/jquery-2.2.4.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-3.6.3.js 0644
pub/System/JQueryPlugin/jquery-3.6.3.js.gz 0644
pub/System/JQueryPlugin/jquery-3.6.3.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-3.7.1.js 0644
pub/System/JQueryPlugin/jquery-3.7.1.js.gz 0644
pub/System/JQueryPlugin/jquery-3.7.1.uncompressed.js 0644
pub/System/JQueryPlugin/Makefile 0644
pub/System/JQueryPlugin/Makefile.include 0644
pub/System/JQueryPlugin/noconflict.js 0644
Expand Down
2 changes: 1 addition & 1 deletion JQueryPlugin/pub/System/JQueryPlugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ SUBDIRS=plugins
TARGET=\
noconflict.js \
jquery-2.2.4.js \
jquery-3.6.3.js
jquery-3.7.1.js

-include Makefile.include
Loading

0 comments on commit b409750

Please sign in to comment.