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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [[0.1.0]](https://github.com/ampproject/amp-toolbox-php/releases/tag/0.1.0) - 2020-11-06
### Added (relative to version transferred over from plugin)
- Move code over from the [AMP for WordPress plugin repository](https://github.com/ampproject/amp-wp) to the current new repository.
- Add GitHub Actions workflow ([#2](https://github.com/ampproject/amp-toolbox-php/pull/2))
- Add `PreloadHeroImage` transformer ([#7](https://github.com/ampproject/amp-toolbox-php/pull/7))
- Add `LICENSE` file
- Adapt license meta information in `composer.json` file
- Add change log ([#8](https://github.com/ampproject/amp-toolbox-php/pull/8))
- Renamed `Extension::IMAGE` into `Extension::IMG` for consistency ([#21](https://github.com/ampproject/amp-toolbox-php/pull/21))

[Unreleased]: https://github.com/ampproject/amp-toolbox-php/compare/0.1.0...HEAD
[0.1.0]: https://github.com/ampproject/amp-toolbox-php/releases/tag/0.1.0
