Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Latest commit

 

History

History
238 lines (105 loc) · 9.08 KB

File metadata and controls

238 lines (105 loc) · 9.08 KB

4.1.0 (2022-08-31)

Features

  • translation: danish translation added (e3de2b3)

4.0.9 (2022-07-11)

Bug Fixes

  • gulp: cleanup package-info and phpcompatibility (ea48984)

4.0.8 (2022-06-15)

Bug Fixes

  • dep-bump: upgrade jquery-ui from 1.12.1 to 1.13.1 (3aea47d)

4.0.7 (2021-08-11)

Bug Fixes

  • path issue: fixed a php warning when building the download path (fea4dca)

4.0.6 (2021-08-09)

Bug Fixes

  • HX logo: HX logo.png + configuration (3acd11d)

4.0.5 (2021-01-27)

Bug Fixes

  • ci: add missing nodejs deps (119ab7a)
  • ci: migration to github actions and gulp (92b15c8)

4.0.4 (2020-10-22)

Bug Fixes

  • cron: set time limit to unlimited (dff8f32)

4.0.3 (2020-06-15)

Bug Fixes

  • menu: fixed to be shown only when being logged in (302d221)

4.0.2 (2020-06-02)

Bug Fixes

  • init.php: fixed path detection for init.php (cron environment) (2ffd5a8)

4.0.1 (2020-05-27)

Bug Fixes

  • versioning: move global var into config function (a2bfea1)

4.0.0 (2020-04-27)

Code Refactoring

  • migration: to support v3.x.x of the ispapi registrar module (4ceb7b4)

BREAKING CHANGES

  • migration: compatible with ispapi registrar module >= v3.0.0

3.0.2 (2020-01-16)

Bug Fixes

  • zip-extension: update in using zip_open() (8c3df85)

3.0.1 (2019-12-17)

Performance Improvements

  • zip-extension: support fopen() and zip_open() (ed590b1)

3.0.0 (2019-11-26)

improvement

  • idn converter: replaced to consider API Command (3cc63d0)

BREAKING CHANGES

  • idn converter: drop php-side composer module: algo26-matthias/idna-convert

2.2.11 (2019-10-15)

Bug Fixes

  • translation: fix typo in session key (5096a50)

2.2.10 (2019-10-09)

Bug Fixes

  • hooks: move ClientAreaPrimaryNavbar back into hooks.php (5583e78)

2.2.9 (2019-10-08)

Bug Fixes

  • hooks: review hooks usage (464d876)
  • lang: review language files for $_ADDONLANG (b5c8e4a)
  • lang: review language usage and controller access (5bd93d8)

2.2.8 (2019-09-17)

Bug Fixes

  • release process: switch to shared semantic-release configuration (5a62f34)

2.2.7 (2019-09-13)

Bug Fixes

  • dep-bump: Migrate CI to semantic-release-whmcs (375a4ec)

2.2.6 (2019-08-16)

Bug Fixes

  • logo: updated to our new logo design (857101c)

2.2.5 (2019-03-14)

Bug Fixes

  • init.php: review path detection (4cd6e6b)

2.2.4 (2019-03-14)

Bug Fixes

  • init.php: path detection and IDNA Converter dep-bump (0710b74)
  • makefile: version detection (c5be536)

2.2.3 (2019-03-11)

Bug Fixes

  • init.php: review path detection (022053f)

2.2.2 (2018-11-21)

Bug Fixes

  • pendingdomainlist: Fixed exception issues (adb2646)

2.2.1 (2018-11-20)

Bug Fixes

  • pendingdomainlist: Fixed code style (b554a9e)
  • pendingdomainlist: Fixed minor issue (c9b2ac2)

2.2.0 (2018-10-24)

2.1.0 (2018-10-19)

Features

  • releaseInfo: add json file covering repository info (37d83ab)

2.0.4 (2018-10-19)

Bug Fixes

  • IDNAConvert: review adding vendor folder to archives (7a2a432)

2.0.3 (2018-10-18)

Bug Fixes

  • IDNAConvert: just add the vendor folder partially (bd01cbb)

2.0.2 (2018-10-18)

Bug Fixes

  • IDNAConvert: include vendor folder in archives (1fcf207)

2.0.1 (2018-10-18)

Bug Fixes

  • IDNAConvert: switch to new library (889746c)

2.0.0 (2018-10-18)

Code Refactoring

BREAKING CHANGES

  • pkg: Need to trigger a new major release as we switched to github and added CI/CD