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.
2.2.2 - 2024-12-17
- Happy 2024. (faed14b)
- Changed
php
from>=7.4
to>=8.1
.
Full set of changes: 2.2.1...2.2.2
2.2.1 - 2023-10-30
- Improve escaping for
<textarea>
elements. (8cf99cb)
Full set of changes: 2.2.0...2.2.1
2.2.0 - 2023-10-13
- Output is default flow, simplify late escape. (ca6a81e)
- No longer ignore output not escaped, WordPress plugin review team doesn't like this. (5543e10)
- Updated to latest Pronamic coding standards. (c0ae8b6)
Full set of changes: 2.1.3...2.2.0
2.1.3 - 2023-03-27
- Set Composer to WordPress plugin. (0ad603b)
Full set of changes: 2.1.2...2.1.3
2.1.2 - 2023-03-03
- Updated
.gitattributes
file.
Full set of changes: 2.1.1...2.1.2
2.1.1 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
.
Full set of changes: 2.1.0...2.1.1
2.1.0 - 2022-12-19
- Increased minimum PHP version to version
8
or higher. - Improved support for PHP
8.1
and8.2
. - Removed usage of deprecated constant
FILTER_SANITIZE_STRING
.
Full set of changes: 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
$element->print()
to$element->output()
pronamic/wp-pronamic-pay#268.
1.0.0 - 2021-04-01
- First release.