[go: up one dir, main page]

Skip to content

Releases: fresns/fresns

v3.6.2

20 Oct 22:08
Compare
Choose a tag to compare

Fixes

  • API: File download link

v3.6.1

17 Oct 23:18
Compare
Choose a tag to compare

Fixes

  • API: Download conversation attachment error
  • API: Fix MySQL Latitude and Longitude Field Issue
  • API: Fix misspelled field names
  • Account: Fix middleware order
  • Words: Fix wallet update state
  • Task Scheduling: Fix framework references

v3.6.0

12 Aug 08:26
Compare
Choose a tag to compare

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

22 Jul 13:15
Compare
Choose a tag to compare

Fixes

  • Account: Issue with recognizing pure phone numbers and country calling code.

v3.5.2

21 Jul 06:42
Compare
Choose a tag to compare

Fixes

  • Account: After modifying the data, the user cache was not cleared.
  • API: Check the issue with the number of times a user downloads files.

v3.5.1

20 Jul 14:52
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

  • API: Content data editControls parameter name changed to controls