Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Latest commit

 

History

History
229 lines (127 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

229 lines (127 loc) · 3.95 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.8.4 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.8.3 - 2019-02-06

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #46 fixes a unit test assertion for Zend\File\Transfer\Adapter\Http.

2.8.2 - 2018-10-15

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #45 fixes compatibility issue with php 7.3 with deprecated continue keyword usage in switch statements

2.8.1 - 2018-05-01

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #44 fixes an issue where ClassFileLocator would skip the file (otherwise valid class file) containing a use function declaration.

2.8.0 - 2018-04-25

Added

  • #43 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #43 removes support for PHP 5.5.

  • #43 removes support for HHVM.

Fixed

  • #41 fixes an issue in PHP 7.1 and up with false-positive detection of classes, interfaces, and traits when class methods are named after these keywords.

2.7.1 - 2017-01-11

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #34 ensures that anonymous classes are ignored by the ClassFileLocator when identifying files with class declarations.

2.7.0 - 2016-04-28

Added

Deprecated

  • #25 deprecates the Zend\File\Transfer subcomponent. Its functionality is now split between each of:
    • zend-filter, for moving uploaded files to their final location, renaming them, and potentially transforming them.
    • zend-validator, for validating upload succes, file type, hash, etc.
    • zend-progressbar, for managing upload status.

Removed

  • Nothing.

Fixed

  • Nothing.

2.6.1 - 2016-03-02

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #21 updates the codebase to re-enable tests against zend-progressbar, and fixes static calls inside Zend\File\Transfer\Adapter\Http::getProgress for testing APC and/or uploadprogress availability to ensure they work correctly.

2.6.0 - 2016-02-17

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #18 updates the codebase to be forwards compatible with zend-servicemanager and zend-stdlib v3.

2.5.2 - 2016-02-16

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #13 fixes the behavior of the Zend\File\Transfer component when multiple uploads using the same client name are provided, and no filename filtering is performed; the code now ensures that unique names are used in such situations.
  • #14 updates the FilterPluginManager to work with the updated zend-filter 2.6.0 changes, fixing an issue where the zend-file filters were replacing (instead of merging) with those in the parent zend-filter implementation.