Skip to content

Releases: kiwilan/php-audio

v3.0.01

20 Sep 11:38
19d5184

Choose a tag to compare

  • Add getContents() to AudioCover
  • Old method getContent() is deprecated

3.0.0

08 Aug 13:45
af14b61

Choose a tag to compare

BREAKING CHANGES

  • All simple getters have now get prefix. For example, getTitle() instead of title(), getAlbum() instead of album(), etc. It concerns all simple getters of AudioCore, AudioCover, AudioMetadata, AudioStat, Id3Reader classes.

Why?
All these classes have some methods like setters or actions. To be consistent and clear, all simple getters have now get prefix.

2.0.0

08 Jun 10:11
d2053fa

Choose a tag to compare

BREAKING CHANGES

  • update chained methods are now without set prefix

Features

  • update have now tags to set tags manually
  • update have now tagFormats to set tag formats manually
  • update have now preventFailOnError to prevent fail on error

1.0.2

05 Jun 15:15
debcf0e

Choose a tag to compare

  • fix ci

1.0.1

05 Jun 15:13
dda13ae

Choose a tag to compare

  • fix Windows bugs

1.0.0

05 Jun 14:37
04077ce

Choose a tag to compare

Official version

BREAKING CHANGES

For Audio::class

  • to parse audio file make static method is now get

New features

  • add update method to Audio::class to update metadata
  • id3 property is now reader and writer
  • new enums AudioTypeEnum and AudioFormatEnum

0.3.0

04 Jun 15:36

Choose a tag to compare

  • Add more formats

0.2.0

04 Jun 11:47

Choose a tag to compare

  • add multiple formats
  • add some properties
  • refactoring

0.1.0

04 Jun 07:55

Choose a tag to compare

init