Skip to content

Tags: laravolt/avatar

Tags

6.2.0

Toggle 6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: implement configurable avatar caching (#170)

- Add option to enable/disable caching
- Add configurable cache duration (default: 24 hours)
- Add cache key prefix to avoid conflicts
- Update toBase64() method to respect cache configuration
- Document cache options in config file

This fixes the issue where avatars were cached forever with no way to
configure or disable the cache, making it difficult to see setting changes.

6.1.3

Toggle 6.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix/upgrading phpunit to 11 (#169)

* fix: phpunit upgrade

* Update PHPUnit tests to use attributes instead of doc-comments

- Replace @test annotations with #[Test] attributes in all test files
- Fix deprecated metadata in test methods
- Ensure compatibility with PHPUnit 11.5.3
- Prepare codebase for PHPUnit 12 compatibility

* fix: remove unused file

* fix: runner image

* fix: dropping php 8.1

* fix: platform requirements

* Update Mockery dependency to fix type declaration error

- Update mockery/mockery from ~1.3 to ^1.6.7
- Fix "Type declaration 'mixed' must be unqualified" error
- Ensure compatibility with PHPUnit 11.5.3 and PHP 8.2+

6.1.2

Toggle 6.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `parameter.implicitlyNullable` for PHP 8.4 compatibility. (#168)

6.1.1

Toggle 6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add responsive property to help with SVG generation (#163)

* Add responsive property to help with SVG generation

* Add missing Laravel code

6.1.0

Toggle 6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #164 from laravel-shift/l12-compatibility

Laravel 12.x Compatibility

6.0.0

Toggle 6.0.0's commit message
chore

5.1.0

Toggle 5.1.0's commit message
add roave/security-advisories

5.0.0

Toggle 5.0.0's commit message
Update run-tests.yml

4.1.7

Toggle 4.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: dont pass null to strlen() (#134)

4.1.6

Toggle 4.1.6's commit message
fix tests