Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thephpleague/glide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: thephpleague/glide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.0
Choose a head ref
  • 19 commits
  • 92 files changed
  • 4 contributors

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    ba3e4fe View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    5ff3000 View commit details
    Browse the repository at this point in the history
  2. COde style

    ElGigi committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7babfbb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    a636597 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Improve methods names & PhpDoc

    ElGigi committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    86ad092 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. Fix PHPStan and PHP CS Fixer issues

    - Remove unused @phpstan-ignore-line comment in Color.php
    - Remove unnecessary parentheses around instanceof check in Api.php
    
    https://claude.ai/code/session_01CvJgpmeTG9ZoGmTKhhrJjZ
    claude committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    d541d9f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Merge pull request #440 from guillaume-sainthillier/claude/fix-phpsta…

    …n-cs-fixer-Qy0fp
    
    Fix PHPStan and PHP CS Fixer issues
    ADmad authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    794965e View commit details
    Browse the repository at this point in the history
  2. Update doc typehint and FQCN (#441)

    * Add PHP type hints to 3.0 docs and align with actual code signatures
    
    - advanced-usage.md: Add all missing parameter types and return types
      to match Server class (string, bool, void, FilesystemOperator, etc.),
      fix wrong method names (setManipulators/getManipulators → setDefaults/
      getDefaults), add setPresets/getPresets, fix nullable ResponseFactory,
      fix typo "reponse" → "response"
    - setup.md: Fix ImageManager instantiation to use static factory method
      (ImageManager::gd()) instead of removed constructor pattern, add
      missing Flip manipulator to the manual setup example
    - responses.md: Add missing `string` type hint on $path parameter in
      ResponseFactoryInterface::create()
    - watermarks.md: Fix outdated Flysystem adapter class name
      (Local → LocalFilesystemAdapter)
    
    https://claude.ai/code/session_01GZAAeRMUyZXA4eXUtczCvj
    
    * Use fully qualified class names in 3.0 doc PHP examples
    
    - advanced-usage.md: FilesystemOperator → League\Flysystem\FilesystemOperator,
      ApiInterface → League\Glide\Api\ApiInterface,
      ResponseFactoryInterface → League\Glide\Responses\ResponseFactoryInterface
    - setup.md: SymfonyResponseFactory → League\Glide\Responses\SymfonyResponseFactory
    - watermarks.md: ServerFactory → League\Glide\ServerFactory,
      Filesystem → League\Flysystem\Filesystem,
      LocalFilesystemAdapter → League\Flysystem\Local\LocalFilesystemAdapter
    
    https://claude.ai/code/session_01GZAAeRMUyZXA4eXUtczCvj
    
    * Add leading backslash to all inline FQCNs in doc PHP examples
    
    Prefix all fully qualified class names with `\` when used inline
    in PHP code blocks (not covered by `use` statements). This ensures
    the code examples are valid PHP when used outside a namespace.
    
    https://claude.ai/code/session_01GZAAeRMUyZXA4eXUtczCvj
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    guillaume-sainthillier and claude authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    b316960 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9714e33 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Make the kayak great again (#443)

    generate and self host the documentation images
    guillaume-sainthillier authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    84bdc0e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    f2a3012 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    ElGigi committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    4460bf7 View commit details
    Browse the repository at this point in the history
  3. Modernize pr code

    ElGigi committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    4347028 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3e87e4 View commit details
    Browse the repository at this point in the history
  5. Update test suite

    ADmad committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    da5cb58 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #444 from thephpleague/ci

    Update test suite
    ADmad authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    2b6e13d View commit details
    Browse the repository at this point in the history
  7. Micro optimization

    ElGigi committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    47e3af9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #325 from ElGigi/mountidentifier

    Allow mount identifier, for MountManager of FlySystem library, into prefixes
    ADmad authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    99f2ae7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    555bb80 View commit details
    Browse the repository at this point in the history
Loading