silverstripe-environmentcheck/changelog.md
Robbie Averill b9af2d0734 FIX Update config API, Logger alias, dotenv config, remove PHP 5.5, other fixes
Remove PHP 5.5 from Travis configuration. Dotenv used for environment management now,
examples and tests updated to use putenv instead of define. Logger alias update to
LoggerInterface. Update mutable config API calls. Replace array declaration with
short version: []. Update license year.
2017-05-04 16:11:25 +12:00

518 B

Changelog

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

This project adheres to Semantic Versioning.

[2.0.0] - unreleased

  • Minimum versions required:
  • SilverStripe 4.x
  • PHP 5.6+
  • PHP 7 supported

[1.2.0]

  • Fix broken badges
  • Converted to PSR-2
  • Use Config API
  • Optionally log check failures
  • Update documentation and configuration to supported module standard

[1.1.2]

  • Bring up to supported module standard.

[1.1.1]

  • Changelog added.