Skip to content

Tags: easyadmin8/EasyAdmin8

Tags

v8.1.7

Toggle v8.1.7's commit message
Update composer.json

v8.1.6

Toggle v8.1.6's commit message
refactor(easy-admin): improve AI optimization feature and enhance use…

…r experience

- Remove line-height style from AI optimization content div
- Add smooth scrolling to the end of the content when streaming output Move input validation to the beginning of the aiOptimization function

v8.1.5

Toggle v8.1.5's commit message
Update RateLimiting.php

v8.1.4

Toggle v8.1.4's commit message
feat(log): 新增支持删除部分日志 add function to delete logs older than specifie…

…d months

- Add deleteMonthLog functionality to log system
- Create new route and controller method for handling log deletion
- Implement frontend UI and logic for selecting and confirming log deletion-Add necessary database queries to safely delete logs

v8.1.3

Toggle v8.1.3's commit message
Update Install.php

v8.1.2

Toggle v8.1.2's commit message
build(deps): update topthink/think-view to 2.0.0

- Change topthink/think-view dependency from ^2.0 to 2.0.0
- This update specifies an exact version to ensure compatibility and stability

v8.1.1

Toggle v8.1.1's commit message
feat(install): optimize installation page and add .env configuration …

…support

- Update installation page layout and styling
- Add support for reading database configuration from .env file
- Improve error handling and user feedback during installation process
- Refactor JavaScript code for better readability and performance

v8.1.0

Toggle v8.1.0's commit message
Update README.md

v8.0.8

Toggle v8.0.8's commit message
fix(admin): 阿里云对象存储签名版本 V4, upgrade OSS SDK and implement signature v…

…ersion 4

- Upgrade aliyuncs/oss-sdk-php to v2.7.2 or above
- Implement signature version 4 for OSS client
- Add region and environment variable credentials provider
- Update error handling and code formatting

v8.0.7

Toggle v8.0.7's commit message
refactor(admin): use param instead of post to get request parameters

- In both Admin and Menu controllers, change $request->post('id') to $request->param('id')
- This change improves code consistency and allows for more flexible parameter retrieval