Skip to content

Commit

Permalink
Item11256: Bump release version properly
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@13093 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Nov 16, 2011
1 parent 66663fe commit f6b9ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JSCalendarContrib/data/System/JSCalendarContrib.txt
Expand Up @@ -125,7 +125,7 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | |
| ?? ??? 20?? | 1.4.3: Foswikitask:Item11256 - fixed typo preventing JSCalendarContribInline from loading =foswikiDate.js=. Thanks to Foswiki:Main.FlorianSchlichting |
| 17 Nov 2011 | 1.4.3: Foswikitask:Item11256 - fixed typo preventing JSCalendarContribInline from loading =foswikiDate.js=. Thanks to Foswiki:Main.FlorianSchlichting |
| 15 Nov 2011 | 1.4.2: Foswikitask:Item11195 - fixed decrementing dates when using servertime in timezones west of GMT. |
| 27 Sep 2011 | 1.4.1: Michael Daum: fixed date widget in jQuery no-conflict mode |
| 19 Aug 2011 | 1.4.0: Arthur Clemens: Prevent that an empty data form field gets prefilled with a 1970 date. Prevent javascript error if input field value is not a date. Send a =change= event when setting the date value. |
Expand Down
2 changes: 1 addition & 1 deletion JSCalendarContrib/lib/Foswiki/Contrib/JSCalendarContrib.pm
Expand Up @@ -19,7 +19,7 @@ use warnings;
use Foswiki::Func (); # The plugins API

our $VERSION = '$Rev$';
our $RELEASE = '1.4.2';
our $RELEASE = '1.4.3';
our $SHORTDESCRIPTION =
"[[http://dynarch.com/mishoo/calendar.epl][Mishoo JSCalendar]] date and time picker, packaged for use by plugins, skins and add-ons";

Expand Down

0 comments on commit f6b9ed0

Please sign in to comment.