Skip to content

Releases: Ente/cryptolens-php

v1.2

18 Nov 01:22
2e864f0
Compare
Choose a tag to compare

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

30 Oct 01:10
Compare
Choose a tag to compare

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

09 Sep 15:05
1f338da
Compare
Choose a tag to compare

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. See README.md for configuration

v0.9

14 May 23:48
6dc9dab
Compare
Choose a tag to compare

v0.9

  • added error handler class Errors.cryptolens.php which 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, getCustomerLicenses and getCustomers

v0.7

29 Jan 23:02
2e31d1e
Compare
Choose a tag to compare

v0.7

  • added support to Subscription endpoint record_usage
  • corrected group attribute in PaymentForm.cryptolens.php

v0.6

  • added support to Reseller endpoints addReseller, editReseller, removeReseller, getResellers and getResellerCustomers

v0.4.3

14 Jan 16:11
Compare
Choose a tag to compare

v0.4.3

  • $additional_flags is now parsed correctly to the Helper::build_params() function
  • booleans are now parsed correctly to the Cryptolens API
  • added support for Payment Form endpoint createSession
  • updated README.md with 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 the Helper::outputHelper() function

v0.4.2

  • fixed require path for Cryptolens::loader()-function

v0.5

21 Jan 17:24
4bf38ab
Compare
Choose a tag to compare

v0.5

  • now supporting the Messages endpoints createMessage, removeMessage and getMessages
  • rewritten some error messages

V0.4.1

13 Jan 00:13
Compare
Choose a tag to compare

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.