Skip to content

Commit

Permalink
Item14631: Bump versions for compatibilty
Browse files Browse the repository at this point in the history
 NatEditPlugin, WysiwygPlugin and TinyMCEPlugin all need to be updated
 to latest versions for proper interoperation due to API changes
 in TinyMCE Editor.
  • Loading branch information
gac410 committed Apr 5, 2018
1 parent 7519b1b commit 1d9800f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions NatEditPlugin/data/System/NatEditPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1519519181" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1522901969" format="1.1" version="1"}%
---+!! Natural Edit Plugin
%TOC%

Expand Down Expand Up @@ -56,7 +56,8 @@ is sufficient.

| Copyright ©: | 2007-2018 Michael Daum http://michaeldaumconsulting.com |
| Change History: | |
| 25 Feb 2018 | Foswikitask:Item14630: Topic ACLs are lost when copying to a new topic, and when editing some topics.<br/>\
| 04 Apr 2018 (9.30) | Foswiki 2.2 - Foswikitask:Item14631: Compatibilty issues with new TinyMCE API. |
| 25 Feb 2018 (9.21) | Foswikitask:Item14630: Topic ACLs are lost when copying to a new topic, and when editing some topics.<br/>\
Foswikitask:Item14632: Topic autocompletion not functional.<br/>\
Foswikitask:Item14634: Use jquery.i18n for translations in jquery.natedit |
| 18 Dec 2017 | Foswikitask:Item14586: fixed height computation of natedit textarea |
Expand Down Expand Up @@ -188,4 +189,4 @@ is sufficient.
%META:FIELD{name="License" title="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/%25$ROOTMODULE%25"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%25$ROOTMODULE%25"}%
%META:FILEATTACHMENT{name="screenshot1.png" attr="h" comment="" date="1519519181" size="64487" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot1.png" attr="h" comment="" date="1522901969" size="64487" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions NatEditPlugin/lib/Foswiki/Plugins/NatEditPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ BEGIN {
}
}

our $VERSION = '9.21';
our $RELEASE = '25 Feb 2018';
our $VERSION = '9.30';
our $RELEASE = '04 Apr 2018';
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION = 'A Wikiwyg Editor';
our $baseWeb;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Foswiki::Plugins::WysiwygPlugin,>=1.2.0,perl,Translator module
Foswiki::Plugins::WysiwygPlugin,>=1.38,perl,Translator module
Foswiki::Plugins::JQueryPlugin,>=6.00,perl,Required JQuery library
6 changes: 3 additions & 3 deletions WysiwygPlugin/data/System/WysiwygPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1512791273" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1522901969" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Wysiwyg Plugin
<!--
Expand Down Expand Up @@ -185,7 +185,7 @@ Many thanks to the following sponsors for supporting this work:
* [[http://twiki.net][TWIKI.NET]]

| Copyright | &copy; ILOG 2005 http://www.ilog.fr %BR% \
&copy; 2008-2015 Foswiki Contributors |
&copy; 2008-2018 Foswiki Contributors |
| Change History: | |
| 1.36 (08 Dec 2017) | Foswikitask:Item14554: remove link to unused wikiring.com domain |
| 1.35 (04 Apr 2017) | Foswikitask:Item2489: WysiwygPlugin Constants should use export instead of aliasing it to some WC module <br/>\
Expand Down Expand Up @@ -288,4 +288,4 @@ Many thanks to the following sponsors for supporting this work:
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%25$ROOTMODULE%25"}%
%META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1512791273" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1522901969" size="1343" user="ProjectContributor" version="1"}%
6 changes: 3 additions & 3 deletions WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ BEGIN {
our $SHORTDESCRIPTION = 'Translator framework for WYSIWYG editors';
our $NO_PREFS_IN_TOPIC = 1;

our $VERSION = '1.37';
our $RELEASE = '08 Dec 2017';
our $VERSION = '1.38';
our $RELEASE = '04 Apr 2018';

our %xmltag;

Expand Down Expand Up @@ -384,7 +384,7 @@ sub modifyHeaderHandler {
__END__
Module of Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2017 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2018 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

0 comments on commit 1d9800f

Please sign in to comment.