Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

69 lines (49 loc) · 1.5 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 the Semantic Versioning scheme.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[2.1.0] - 2021-09-13

Added

  • Add dependency for composer/installers 2.0

Changed

Deprecated

Removed

Fixed

Security

[2.0.0] - 2020-08-11

Added

  • Add .editorconfig, .gitignore, .lando.yml, phpcs.xml and phpunit.xml files to support local development
  • Add LICENSE and CHANGELOG.md files
  • Add phpunit/phpunit and squizlabs/php_codesniffer as development dependencies
  • Add requirement for PHP 7.1
  • Add support for Composer 2

Changed

  • Move OomphInc\ComposerInstallersExtender\Installer to OomphInc\ComposerInstallersExtender\Installers\Installer
  • Move OomphInc\ComposerInstallersExtender\InstallerHelper to OomphInc\ComposerInstallersExtender\Installers\CustomInstaller
  • Implement PSR-2 standards and PHP 7.1 syntax
  • Update project README.md file

[1.1.2] - 2017-03-31

Changed

  • Minor syntax update to provide compatibility with PHP 5.3

[1.1.1] - 2016-07-05

Changed

  • Update composer/installers version requirement

[1.1.0] - 2016-03-02

Changed

  • Update package requirements to be less restrictive

[1.0.0] - 2016-01-07

Added

  • Initial release