Skip to content

Commit

Permalink
Update to release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nullivex committed Mar 29, 2019
1 parent f3813a3 commit a91f18a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
/vendor
/composer.lock
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ More complete references can be found here

## Changelog

### 1.0.0
* Add ability for callbacks during processing to check status.

### 0.5.1
* Fix fata error when the array passed is empty fixed by pull request #6

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openlss/lib-array2xml"
,"homepage": "http://openlss.org"
,"homepage": "https://www.nullivex.com"
,"description": "Array2XML conversion library credit to lalit.org"
,"license": "Apache-2.0"
,"type": "library"
Expand All @@ -13,13 +13,13 @@
,"authors": [
{
"name": "Bryan Tong"
,"email": "contact@nullivex.com"
,"homepage": "http://bryantong.com"
,"email": "bryan@nullivex.com"
,"homepage": "https://www.nullivex.com"
}
,{
"name": "Tony Butler"
,"email": "spudz76@gmail.com"
,"homepage": "http://openlss.org"
,"homepage": "https://www.nullivex.com"
}
]
,"require": {
Expand Down

0 comments on commit a91f18a

Please sign in to comment.