Releases: bryan-ente/cryptolens-php
Releases · bryan-ente/cryptolens-php
v1.3
v1.2
v1.2
- All API classes can now directly be used from the Cryptolens base class
- Analytics class no longer extends Cryptolens base class
- removed php closing tag within classes and excess empty lines
- added documentation for internal functions
- quality improvements
- added php class headers
v1.1
v1.1
- added support to User authentication endpoints login, register, associate, dissociate, getUsers, changePassword, resetPasswordToken, removeUser
- added support to Customer endpoint get_customer_licenses_by_secret
v1.0
v1.0
- added support to Data endpoints
addDataObject,listDataObject,incrementIntValue,decrementIntValue,setStringValue,setIntValue,removeDataObject,uploadValues - added support for License file validation
License.cryptolens.php:verifyLicenseKey,verifyLicenseFromFileContent. SeeREADME.mdfor configuration
v0.9
v0.9
- added error handler class
Errors.cryptolens.phpwhich will now return you the respectful errors and logs them into files. - added support to Analytics endpoints
registerEvent,getEvents,getObjectLog,getWebAPILog - added examples
v0.8
- added support to Customer endpoints
addCustomer,editCustomer,removeCustomer,getCustomerLicensesandgetCustomers
v0.7
v0.7
- added support to Subscription endpoint
record_usage - corrected
groupattribute inPaymentForm.cryptolens.php
v0.6
- added support to Reseller endpoints
addReseller,editReseller,removeReseller,getResellersandgetResellerCustomers
v0.4.3
v0.4.3
$additional_flagsis now parsed correctly to theHelper::build_params()function- booleans are now parsed correctly to the Cryptolens API
- added support for Payment Form endpoint
createSession - updated
README.mdwith another Code Example and updated the current status of the machine ID generation - small changes to the
composer.json - fixed return values for
Key::activate()to now return arrays on errors to be compliant with theHelper::outputHelper()function
v0.4.2
- fixed require path for
Cryptolens::loader()-function
v0.5
v0.5
- now supporting the Messages endpoints
createMessage,removeMessageandgetMessages - rewritten some error messages
V0.4.1
This is a stable version of the current supported endpoints of the Cryptolens PHP Client.
Check out the README.md and aswell as the CHANGELOG.md for recent changes and a tutorial.