Releases: fresns/fresns
Releases · fresns/fresns
v3.6.2
v3.6.1
v3.6.0
Added
- Panel: Added asynchronous monitoring of plugin runtime status to the dashboard.
Fixes
- API: Corrected an issue where the wrong user ID was used when viewing user interaction data.
Changed
- Account: Refactored the User Auth functionality in the account login process.
- Models: Renamed constants in the
AccountConnect
for the connected platforms.
v3.5.3
v3.5.2
v3.5.1
v3.5.0
Added
- Console: Added reset password command
php artisan fresns:reset-password
- Console: Added panel information view command
php artisan fresns:panel
Fixes
- API: Fixed an issue where the other party could not view file messages in conversation messages.
- API: Fixed a file type issue with S3 pre-signed URL uploads.
- Utilities: Fixed the issue where the last comment time of the post was not updated when posting a comment.
- Utilities: Optimized the data structure of device information.
v3.4.1
v3.4.0
Added
- Jobs: Subscription notifications are now implemented using Jobs.
- Helpers: When clearing the schedule cache, failed_jobs records are also deleted synchronously.
Fixes
- API: Only one role was effective when multiple roles were specified in the user list.
- API: Error occurred when creating a comment draft due to the missing
commentPrivate
parameter. - API: Comment draft attached files error.
Changed
- API: Renamed the
followType
parameter in user and group interaction data tofollowMethod
. - API: Renamed the
followUrl
parameter in user and group interaction data tofollowAppUrl
. - API: Changed the
followMethod
parameter value to a string type with valuesapi
orpage
. - API: Renamed the
uploadType
parameter in the editor upload configuration touploadMethod
. - API: Renamed the
uploadUrl
parameter in the editor upload configuration touploadAppUrl
.