diff --git a/JQueryPlugin/data/System/JQueryPlugin.txt b/JQueryPlugin/data/System/JQueryPlugin.txt index b17c662164..35fb1801fb 100644 --- a/JQueryPlugin/data/System/JQueryPlugin.txt +++ b/JQueryPlugin/data/System/JQueryPlugin.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" comment="" date="1473163788" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" comment="" date="1481600913" format="1.1" version="1"}% ---+!! %TOPIC% %FORMFIELD{"Description"}% @@ -125,6 +125,16 @@ required for Foswiki 1.1 or later. ---++ Change History %TABLE{columnwidths="7em" tablewidth="100%"}% +| 12 Dec 2016: | (7.20) - Item10918: Improve javascript api to address individual tabs. \ + - Item14172: jquery.stars width incorrect in modal dialogs. \ + - Item14173: Invalid call foswiki.getScriptUrl() in foswiki.getPreference(). \ + - Item14226: Performance improvements to $.i18n(). \ + - Item14227: Potential use of uninitialized value in a rating formfield. \ + - Item14228: Upgrade JQueryPlugin to blockui 2.70. \ + - Item14229: Upgrade JQueryPlugin to jsrender 0.9.83. \ + - Item14230: jquery.maskedinput initializer does not match documentation. \ + - Item14250: wait for images by default in jquery.masonry. \ + - Item14251: Remove non-functional caching of dialogs loaded via ajax. | | 06 Sep 2016: | (7.10) - Item14121: reimplement jquery.stars using SVGs now; \ - Item14120: remove outdate compression tools; \ - Item13206: upgrade to jquery-ui; added jQuery-1.12.4 / jQuery-2.2.4; \ diff --git a/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm b/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm index 21ba52081e..0097ede2bc 100644 --- a/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm +++ b/JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm @@ -25,7 +25,7 @@ BEGIN { } our $VERSION = '7.20'; -our $RELEASE = '22 Nov 2016'; +our $RELEASE = '12 Dec 2016'; our $SHORTDESCRIPTION = 'jQuery JavaScript library for Foswiki'; our $NO_PREFS_IN_TOPIC = 1; diff --git a/core/data/System/ReleaseNotes02x01.txt b/core/data/System/ReleaseNotes02x01.txt index 9cf1dd0dd7..f138d9938c 100644 --- a/core/data/System/ReleaseNotes02x01.txt +++ b/core/data/System/ReleaseNotes02x01.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1481073552" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1481600913" format="1.1" version="1"}% %META:TOPICPARENT{name="ReleaseHistory"}% ---+!! Foswiki Release 2.1.1 @@ -371,9 +371,12 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel | [[%BUGS%/Item14216][Item14216]] | MailerContrib mailnotify fails with wide character print when run from Web when unicode webnames are in use. | | [[%BUGS%/Item14218][Item14218]] | EditRowPlugin: edit button does not work when using Internet Explorer. | | [[%BUGS%/Item14227][Item14227]] | Potential use of uninitialized value in a rating formfield. | +| [[%BUGS%/Item14235][Item14235]] | Sanitize some template fields. | | [[%BUGS%/Item14236][Item14236]] | EditTablePlugin doesn't create compressed / gzipped css and js. | | [[%BUGS%/Item14238][Item14238]] | Documentation for the reverted META:CREATEINFO is still in the release. | | [[%BUGS%/Item14249][Item14249]] | Foswiki::Net uses userinfo functions not available in older versions of LWP. | +| [[%BUGS%/Item14250][Item14250]] | Wait for images by default in jquery.masonry. | +| [[%BUGS%/Item14251][Item14251]] | Remove non-functional caching of dialogs loaded via ajax. | ---+++ Enhancements