Releases: fresns/fresns
Releases · fresns/fresns
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
commentPrivateparameter. - API: Comment draft attached files error.
Changed
- API: Renamed the
followTypeparameter in user and group interaction data tofollowMethod. - API: Renamed the
followUrlparameter in user and group interaction data tofollowAppUrl. - API: Changed the
followMethodparameter value to a string type with valuesapiorpage. - API: Renamed the
uploadTypeparameter in the editor upload configuration touploadMethod. - API: Renamed the
uploadUrlparameter in the editor upload configuration touploadAppUrl.
v3.3.2
v3.3.1
v3.3.0
Added
- API: Added name and unit parameters to the user extended score record list.
- Models: For video file information, if there is a poster processing parameter but no poster path, the file path is used to generate the poster directly from the video file.
- Account: Connect configuration now supports uploading custom icons.
Fixes
- API: Resolved cache key name conflict in post and comment list interfaces.
- API: Added visibility condition to the group list query criteria.
- API: Fixed block failure in post and comment lists.
- Words: Set user extended score, re-fetch final score from the database to avoid data inconsistency due to abnormal execution.
- Utilities: Corrected model name error in city data creation.
Changed
- Data: Modified language pack key naming for wallet and extended score, replacing the word "Log" with "Record".
- Models: When the site_url configuration item is empty, the content URL is also empty.
v3.2.1
Fixes
- Panel: Group editing does not prohibit specifying itself as the parent group.
Changed
- Panel: Storage settings refactored. Please refer to the plugin introduction for reconfiguration.
- Panel: Removed custom cookie prefix functionality.
- Words: Renamed command for obtaining temporary file URLs.
v3.2.0
Added
- API: Tree structure for group lists supports querying by type.
Fixes
- API: Optimized editor and draft parameters.
- API: Issue with group follow type parameter values.
- Data: Corrected parameters for extend archives.
- Panel: Configuration items lost when saving role permission settings.
Changed
- API: Refactored extend archives interface.
/api/fresns/v1/global/{type}/archives
v3.1.3
Fixes
- Data: Modify the token field length in the account interconnection information table to accommodate longer character storage.
- Panel: Theme upgrade did not automatically clear version number cache.
- Panel: Incorrect 302 error in JS language pack link.
- Framework: Optimize 404 and 500 error page views.