v 0.7.0
Restructured all the code, now it's easier to change as all it's separated. Fixes for PHP8.4 It's necessary to change the disabled functions in the .ini
What's Changed
- Working tests in Windows and MacOS by @joanhey in https://github.com/joanhey/AdapterMan/pull/45
- Use random_bytes instead of mt_rand for sessionCreateId by @ouuan in https://github.com/joanhey/AdapterMan/pull/46
- Check session file path by @walkor in https://github.com/joanhey/AdapterMan/pull/48
- Some changes for Laravel recipe by @vanodevium in https://github.com/joanhey/AdapterMan/pull/56
- Caddyfile recipe by @vanodevium in https://github.com/joanhey/AdapterMan/pull/57
- Server software by @joanhey in https://github.com/joanhey/AdapterMan/pull/60
- Clean checkCookieSamesite() by @joanhey in https://github.com/joanhey/AdapterMan/pull/61
- Use spread operator by @joanhey in https://github.com/joanhey/AdapterMan/pull/62
- Request clean by @joanhey in https://github.com/joanhey/AdapterMan/pull/63
- Update laravel.md by @foremtehan in https://github.com/joanhey/AdapterMan/pull/65
- Update deprecated GH actions by @joanhey in https://github.com/joanhey/AdapterMan/pull/67
- Fix session by @joanhey in https://github.com/joanhey/AdapterMan/pull/72
- Fix workerman tests by @joanhey in https://github.com/joanhey/AdapterMan/pull/73
- Thinkphp recipes by @645418484 in https://github.com/joanhey/AdapterMan/pull/71
- Update test.yml by @joanhey in https://github.com/joanhey/AdapterMan/pull/76
- Update README.md by @joanhey in https://github.com/joanhey/AdapterMan/pull/78
- Add Caddy server example link in readme by @joanhey in https://github.com/joanhey/AdapterMan/pull/79
- Update AdapterFunctions.php by @joanhey in https://github.com/joanhey/AdapterMan/pull/82
- Add PHP8.4 to tests by @joanhey in https://github.com/joanhey/AdapterMan/pull/84
- Update license reference by @emmanuel-ferdman in https://github.com/joanhey/AdapterMan/pull/85
New Contributors
- @ouuan made their first contribution in https://github.com/joanhey/AdapterMan/pull/46
- @vanodevium made their first contribution in https://github.com/joanhey/AdapterMan/pull/56
- @foremtehan made their first contribution in https://github.com/joanhey/AdapterMan/pull/65
- @645418484 made their first contribution in https://github.com/joanhey/AdapterMan/pull/71
- @emmanuel-ferdman made their first contribution in https://github.com/joanhey/AdapterMan/pull/85
Full Changelog: https://github.com/joanhey/AdapterMan/compare/0.6.1...0.7.0