This repository was archived by the owner on Nov 21, 2019. It is now read-only.
File tree 2 files changed +2
-22
lines changed
2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -129,29 +129,8 @@ Understanding the type of message you are getting from the API could be useful.
129
129
130
130
## License & Credits
131
131
132
- This software is published under the [ MIT License] ( http://en.wikipedia.org/wiki/MIT_License ) .
133
-
134
132
###### OAuthSimple
135
133
OAuthsimple.php contains minor adaptations from the OAuthSimple PHP class by [ United Heroes] ( http://unitedheroes.net/OAuthSimple/ ) .
136
134
137
135
###### tmhOAuth
138
136
XeroOAuth class is based on code and structure derived from the [ tmhOAuth] ( https://github.com/themattharris/tmhOAuth ) library.
139
-
140
- ## Major change history
141
-
142
- #### 0.4 - 29th September 2014
143
-
144
- Merged a some pull requests, addressed an issue with multiple calls having signature validation issues.
145
-
146
- #### 0.3 - 3rd January 2014
147
-
148
- Merged a number of pull requests, tidied up formatting and extended sample tests.
149
-
150
- #### 0.2 - 13th May 2013
151
-
152
- Merged to master, added more tests and improved security handling for partner API apps.
153
-
154
-
155
- #### 0.1 - 10th May 2013
156
-
157
- Initial release candidate prepared and released to 'refactor' branch.
Original file line number Diff line number Diff line change 8
8
},
9
9
"autoload" : {
10
10
"classmap" : [" lib/" ]
11
- }
11
+ },
12
+ "license" : " MIT"
12
13
}
You can’t perform that action at this time.
0 commit comments