Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

83 lines (54 loc) · 3.64 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 Semantic Versioning.

1.3.2 - 2024-06-07

Commits

Full set of changes: 1.3.1...1.3.2

1.3.1 - 2024-05-15

Commits

  • Fixed "Deprecated: Calling ReflectionProperty::setValue() with a single argument is deprecated". (803e7d7)
  • Fixed "All output should be run through an escaping function". (754b9da)
  • Fixed "It is recommended not to use reserved keyword "string" as function parameter name. Found: $string". (a903388)
  • Fixed "It is recommended not to use reserved keyword "string" as function parameter name. Found: $string". (52a8a30)
  • Updated composer.json (70aa3de)

Full set of changes: 1.3.0...1.3.1

1.3.0 - 2023-03-21

Commits

  • Set Composer type to "wordpress-plugin". (6383fcf)
  • Added negative function. (9cf872b)
  • Use Yoast/PHPUnit-Polyfills. (461fdd9)
  • Created .gitattributes (1627e69)

Full set of changes: 1.2.1...1.3.0

1.2.1 - 2023-01-31

Composer

  • Changed php from >=8.0 to >=7.4. Full set of changes: 1.2.0...1.2.1

1.2.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: 1.1.1...1.2.0

[1.1.1] - 2022-09-23

  • Coding standards.

1.1.0 - 2022-01-10

Changed

1.0.1 - 2021-09-30

  • Added number parser.

1.0.0 - 2021-07-02

Added

  • First release.