[2.0.2]: https://github.com/pronamic/wp-html/compare/2.0.1...2.0.2
# 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]

## [2.1.3] - 2023-03-27

### Commits

- Set Composer to WordPress plugin. ([0ad603b](https://github.com/pronamic/wp-html/commit/0ad603b551107bf6f144395f32aa2a4292bb5fd0))

Full set of changes: [`2.1.2...2.1.3`][2.1.3]

[2.1.3]: https://github.com/pronamic/wp-html/compare/v2.1.2...v2.1.3

## [2.1.2] - 2023-03-03
### Changed

- Updated `.gitattributes` file.

Full set of changes: [`2.1.1...2.1.2`][2.1.2]

[2.1.2]: https://github.com/pronamic/wp-html/compare/v2.1.1...v2.1.2

## [2.1.1] - 2023-01-31
### Composer

- Changed `php` from `>=8.0` to `>=7.4`.

Full set of changes: [`2.1.0...2.1.1`][2.1.1]

[2.1.1]: https://github.com/pronamic/wp-html/compare/v2.1.0...v2.1.1

## [2.1.0] - 2022-12-19
- Increased minimum PHP version to version `8` or higher.
- Improved support for PHP `8.1` and `8.2`.
- Removed usage of deprecated constant `FILTER_SANITIZE_STRING`.

Full set of changes: [`2.0.2...2.1.0`][2.1.0]

[2.1.0]: https://github.com/pronamic/wp-html/compare/2.0.2...2.1.0

## [2.0.2] - 2022-09-23
- Fixed changelog.

## [2.0.1] - 2022-09-23
- Coding standards.

## [2.0.0] - 2022-01-10
### Changed
- Changed `$element->print()` to `$element->output()` [pronamic/wp-pronamic-pay#268](https://github.com/pronamic/wp-pronamic-pay/issues/268).

## [1.0.0] - 2021-04-01
- First release.

[Unreleased]: https://github.com/pronamic/wp-html/compare/2.0.2...HEAD
[2.0.1]: https://github.com/pronamic/wp-html/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/pronamic/wp-html/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/pronamic/wp-html/releases/tag/1.0.0
