Releases: m2mtech/flysystem-stream-wrapper
Releases · m2mtech/flysystem-stream-wrapper
Fixes for StreamWrapper Warning and PHP Deprecation
What's Changed
- fix: use collectErrorMessage on StreamWrapper warning by @briceflaceliere in #23
- fix: php deprecation by @danut007ro in #24
New Contributors
- @briceflaceliere made their first contribution in #23
- @danut007ro made their first contribution in #24
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- compatibility with symfony 7.x & php 8.3
- allow ecs 12.x
- added
EMULATE_DIRECTORY_LAST_MODIFIED, thanks to @das-peter
fixed tests for phpunit v10
v1.3.3 ignore warnings running phpunit
minor cosmetic changes
- allow
boolinFlysystemStreamWrapper::registerconfiguration - fixed phpunit deprecations
- updated (c) dates
Improvement on visibility issues
Courtesy of @jurriaanr fixing issues with spaties dropboxadapter
adjustable user & group ID retreival
- adjusted uid & gid retrieval
- added manual uid & gid setup
- allow to access parameters of
PortableVisibilityConverter - fixed typo in const
IGNORE_VISIBILITY_ERRORS
fix for resources closed by flysystem prematurely
v1.2.1 release of v1.2.1
usage of current uid & gid in stats
fixes for Flysystem v3.x
- allow for adaptors closing the file handle themselves
- fixed broken directory detection caused by changed MimeType detection of Flysystem 3.0.16
- allow to ignore visibility errors
allow flysystem v3
v1.0.3 Update CHANGELOG.md