Releases: SynergyWholesale/WHMCS-Domains-Module
Releases · SynergyWholesale/WHMCS-Domains-Module
Release v2.4.0
What's Changed
- fix: parse dns type value to int before switch by @Sn0wCrack in #83
- feat: add organisation field to domain contacts form by @sumeetish in #84
- fix: hide url email forwarding when dns type is disabled by @sumeetish in #87
- feat: add dns management option to side bar by @sumeetish in #85
- fix: log response as either string or array by @jacobv123 in #80
- bugfix/SW-2085-WHMCS-Domain-Module-does-not-sync-Pending-Transfer-domains by @LlamaDuckGoose in #86
- Release 2022-06-09 by @Sn0wCrack in #88
New Contributors
- @sumeetish made their first contribution in #84
- @jacobv123 made their first contribution in #80
Full Changelog: v2.3.1...v2.4.0
Release v2.3.1
chore: update changelog
Release v2.3.0
2.3.0 [Updated 22/03/2022]
Added
- Direct .au support, read more on how to set up here: https://synergywholesale.com/faq/article/setting-up-au-direct-with-synergy-wholesales-domain-registrar-module/
- additionalfields.php for .au and direct .au priority application data
Release v2.2.10
Merge pull request #78 from sumeeti-sharma/improvement/SW-2095-fixed-…
Release v2.2.9
Update CHANGELOG.md (#76)
Release v2.2.8
Added separate fields for SRV records (#72) * Added separate fields for SRV records * Fixed visual bug with prio
Release v2.2.5
Bugfix/sw 1873 whmcs pending registration status does not work (#68) * Added support for register_manual status * Added hook to fix register * Added Changelog * fixed bug * removed unneeded code * added registrar check Co-authored-by: Luke McMahon <lukemcmahon96@gmail.com>
Release v2.2.2
Hotfix/dont delete record after edit (#63) * fix: check if recordType is NOT undefined * fix: actually fix the issue * chore: update changelogs Co-authored-by: Luke McMahon <lmcmahon@nexigen.digital>
Release v2.2.1
Respect TLD level DNS and Email Forwarding management options (#55) * fix: respect TLD addon management configuration Currently if a TLD has management options disabled we still inform their customers that they can enable the addon, we should only disable the DNS options section if it's enabled on the domain (an override) or enabled in the mangement options for the TLD * fix: should be checking request option Co-authored-by: Luke McMahon <lukemcmahon96@gmail.com>
Release v2.2.0
fix: more build issues resolved (#54) fixes issues with builds not working on php 8 with ubuntu-latest