Skip to content

Latest commit

 

History

History
148 lines (118 loc) · 5.08 KB

CHANGELOG.md

File metadata and controls

148 lines (118 loc) · 5.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.2 - 2022-06-21

  • Fixed security issue in Guzzle

3.0.1 - 2022-06-10

Fixed

  • Fixed security issue in Guzzle dependency.

3.0.0 - 2022-04-06

Added

  • Support for PHP 8.1

Removes

  • PHP 7.3 support

2.8.0 - 2021-05-20

Changed

  • Use TransIP to fetch nameservers instead of doing a DNS query, fixes #115

2.7.0 - 2021-02-03

Added

  • Build multiple Docker architectures #92, thanks to BasSmeets

2.6.0 - 2020-12-17

Added

  • Detect when an access token is revoked and then automatically request a new one

2.5.1 - 2020-12-16

Fixed

  • Fixes PHP 8 support

Changed

  • PHP-CS-Fixer now runs as separate GitHub action

2.5.0 - 2020-11-14

Added

  • Support for PHP 8.0

Fixed

Changed

  • Use PHP-CS-Fixer instead of PHP_CodeSniffer
  • Improve code style

Removes

  • PHP 7.2 support

2.4.3 - 2020-07-02

Changed

  • Update dependencies

2.4.2 - 2020-05-02

Changed

  • Modified shebang to support alternative php interpreter locations
  • Update dependencies

2.4.1 - 2020-03-30

Changed

  • Update TransIP API to v6.0.4

2.4.0 - 2020-03-05

Added

  • New config option transip_whitelist_only_token

Changed

  • Updated Transip API to v6
  • Updated required PHP version to >= 7.2

2.3.0 - 2020-02-22

Added

  • Classes are now loaded via dependency injection
  • Prepared codebase to support additional providers
  • /docs folder with description of how to add an additional provider
  • Code comments
  • Backwards compatibility for the original config file format

Changed

  • The config file moved from config/transip.php to config/config.php
  • login and private_key config settings are now prefixed with transip_ in order to make it easier to add support for additional providers.

2.2.0 - 2020-02-16

Added

  • Dockerfile
  • ENV variable support

Changed

  • Composer package updates

2.1.0 - 2020-01-18

Added

  • Unit tests
  • GitHub Actions support
  • Code style definition (PHPCS)

Changed

  • Update composer packages

Fixed

  • Missing sprintf() when throwing RuntimeException
  • When waiting for nameservers there is now a timeout of 30 minutes to prevent an infinite loop

2.0.0 - 2019-12-04

Added

  • Config file

Changed

  • Complete rewrite of the code base
  • Now using composer for installation

Removed

  • Outdated PurplePixie PhpDns library
  • Requirement to manually download the TransIp API library

1.1.0 - 2019-09-12

Changed

  • Replaced deprecated constructors

1.0.0 - 2018-12-23

Added

  • Write output to log file for easier debugging.
  • Define and apply coding standards (PSR-1 and PSR-2).

Changed

  • Don't query already up-to-date nameservers.
  • In the cleanup hook only remove the TXT record with the challenge string received from Certbot. Used to remove all _acme-challenge TXT records.