Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.0.0 #35

Merged
merged 15 commits into from
Oct 3, 2024
Merged

v4.0.0 #35

merged 15 commits into from
Oct 3, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    22d19fd View commit details
    Browse the repository at this point in the history
  2. improve update

    ewilan-riviere committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b0455e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    548c82b View commit details
    Browse the repository at this point in the history
  4. Refactor Audio class methods for raw tags

    - Renamed `getRawTagsAll` to `getRawAll`
    - Renamed `getRawTags` to `getRaw`
    - Renamed `getRawTagsKey` to `getRawKey`
    - Updated method signatures and return types to match changes
    
    Refactor Id3Writer class
    
    - Removed unused `$options` parameter from constructor
    - Updated `year` method to accept `string|int` parameter and convert it to `int`
    
    Update AudiobookTest and README.md
    
    - Updated assertions to use renamed methods in Audio and Audiobook classes
    - Added new assertions for additional raw tags in AudiobookTest
    
    Fix styling
    
    - Removed commented out code in WriterTest
    ewilan-riviere committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e83c6b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e150e9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8035c3e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. v4.0.0

    ewilan-riviere committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e081da4 View commit details
    Browse the repository at this point in the history
  2. fixes for 4.0.0

    ewilan-riviere committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d43d294 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84897f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    151ef3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cfc955 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e01c977 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    831bf67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7122022 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8704a3b View commit details
    Browse the repository at this point in the history