Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: fresns/fresns

v3.5.1

20 Jul 14:52

Choose a tag to compare

Fixes

  • Data: Correct the spelling error in the country calling code from countryCode to countryCallingCode.
    • Affected commands sendCode, checkCode, sendSms, createAccount, verifyAccount
    • Affected table accounts

v3.5.0

07 Jul 18:10

Choose a tag to compare

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

29 Jun 23:15

Choose a tag to compare

Fixes

  • Data: Fixed an error when the stickers table name is empty.
  • Words: Fixed an error when the action target for sending messages is empty.
  • API: Comment list cache key issue.
  • API: Fixed the prompt message when unable to send messages to oneself.

v3.4.0

10 Jun 18:51

Choose a tag to compare

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 to followMethod.
  • API: Renamed the followUrl parameter in user and group interaction data to followAppUrl.
  • API: Changed the followMethod parameter value to a string type with values api or page.
  • API: Renamed the uploadType parameter in the editor upload configuration to uploadMethod.
  • API: Renamed the uploadUrl parameter in the editor upload configuration to uploadAppUrl.

v3.3.2

03 Jun 22:05

Choose a tag to compare

Changed

  • API: Content data editControls parameter name changed to controls

v3.3.1

03 Jun 11:55

Choose a tag to compare

Fixes

  • API: Follow user error
  • Data: SQLite database geospatial compatibility

v3.3.0

01 Jun 13:33

Choose a tag to compare

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

19 May 17:16

Choose a tag to compare

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

18 May 02:09

Choose a tag to compare

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

12 May 15:00

Choose a tag to compare

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.