Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

93 lines (50 loc) · 2.53 KB

Changelog

All notable changes to pdf-to-text will be documented in this file

1.52.1 - 2023-12-14

What's Changed

  • Add support for Symfony 7 by @stof in #76

New Contributors

  • @angeljqv made their first contribution in #56
  • @alexmanase made their first contribution in #57
  • @stof made their first contribution in #76

Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.52.0...1.52.1

1.52.0 - 2022-07-15

  • add higher tag so new releases are higher that the wrongly tagged 1.51

1.6.0 - 2022-07-14

What's Changed

  • Add detailed Linux distribution about Fedora-based by @peter279k in #52
  • add timeout config for Symfony Process call by @jbraband in #54

New Contributors

  • @jbraband made their first contribution in #54

Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.51...1.6.0

1.5.1 - 2022-01-01

What's Changed

  • Symfony 6.x support by @pich in #48

New Contributors

  • @pich made their first contribution in #48

Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.5.0...1.51

1.5.0 - 2021-12-16

What's Changed

  • Correct file permissions by @peter279k in #39
  • Drop Support for PHP 7.3 & Add Support for PHP 8.1 by @nbayramberdiyev in #47

New Contributors

  • @peter279k made their first contribution in #39
  • @nbayramberdiyev made their first contribution in #47

Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.4.0...1.5.0

1.4.0 - 2020-11-27

  • add support for PHP 8

1.3.0 - 2020-03-11

  • allow Symfony 5 components

1.2.0 - 2019-05-15

  • adds Pdf::addOptions() method to address issue #18

1.1.0 - 2018-03-08

  • allow setting pdftotext options
  • Symfony/process minimal requirement bumped to version 3.3

1.0.3 - 2018-02-18

  • allow symfony 4, phpunit 7

1.0.2 - 2017-11-13

  • fix for pdf files with a single quote in the filename

1.0.1 - 2015-03-06

  • fixed a bug where text could not be extracted from filepaths containing spaces

1.0.0 - 2015-12-31

Initial release