[PR #910] [MERGED] Bump james-heinrich/getid3 from 1.9.16 to 1.9.17 #1436

Closed
opened 2026-02-26 03:31:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/910
Author: @dependabot-preview[bot]
Created: 2/8/2019
Status: Merged
Merged: 2/20/2019
Merged by: @phanan

Base: masterHead: dependabot/composer/james-heinrich/getid3-1.9.17


📝 Commits (1)

  • 2aa874c Bump james-heinrich/getid3 from 1.9.16 to 1.9.17

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 composer.lock (+6 -6)

📄 Description

Bumps james-heinrich/getid3 from 1.9.16 to 1.9.17.

Release notes

Sourced from james-heinrich/getid3's releases.

v1.9.17

1.9.17: [2019-02-07] James Heinrich :: 1.9.17-201902071234

  • bugfix (G:178) HandleAllTags should skip "picture"
  • bugfix (G:177) error checking for reading more than PHP memory_limit
  • bugfix (G:176) improved mp3 detection in remote-file demo
  • bugfix (G:173) Add filepointer option to analyze/openfile function
  • bugfix (G:170) Add support for WXXX (URL) and APIC (attached picture) subframes inside ID3v2 chapters
  • bugfix: write.id3v2 year field
  • bugfix: mp3.APE permit optional " dB" in ReplayGain tags
  • placeholder support for .xz file format
Changelog

Sourced from james-heinrich/getid3's changelog.

1.9.17: [2019-02-07] James Heinrich :: 1.9.17-201902071234
* bugfix (G:178) HandleAllTags should skip "picture"
* bugfix (G:177) error checking for reading more than PHP memory_limit
* bugfix (G:176) improved mp3 detection in remote-file demo
* bugfix (G:173) Add filepointer option to analyze/openfile function
* bugfix (G:170) Add support for WXXX (URL) and APIC (attached picture) subframes inside ID3v2 chapters
* bugfix: write.id3v2 year field
* bugfix: mp3.APE permit optional " dB" in ReplayGain tags
* placeholder support for .xz file format

Commits
  • d2e45f2 v1.9.17-201902071234 release
  • 81ab4c6 HandleAllTags should skip "picture"
  • 2ffe917 error checking for reading more than PHP memory_limit
  • e3abc4d improved mp3 detection in remote-file demo
  • f31b896 fix for #172 that broke WavPack
  • aab2924 code formatting
  • a388653 Merge pull request #173 from Rello/patch-1
  • 5195fbd Update module.audio-video.riff.php
  • 6460de8 Update module.audio-video.riff.php
  • c6e24a2 Add filepointer option to analyze/openfile function
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/910 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/8/2019 **Status:** ✅ Merged **Merged:** 2/20/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/james-heinrich/getid3-1.9.17` --- ### 📝 Commits (1) - [`2aa874c`](https://github.com/koel/koel/commit/2aa874c761983395a46aac3547e7266fcd8fdf04) Bump james-heinrich/getid3 from 1.9.16 to 1.9.17 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+6 -6) </details> ### 📄 Description Bumps [james-heinrich/getid3](https://github.com/JamesHeinrich/getID3) from 1.9.16 to 1.9.17. <details> <summary>Release notes</summary> *Sourced from [james-heinrich/getid3's releases](https://github.com/JamesHeinrich/getID3/releases).* > ## v1.9.17 > 1.9.17: [2019-02-07] James Heinrich :: 1.9.17-201902071234 > * bugfix (G:178) HandleAllTags should skip "picture" > * bugfix (G:177) error checking for reading more than PHP memory_limit > * bugfix (G:176) improved mp3 detection in remote-file demo > * bugfix (G:173) Add filepointer option to analyze/openfile function > * bugfix (G:170) Add support for WXXX (URL) and APIC (attached picture) subframes inside ID3v2 chapters > * bugfix: write.id3v2 year field > * bugfix: mp3.APE permit optional " dB" in ReplayGain tags > * placeholder support for .xz file format </details> <details> <summary>Changelog</summary> *Sourced from [james-heinrich/getid3's changelog](https://github.com/JamesHeinrich/getID3/blob/master/changelog.txt).* > 1.9.17: [2019-02-07] James Heinrich :: 1.9.17-201902071234 > * bugfix (G:178) HandleAllTags should skip "picture" > * bugfix (G:177) error checking for reading more than PHP memory_limit > * bugfix (G:176) improved mp3 detection in remote-file demo > * bugfix (G:173) Add filepointer option to analyze/openfile function > * bugfix (G:170) Add support for WXXX (URL) and APIC (attached picture) subframes inside ID3v2 chapters > * bugfix: write.id3v2 year field > * bugfix: mp3.APE permit optional " dB" in ReplayGain tags > * placeholder support for .xz file format </details> <details> <summary>Commits</summary> - [`d2e45f2`](https://github.com/JamesHeinrich/getID3/commit/d2e45f2c4f75cc7443e158757ad2d678e318685d) v1.9.17-201902071234 release - [`81ab4c6`](https://github.com/JamesHeinrich/getID3/commit/81ab4c6251840d11db168bb470f658e4800264c4) HandleAllTags should skip "picture" - [`2ffe917`](https://github.com/JamesHeinrich/getID3/commit/2ffe91703f90e187b1feeca3ae8f5f83a72db41b) error checking for reading more than PHP memory_limit - [`e3abc4d`](https://github.com/JamesHeinrich/getID3/commit/e3abc4dd334ff537870b7ee9091b1751e46e4d14) improved mp3 detection in remote-file demo - [`f31b896`](https://github.com/JamesHeinrich/getID3/commit/f31b8961570a109b7284ead133f2d3ece4358961) fix for [#172](https://github-redirect.dependabot.com/JamesHeinrich/getID3/issues/172) that broke WavPack - [`aab2924`](https://github.com/JamesHeinrich/getID3/commit/aab2924670724ea75e62ac59abb655fe365c15ee) code formatting - [`a388653`](https://github.com/JamesHeinrich/getID3/commit/a388653bf7bab1a7773313e9bc71a5e3b23fcccf) Merge pull request [#173](https://github-redirect.dependabot.com/JamesHeinrich/getID3/issues/173) from Rello/patch-1 - [`5195fbd`](https://github.com/JamesHeinrich/getID3/commit/5195fbd26f3dc0be0144c899432628626661ee24) Update module.audio-video.riff.php - [`6460de8`](https://github.com/JamesHeinrich/getID3/commit/6460de8a3fd6a5e8acde30be44d6f0272c273b01) Update module.audio-video.riff.php - [`c6e24a2`](https://github.com/JamesHeinrich/getID3/commit/c6e24a206132b64a0cb54d33c869afd76d1b01ec) Add filepointer option to analyze/openfile function - Additional commits viewable in [compare view](https://github.com/JamesHeinrich/getID3/compare/v1.9.16...v1.9.17) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=james-heinrich/getid3&package-manager=composer&previous-version=1.9.16&new-version=1.9.17)](https://dependabot.com/compatibility-score.html?dependency-name=james-heinrich/getid3&package-manager=composer&previous-version=1.9.16&new-version=1.9.17) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1436
No description provided.