Skip to content

Commit

Permalink
Fixed support for PHP 7.2 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Hall committed Feb 7, 2020
1 parent 3955ab8 commit aae8da7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Synergy Wholesale WHMCS Domains Module
### Removed
-

## 2.0.1 [Updated 07/02/2020]
### Fixed
- Fixed support for PHP 7.2 and below. Fixes [#1](https://github.com/SynergyWholesale/WHMCS-Domains-Module/issues/1)

## 2.0.0 [Updated 21/02/2020]
### Added
- Premium domain support for registration, transfers and renewal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ function synergywholesaledomains_Sync(array $params)
],
[
'value' => $check['costPrice'],
],
]
);
Capsule::table('tbldomains_extra')
->updateOrInsert(
Expand Down

0 comments on commit aae8da7

Please sign in to comment.