Joomla DLL Specifics

Build 1501 on 14/Nov/2017  This topic last edited on: 28/Oct/2016, at 11:47

A couple of changes have been implemented in both the JoeBlogs and the XML-RPC.NET DLLs: this is because we need to be able to accept integers returned as <string> by some XML-RPC implementations (like Joomla's).

XML-RPC.NET allows this parameter to be set, but a bug has been re-introduced in the currently available version, which doesn't check if the field is set.

A fix is implemented in the DLL.

JoeBlogs doesn't provide a setter for this property, so we added a method to set it.

Other than this, the two DLLs are as provided by the authors.