Skip to content

Latest commit

 

History

History
338 lines (191 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

338 lines (191 loc) · 15.3 KB

Changelog

5.0.0 (2020-03-31)

Full Changelog

Closed issues:

  • Process does not work on Windows / wrong ENV-definition #106
  • Remove compatibility layers #99
  • Only support new version of mediainfo #98
  • Convert code to php7 #97
  • Update dependencies #96

Merged pull requests:

  • Use mediainfo>=17.10 output format by default #103 (mhor)
  • phpunit: migrate getMock usage to prophecy #102 (mhor)
  • PHP 7.4 support #101 (mhor)
  • Update php code #109 (mhor)
  • Update symfony/process component call #108 (mhor)

4.1.3 (2020-03-22)

Full Changelog

Fixed bugs:

  • Runtime exception for version 4.1.1 due to latest fix - Wrap every command argument in quotes #87

Merged pull requests:

  • Update MediaInfoCommandRunner.php #107 (cklm)
  • Update TravisCI configuration #94 (mhor)

4.1.2 (2018-07-03)

Full Changelog

4.1.1 (2018-06-27)

Full Changelog

Fixed bugs:

  • Mediainfo >= 17.10 changed XML Format #82
  • XML format of mediainfo command has changed #76
  • Wrap every command argument in quotes #86 (mitchellklijs)

4.1.0 (2018-04-08)

Full Changelog

Fixed bugs:

  • Add conf to support new versions of mediainfo #84 (mhor)

Closed issues:

  • Laravel 5.6 support #85

Merged pull requests:

4.0.2 (2017-12-21)

Full Changelog

Fixed bugs:

  • core: fix broken runner, as process input does not work as expected #81 (fvilpoix)

4.0.1 (2017-12-19)

Full Changelog

Implemented enhancements:

  • Support for Symfony 4 components #77

Merged pull requests:

  • Typo on composer.json, allow any version of symfony component 4.0.* #80 (fvilpoix)

4.0.0 (2017-12-15)

Full Changelog

Closed issues:

  • Unicode filename fail #72
  • Migrate to array short syntax #69
  • use url for path to media file #59

Merged pull requests:

  • Apply fixes from StyleCI #79 (mhor)
  • Allow compatibility with symfony4 components #78 (fvilpoix)
  • Update README.md #75 (cklm)
  • I guess it's still accurate but must be specified #74 (Nek-)
  • change StyleCI config #70 (mhor)

3.0.0 (2017-01-17)

Full Changelog

Fixed bugs:

  • Rate::getAbsoluteValue() returns a string #65

Closed issues:

  • Height is expressed as a Rate #67

Merged pull requests:

  • add Ratio attribute type #68 (mhor)

2.3.1 (2017-01-15)

Full Changelog

Merged pull requests:

2.3.0 (2017-01-13)

Full Changelog

Merged pull requests:

2.2.2 (2016-09-04)

Full Changelog

Fixed bugs:

  • Encoding issues related to simplexml_load_string #60

Merged pull requests:

2.2.1 (2016-07-11)

Full Changelog

2.2.0 (2016-05-22)

Full Changelog

Implemented enhancements:

  • Remote file Support #55
  • make MediaInfoContainer dumpable #34

Merged pull requests:

2.1.0 (2016-05-06)

Full Changelog

Merged pull requests:

2.0.0 (2016-05-02)

Full Changelog

Merged pull requests:

1.6.0 (2016-01-24)

Full Changelog

Fixed bugs:

  • Warning: escapeshellarg() expects parameter 1 to be string, array given (...) #45
  • Encoding #42

Merged pull requests:

  • Make php-mediainfo more configurable #47 (mhor)
  • fix symfony2.3 compatibility #46 (mhor)

1.5.3 (2015-12-21)

Full Changelog

1.5.2 (2015-12-21)

Full Changelog

Merged pull requests:

1.5.1 (2015-12-04)

Full Changelog

Merged pull requests:

1.5.0 (2015-09-16)

Full Changelog

Fixed bugs:

  • Type doesn't exist: Menu #31

Merged pull requests:

1.4.4 (2015-09-04)

Full Changelog

Implemented enhancements:

  • What about adding 'Maximum bit rate'? #29

Merged pull requests:

1.4.3 (2015-09-02)

Full Changelog

Fixed bugs:

  • if Video, Audio Track->format is string, value is invalid. #27

Closed issues:

  • Fix StyleCI build #25

Merged pull requests:

1.4.2 (2015-07-08)

Full Changelog

1.4.1 (2015-06-14)

Full Changelog

Merged pull requests:

1.4.0 (2015-06-14)

Full Changelog

Merged pull requests:

1.3.0 (2015-06-13)

Full Changelog

Merged pull requests:

  • Optionally Ignore unknown TrackTypes #18 (Nicholi)

1.2.1 (2015-03-12)

Full Changelog

1.2.0 (2015-01-25)

Full Changelog

Implemented enhancements:

  • Support subtitles #15
  • Implement __toString for custom type #13

Closed issues:

Merged pull requests:

  • Add Subtitle type #17 (mhor)
  • add __toString function on attributes fix #13 #16 (mhor)
  • add documentation #12 (mhor)

1.0.0 (2014-12-14)

Full Changelog

Merged pull requests:

  • add special type fields #11 (mhor)
  • Increase code coverage #10 (mhor)
  • Create attribute name checker #9 (mhor)
  • Architecture enhancement #8 (mhor)
  • add badges #7 (mhor)
  • cs fix #6 (mhor)
  • architecture improvement + unit tests + cs fix #5 (mhor)
  • cleaning #4 (mhor)
  • cleaning cs docs #3 (mhor)
  • create custom attribute for special values #2 (mhor)
  • create attribute factories #1 (mhor)

* This Changelog was automatically generated by github_changelog_generator