Skip to content

Commit

Permalink
Item15181: update to jquery-3.6.3
Browse files Browse the repository at this point in the history
- remove previous jquery-3.x packages
- updated jquery.migrate
  • Loading branch information
MichaelDaum committed Jan 19, 2023
1 parent 1fb2a0a commit 20e1f7f
Show file tree
Hide file tree
Showing 9 changed files with 531 additions and 11,147 deletions.
5 changes: 3 additions & 2 deletions 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="1657870720" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1674140310" 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%"}%
| 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 \
- Item15158: updated to jquery-ui 1.13.2 |
| 07 Jul 2022: | (10.40) - Item15155: added foswiki.spaceOutWikiWord() to javascript API |
Expand Down Expand Up @@ -437,7 +438,7 @@ required for Foswiki 1.1 or later.

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="ProjectContributor"}%
%META:FIELD{name="Copyright" title="Copyright" value="2007-2022 Foswiki Contributors https://foswiki.org"}%
%META:FIELD{name="Copyright" title="Copyright" value="2007-2023 Foswiki Contributors https://foswiki.org"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Home" title="Home" value="Foswiki:Extensions/%25$ROOTMODULE%25"}%
%META:FIELD{name="License" title="License" value="GPL"}%
Expand Down
6 changes: 3 additions & 3 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.41';
our $RELEASE = '15 Jul 2022';
our $VERSION = '10.50';
our $RELEASE = '19 Jan 2023';
our $SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;
our $iconService;
Expand Down Expand Up @@ -484,7 +484,7 @@ sub _inlineError {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2010-2022 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2010-2023 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ $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.5.1, jquery-3.6.0**
# Note that jquery-3 is still rather experimental. You will most probably encounter problems with other modules.
# **SELECT jquery-2.2.4, jquery-3.6.3**
# 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';

# **SELECT ,base, flickr, foswiki, lightness, redmond, smoothness **
Expand Down
9 changes: 3 additions & 6 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +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.5.1.js 0644
pub/System/JQueryPlugin/jquery-3.5.1.js.gz 0644
pub/System/JQueryPlugin/jquery-3.5.1.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-3.6.0.js 0644
pub/System/JQueryPlugin/jquery-3.6.0.js.gz 0644
pub/System/JQueryPlugin/jquery-3.6.0.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/Makefile 0644
pub/System/JQueryPlugin/Makefile.include 0644
pub/System/JQueryPlugin/noconflict.js 0644
Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MIGRATE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'Migrate',
version => '3.3.1',
version => '3.4.0',
author => 'jQuery Foundation, Inc. and other contributors',
homepage => 'https://github.com/jquery/jquery-migrate/',
javascript => ['jquery.migrate.js'],
Expand All @@ -50,7 +50,7 @@ sub new {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2010-2020 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2010-2023 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
3 changes: 1 addition & 2 deletions JQueryPlugin/pub/System/JQueryPlugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ SUBDIRS=plugins
TARGET=\
noconflict.js \
jquery-2.2.4.js \
jquery-3.5.1.js \
jquery-3.6.0.js
jquery-3.6.3.js

-include Makefile.include
Loading

0 comments on commit 20e1f7f

Please sign in to comment.