Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 695 Bytes

File metadata and controls

19 lines (16 loc) · 695 Bytes

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.

[Unreleased]

[1.21.4] - 2022-09-22

Added

  • CHANGELOG.md
  • Now accepting HTTP 2 in Zend_Http_Response #247

Fixed

  • preg_match deprication fixed #256
  • Annotation correction #255
  • utf8_encode() and utf8_decode() which PHP 8.2 will depricate, have been replaced #252
  • Fix for deprecation of ${var} string interpolation for PHP 8.2 #253
  • Fixes array keys in filter constructor call #249
  • Fixes re-encoding in PDF properties #245