Skip to content

v3.4.0

Compare
Choose a tag to compare
@jevantang jevantang released this 10 Jun 18:51
· 33 commits to 3.x since this release

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.