Skip to content

Commit

Permalink
Item12583: reverting version string to simple floats for compatibilit…
Browse files Browse the repository at this point in the history
…y reasons

Item12677: remove JSON::XS from DEPENDENCIES file. the code already use JSON which will load the best JSON::... in your @inc already.



git-svn-id: http://svn.foswiki.org/trunk/JsonRpcContrib@17131 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Dec 11, 2013
1 parent 8aa7caf commit 875e50f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion data/System/JsonRpcContrib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ If a namespace, method, or parameters are specified as part of a JSON-RPC reques
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 30 May 2013: | Foswiki:Main/CrawfordCurrie added support for serialising objects, and rewrote some of the documentation |
| 11 Dec 2013: | removed dependency on JSON::XS |
| 30 May 2013: | added support for serialising objects, and rewrote some of the documentation (Foswiki:Main/CrawfordCurrie) |
| 20 Mar 2013: | added feature to define handlers in !LocalSite.cfg (Config.spec) so that pure contribs can implement backends now |
| 1 Oct 2012: | added the async flag to the =$.jsonRpc= frontend to =$.ajax= |
| 2 Aug 2012: | fixed json2 not loaded in IE7 (Foswiki:Main/JanKrueger) |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/JsonRpcContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ use warnings;
=cut

use version; our $VERSION = version->declare("v2.1.0");
our $RELEASE = '30 May 2013';
our $VERSION = '2.11';
our $RELEASE = '2.11';
our $SHORTDESCRIPTION = 'JSON-RPC interface for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;
our $SERVER;
Expand Down
3 changes: 1 addition & 2 deletions lib/Foswiki/Contrib/JsonRpcContrib/DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
JSON,>=2.17,cpan,Required. Available from the CPAN archive.
JSON::XS,>=2.27,cpan,Required. Available from the CPAN archive.
JSON,>=2.59,cpan,Required. Available from the CPAN archive.

0 comments on commit 875e50f

Please sign in to comment.