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 22, 2020
1 parent 4266170 commit c770aee
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 @@ -22,11 +22,14 @@ 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
1.3.0
1.3.1

[![Build Status](https://travis-ci.org/yadenis/DCO-Comment-Attachment.svg?branch=dev)](https://travis-ci.org/yadenis/DCO-Comment-Attachment)

# Changelog
## 1.3.1
- Fixed image embed bug when attachment url has get parameters

## 1.3.0
- Added the feature to link a thumbnail to a full-size image.
- Added the feature for restrict uploading attachments only to logged users.
Expand Down
4 changes: 2 additions & 2 deletions dco-comment-attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* Plugin Name: DCO Comment Attachment
* Description: Allows your visitors to attach files with their comments
* Version: 1.3.0
* Version: 1.3.1
* Author: Denis Yanchevskiy
* Author URI: https://denisco.pro
* License: GPLv2 or later
Expand All @@ -23,7 +23,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', '1.3.0' );
define( 'DCO_CA_VERSION', '1.3.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.4
Requires PHP: 5.4
Stable tag: 1.3.0
Stable tag: 1.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -40,6 +40,9 @@ DCO Comment Attachment is also available on [GitHub](https://github.com/yadenis/

== Changelog ==

= 1.3.1 =
* Fixed image embed bug when attachment url has get parameters (thank you @deepreef)

= 1.3.0 =
* Added the feature to link a thumbnail to a full-size image.
* Added the feature for restrict uploading attachments only to logged users.
Expand Down

0 comments on commit c770aee

Please sign in to comment.