Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

77 lines (51 loc) · 2.58 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.2.3 - 2024-05-15

Commits

  • Fixed "It is recommended not to use reserved keyword "array" as". (a71a7e4)
  • Fixed "All output should be run through an escaping function" warnings. (d8651c6)

Full set of changes: 1.2.2...1.2.3

1.2.2 - 2023-03-27

Commits

  • Set Composer type to WordPress plugin. (f35dfc2)
  • Updated .gitattributes (c557adf)

Full set of changes: 1.2.1...1.2.2

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-20

  • 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.3...1.2.0

1.1.3 - 2022-09-23

  • Coding standards.

1.1.2 - 2022-04-11

  • Updated libraries.
  • Happy 2022.
  • Coding standards.

1.1.1 - 2021-06-18

  • Added body content to cURL and HTTPie formatters.

1.1.0 - 2021-05-20

Added

  • Introduced a $response->simplexml() function similar to the $response->json() function.

1.0.1 - 2021-05-11

Fixed

  • Improved 'http_request_args' filter removal related to Query Monitor conflict.

1.0.0 - 2021-04-26

  • First release.