Releases: Ente/cryptolens-php
Releases · 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.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.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