Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
gggeek committed Dec 2, 2017
1 parent feff3c4 commit 327f119
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ FIND=find

#### DO NOT TOUCH FROM HERE ONWARDS ###

export VERSION=0.6
export VERSION=0.6.2
# better alternative: try to recover version number from code
#export VERSION=$(shell egrep "\$GLOBALS *\[ *'xmlrpcVersion' *\] *= *'" xmlrpc.inc | sed -r s/"(.*= *' *)([0-9a-zA-Z.-]+)(.*)"/\\2/g )

10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
XML-RPC for PHP EXTRAS version 0.6.2 - 2017/12/2

* Fix class autoloading when trying to install the package via Composer (thanks gmpf)


XML-RPC for PHP EXTRAS version 0.6.1 - 2017/10/29

* Security fix: avoid one XSS in class documenting_xmlrpc_server


XML-RPC for PHP EXTRAS version 0.6 - 2017/3/14

* Accept non-standard options in calls to xmlrpc_encode_request

0 comments on commit 327f119

Please sign in to comment.