From 0cb8ebaf4b0dd72cfcb808493f607ca66cc51b29 Mon Sep 17 00:00:00 2001 From: Denis Yanchevskiy Date: Sun, 23 May 2021 22:36:57 +0300 Subject: [PATCH] Bumped version and updated changelog --- README.md | 5 ++++- dco-comment-attachment.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2699b25..3b77ba6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Attachments are uploaded to the WordPress Media Library and deleted along with t DCO Comment Attachment is also available on [WordPress.org](https://wordpress.org/plugins/dco-comment-attachment/). # Version -2.1.0 +2.1.1 [![Build Status](https://travis-ci.org/yadenis/DCO-Comment-Attachment.svg?branch=master)](https://travis-ci.org/yadenis/DCO-Comment-Attachment) @@ -45,6 +45,9 @@ DCO Comment Attachment tested with: Feel free to create [a new issue](https://github.com/yadenis/DCO-Comment-Attachment/issues) if you need integration with another plugin. # Changelog +## 2.1.1 +- Added new filters for the attachment markup customization: `dco_ca_get_attachment_preview` and `dco_ca_get_attachment_preview_image`. + ## 2.1.0 - Added links to attached attachments to the new comment notification email. - Added the feature to force moderation comments with attachments. diff --git a/dco-comment-attachment.php b/dco-comment-attachment.php index 77050ad..7d8534e 100644 --- a/dco-comment-attachment.php +++ b/dco-comment-attachment.php @@ -12,7 +12,7 @@ * Plugin Name: DCO Comment Attachment * Plugin URI: https://denisco.pro/dco-comment-attachment/ * Description: Allows your visitors to attach files with their comments - * Version: 2.1.0 + * Version: 2.1.1 * Author: Denis Yanchevskiy * Author URI: https://denisco.pro * License: GPLv2 or later @@ -24,7 +24,7 @@ define( 'DCO_CA_URL', plugin_dir_url( __FILE__ ) ); define( 'DCO_CA_PATH', plugin_dir_path( __FILE__ ) ); define( 'DCO_CA_BASENAME', plugin_basename( __FILE__ ) ); -define( 'DCO_CA_VERSION', '2.1.0' ); +define( 'DCO_CA_VERSION', '2.1.1' ); require_once DCO_CA_PATH . 'includes/functions.php'; diff --git a/readme.txt b/readme.txt index 54bdb38..44a65d2 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: comment, comment attachment, attachment, image, video Requires at least: 4.6 Tested up to: 5.6 Requires PHP: 5.6 -Stable tag: 2.1.0 +Stable tag: 2.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://www.donationalerts.com/r/denisco @@ -59,6 +59,9 @@ Feel free to create [a new topic](https://wordpress.org/support/plugin/dco-comme == Changelog == += 2.1.1 = +* Added new filters for the attachment markup customization: `dco_ca_get_attachment_preview` and `dco_ca_get_attachment_preview_image`. + = 2.1.0 = * Added links to attached attachments to the new comment notification email. * Added the feature to force moderation comments with attachments.