Skip to content

Commit

Permalink
Item13883: fixed version of ui modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jan 17, 2023
1 parent 34663ca commit 4ed7a43
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 24 deletions.
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/ACCORDION.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::ACCORDION;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin ();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Accordion',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/accordion/',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::AUTOCOMPLETE;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Autocomplete',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/autocomplete/',
Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/BUTTON.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Foswiki::Plugins::JQueryPlugin::UI::BUTTON;
use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -29,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Button',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/button/',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::DATEPICKER;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Datepicker',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/datepicker/',
Expand Down
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/DIALOG.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::DIALOG;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Dialog',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/dialog/',
Expand Down
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/DRAGGABLE.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::DRAGGABLE;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Draggable',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/draggable/',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::PROGRESSBAR;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Progressbar',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/progressbar/',
Expand Down
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/RESIZABLE.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::RESIZABLE;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Resizable',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/resizable/',
Expand Down
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/SLIDER.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::SLIDER;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Slider',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/slider/',
Expand Down
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/SPINNER.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::SPINNER;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Spinner',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/spinner/',
Expand Down
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/TABS.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::TABS;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Tabs',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/tabs/',
Expand Down
5 changes: 3 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI/TOOLTIP.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See bottom of file for license and copyright information
package Foswiki::Plugins::JQueryPlugin::UI::TOOLTIP;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugin;
use Foswiki::Plugins::JQueryPlugin::Plugin();
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
Expand All @@ -28,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI::Tooltip',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/tooltip/',
Expand Down

0 comments on commit 4ed7a43

Please sign in to comment.