forked from salesforce-marketingcloud/FuelSDK-PHP
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V1.0.0 (salesforce-marketingcloud#73)
v1.0.0 initial commit
- Loading branch information
1 parent
f204917
commit b410f09
Showing
329 changed files
with
74,377 additions
and
4,950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ config.php | |
/objsamples/AllTest.bat | ||
.DS_Store | ||
objsamples/sample-testing.php | ||
/vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 1.0.0 (2017-07-18) | ||
|
||
### New Features | ||
|
||
* **mcrypt :** mcrypt dependency removed. | ||
* **proxy :** added proxy server support. | ||
* **jwt :** jwt.php is removed from project source structure and added as dependency. | ||
* **soap-wsse :** soap-wsse.php is removed from project source structure and added as dependency. | ||
* **code refactor :** code refactored to individual class files. (under src/ directory) | ||
* **unit test :** added unit test cases (happy path for now) using phpunit testing framework. (under tests/ directory) | ||
* **API docs :** added API documentation using phpdocumentor framework. (under docs/ directory) | ||
* **auto loader :** integrated auto loader (spl_autoload_register) for all source code under src/, tests/, objsamples/ directory. |
Oops, something went wrong.