Skip to content

Commit

Permalink
Item11917: Update simplemodal to 1.4.2
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@14941 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 31, 2012
1 parent a68e3dd commit 6248b1d
Show file tree
Hide file tree
Showing 4 changed files with 418 additions and 168 deletions.
1 change: 1 addition & 0 deletions JQueryPlugin/data/System/JQueryPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ reduce bandwidth and speed up interactive performance.
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 01 Jun 2012: | (4.42) - simplemodal updated to 1.4.2. |
| 23 May 2012: | (4.41) - Item11889. \
added means to hide the close button on textboxlist values; \
docu improvements to textboxlixst and pnotify |
Expand Down
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use vars qw(
);

$VERSION = '$Rev$';
$RELEASE = '4.41';
$RELEASE = '4.42';
$SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
$NO_PREFS_IN_TOPIC = 1;

Expand Down
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 => 'SimpleModal',
version => '1.2.3',
version => '1.4.2',
author => 'Eric Martin',
homepage => 'http://www.ericmmartin.com/projects/simplemodal',
css => ['jquery.simplemodal.css'],
Expand Down
Loading

0 comments on commit 6248b1d

Please sign in to comment.