Skip to content

Commit

Permalink
Released/tagged 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Apr 29, 2015
1 parent 05cf826 commit 847d484
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Array2XML.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
* Version: 0.8 (02 May 2012)
* - Removed htmlspecialchars() before adding to text node or attributes.
*
* Version: 1.0 (29 April 2015)
* - Copied to GitHub by RQuadling.
*
* Usage:
* $xml = Array2XML::createXML('root_node_name', $php_array);
* echo $xml->saveXML();
Expand Down
3 changes: 3 additions & 0 deletions src/XML2Array.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
* Version: 0.2 (04 Mar 2012)
* Fixed typo 'DomDocument' to 'DOMDocument'
*
* Version: 1.0 (29 April 2015)
* - Copied to GitHub by RQuadling.
*
* Usage:
* $array = XML2Array::createArray($xml);
*/
Expand Down

0 comments on commit 847d484

Please sign in to comment.