Skip to content

Commit

Permalink
Bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yadenis committed May 23, 2021
1 parent bb73a3e commit 0cb8eba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions dco-comment-attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0cb8eba

Please sign in to comment.