Skip to content

Commit e9a8800

Browse files
authored
Merge pull request #30 from openprovider/premiumdns/v1.1.0
Premiumdns/v1.1.0
2 parents 04fbacd + c359369 commit e9a8800

1,434 files changed

Lines changed: 72 additions & 128968 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
## v1.1.0
3+
4+
###### Features and improvements
5+
- Added compatibility with WHMCS 9.0.x.
6+
- Simplified module dependencies by removing illuminate and related packages.
7+
8+
###### Bugfixes
9+
- Fixed: Cancel action on "Delete PDNS Zone" did not properly prevent termination.
10+
11+
## v1.0.0
12+
13+
- Initial release of the Sectigo Premium Global Anycast DNS Module for WHMCS
14+
- Seamless integration with WHMCS for provisioning and managing Sectigo Premium DNS zones
15+
- Fully automated setup and billing integration with WHMCS
16+
- DNSSEC management support
17+
- Support for PHP 8.3

modules/servers/openproviderpremiumdns/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "*",
2929
"mockery/mockery": "^1.0",
30-
"php-mock/php-mock-mockery": "^1.2",
31-
"illuminate/database": "6.20.*"
30+
"php-mock/php-mock-mockery": "^1.2"
3231
},
3332
"repositories": [
3433
{

0 commit comments

Comments
 (0)