diff --git a/.gitignore b/.gitignore index de4a392..1ee4bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.idea /vendor /composer.lock diff --git a/README.md b/README.md index 50b6293..d3207ce 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 0a514c9..7471231 100644 --- a/composer.json +++ b/composer.json @@ -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" @@ -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": {