Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yadenis committed Oct 2, 2022
1 parent 63aafae commit 9942bc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ You can filter attachments using the `type` attribute. By default it is `all`. A
You can specify one value `[dco_ca type="image"]` or multiple values, separated by commas `[dco_ca type="video,audio"]`.

You can also display attachments from the comments of another post using the `post_id` attribute.
For example, [dco_ca post_id="45"], where `45` is the ID of the specific post.
For example, `[dco_ca post_id="45"]`, where `45` is the ID of the specific post.

You can also combine these attributes. For example, `[dco_ca post_id="45" type="image"]` will display all images attached to comments to the post with ID `45`.
You can also combine these attributes. For example, `[dco_ca post_id="45" type="image"]` will display all images attached to comments to the post with ID 45.

# Changelog
## 2.4.0
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ You can filter attachments using the `type` attribute. By default it is `all`. A
You can specify one value `[dco_ca type="image"]` or multiple values, separated by commas `[dco_ca type="video,audio"]`.

You can also display attachments from the comments of another post using the `post_id` attribute.
For example, [dco_ca post_id="45"], where `45` is the ID of the specific post.
For example, `[dco_ca post_id="45"]`, where `45` is the ID of the specific post.

You can also combine these attributes. For example, `[dco_ca post_id="45" type="image"]` will display all images attached to comments to the post with ID `45`.
You can also combine these attributes. For example, `[dco_ca post_id="45" type="image"]` will display all images attached to comments to the post with ID 45.

== Changelog ==

Expand Down

0 comments on commit 9942bc1

Please sign in to comment.