Skip to content

Commit a91f18a

Browse files
committed
Update to release 1.0.0
1 parent f3813a3 commit a91f18a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.idea
12
/vendor
23
/composer.lock

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ More complete references can be found here
5555

5656
## Changelog
5757

58+
### 1.0.0
59+
* Add ability for callbacks during processing to check status.
60+
5861
### 0.5.1
5962
* Fix fata error when the array passed is empty fixed by pull request #6
6063

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openlss/lib-array2xml"
3-
,"homepage": "http://openlss.org"
3+
,"homepage": "https://www.nullivex.com"
44
,"description": "Array2XML conversion library credit to lalit.org"
55
,"license": "Apache-2.0"
66
,"type": "library"
@@ -13,13 +13,13 @@
1313
,"authors": [
1414
{
1515
"name": "Bryan Tong"
16-
,"email": "contact@nullivex.com"
17-
,"homepage": "http://bryantong.com"
16+
,"email": "bryan@nullivex.com"
17+
,"homepage": "https://www.nullivex.com"
1818
}
1919
,{
2020
"name": "Tony Butler"
2121
,"email": "spudz76@gmail.com"
22-
,"homepage": "http://openlss.org"
22+
,"homepage": "https://www.nullivex.com"
2323
}
2424
]
2525
,"require": {

0 commit comments

Comments
 (0)