Skip to content

Releases: yadenis/DCO-Comment-Attachment

v2.4.0

02 Oct 22:36
Compare
Choose a tag to compare
  • Added bulk delete attachments action on the Comments screen.
  • Added the [dco_ca] shortcode for display attachments attached to comments (see FAQ for details).
  • Fixed bug: now if there is no attachment, the empty array is not saved to the database.

v2.3.1

10 Dec 23:48
Compare
Choose a tag to compare
  • Fixed a bug with the accept attribute of the attachment upload field.
  • Added compatibility with Loco Translate plugin.

v2.3.0

29 Nov 17:09
Compare
Choose a tag to compare
  • Added allowed file types to the file input dialog box.
  • Added REST API support (thank you @daohoangson)
  • Added dco_ca_force_download_misc_attachments filter for force download files instead of open.
  • Improved check/uncheck allowed file types on Settings page. (thank you @DuckDivers)
  • Fixed "Trying to get property ‘comment_ID’ of non-object" bug.

v2.2.0

02 Aug 14:15
Compare
Choose a tag to compare
  • Added drag and drop support for attachment input field.
  • Improved "Link thumbnail?" option. Link to a new tab (thank you @graylaurenm) and an attachment page is now supported.
  • Fixed bug with "Manually moderate comments with attachments" option.
  • Removed "Attach to commented post?" option from the Settings page. You can use the dco_ca_attach_to_post filter instead.

2.1.1

23 May 19:38
Compare
Choose a tag to compare
  • Added new filters for the attachment markup customization: dco_ca_get_attachment_preview and dco_ca_get_attachment_preview_image.

2.1.0

07 Jan 23:55
Compare
Choose a tag to compare
  • Added links to attached attachments to the new comment notification email.
  • Added the feature to force moderation comments with attachments.
  • Added compatible with SVG Support plugin.

2.0.0

04 Jan 11:17
Compare
Choose a tag to compare
  • Added the feature to upload multiple files.
  • Added support for some lightbox plugins (see FAQ for details).
  • Added additional markup to the form elements (thank you @matthewmcvickar)
  • Added error handling for JavaScript on the frontend (thank you @MrBalkon for the suggestion)
  • Improved Settings page
  • Filter dco_ca_form_element_autoembed_links_notification is deprecated. Use dco_ca_form_element_autoembed_links instead.
  • Type autoembed-links-notification for form_element function is deprecated. Use autoembed-links instead.

1.3.1

22 May 21:35
Compare
Choose a tag to compare

Fixed image embed bug when attachment url has get parameters

1.3.0

13 May 16:35
Compare
Choose a tag to compare
  • Added the feature to link a thumbnail to a full-size image.
  • Added the feature for restrict uploading attachments only to logged users.
  • Added notification about automatically embedded links, when it's enabled.
  • Fixed bug with incorrect display of attachment types that do not support embedding.
  • Removed jQuery dependency on the frontend.

1.2.1

12 Jan 22:37
Compare
Choose a tag to compare
  • Fixed Quick Edit Comment function bug