Releases: centralnicgroup-opensource/rtldev-middleware-whmcs
Releases · centralnicgroup-opensource/rtldev-middleware-whmcs
v3.0.8
3.0.8 (2020-05-28)
Bug Fixes
- ci: fixed version update process (7ce9773), closes #148
v3.0.7
3.0.7 (2020-05-28)
Bug Fixes
- statistics: review how to better load addon module versions (013117e)
v3.0.6
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
3.0.5 (2020-05-20)
Bug Fixes
- registerdomain: revert previous change (customer issue was a missing whmcs config) (4355d2c)
v3.0.4
3.0.4 (2020-05-20)
Bug Fixes
- registerdomain, savecontactdetails: use $origparams instead of $params (37b2ee5)
v3.0.3
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
3.0.2 (2020-04-27)
Bug Fixes
- tld & pricing sync: support maria db (unsupported column type
json
) (35c3367)
v3.0.1
3.0.1 (2020-04-27)
Bug Fixes
- dep-bump: upgrade helper module (0b30051)
v3.0.0
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
2.7.1 (2020-04-27)
Bug Fixes
- hooks: renaming variable names (conflicting with stripe payment gateway for any reason) (76ce8ea)