Skip to content

Releases: centralnicgroup-opensource/rtldev-middleware-whmcs

v3.0.8

28 May 14:48
Compare
Choose a tag to compare

3.0.8 (2020-05-28)

Bug Fixes

  • ci: fixed version update process (7ce9773), closes #148

v3.0.7

28 May 11:20
Compare
Choose a tag to compare

3.0.7 (2020-05-28)

Bug Fixes

  • statistics: review how to better load addon module versions (013117e)

v3.0.6

25 May 09:08
Compare
Choose a tag to compare

3.0.6 (2020-05-25)

This release mainly targets reported issues around PHP 5.6. We were still using mysql_* functions which still worked fine in PHP 5 and 7, but were reported by the compatibility check tool for review.
If you're using the previous version under PHP 7, there's no need to upgrade.

Bug Fixes

  • phpcompatibility: added process to check for PHP compatibility (4bacc24)
  • phpcompatibility: use of PDO instead of mysql_* functions (up to now not a problem) (b52d0bf)
  • phpstyle: use double quotes instead of single quotes (and fixes for PHP 5) (2c1e7d0)

v3.0.5

20 May 13:22
Compare
Choose a tag to compare

3.0.5 (2020-05-20)

Bug Fixes

  • registerdomain: revert previous change (customer issue was a missing whmcs config) (4355d2c)

v3.0.4

20 May 09:25
Compare
Choose a tag to compare

3.0.4 (2020-05-20)

Bug Fixes

  • registerdomain, savecontactdetails: use $origparams instead of $params (37b2ee5)

v3.0.3

27 Apr 19:41
Compare
Choose a tag to compare

3.0.3 (2020-04-27)

Bug Fixes

  • tld & pricing sync: support maria db (unsupported column type json) - follow-up fix (4146a06)

v3.0.2

27 Apr 10:31
Compare
Choose a tag to compare

3.0.2 (2020-04-27)

Bug Fixes

  • tld & pricing sync: support maria db (unsupported column type json) (35c3367)

v3.0.1

27 Apr 08:46
Compare
Choose a tag to compare

3.0.1 (2020-04-27)

Bug Fixes

  • dep-bump: upgrade helper module (0b30051)

v3.0.0

27 Apr 08:11
Compare
Choose a tag to compare

3.0.0 (2020-04-27)

improvement

  • php-sdk: migrate to PHP-SDK to get connector code replaced (870b6b3)

BREAKING CHANGES

  • php-sdk: replaced connector code with the use of our PHP-SDK which is built for that
    purpose.

NOTE: This release also requires upgrading ALL our other modules in addition as we refactored the API communication into a better direction.

v2.7.1

27 Apr 06:48
Compare
Choose a tag to compare

2.7.1 (2020-04-27)

Bug Fixes

  • hooks: renaming variable names (conflicting with stripe payment gateway for any reason) (76ce8ea)