Skip to content

Commit f8e5f35

Browse files
author
Derek Jones
committed
bumping patch version to 3.0.1
1 parent 5531827 commit f8e5f35

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

download_content/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Full server path to a writable directory on the server. If the directory does no
3232

3333
## Change Log
3434

35+
### 3.0.1
36+
37+
- Correcting spelling and documentation errors.
38+
3539
### 3.0
3640

3741
- Updated plugin to be 3.0 compatible

download_content/addon.setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'author_url' => 'https://ellislab.com/',
66
'name' => 'Download Content',
77
'description' => 'Takes the content within the tag pair and forces a file download in the web browser with its contents.',
8-
'version' => '3.0.0',
8+
'version' => '3.0.1',
99
'namespace' => 'EllisLab\Addons\DownloadContent',
1010
'settings_exist' => FALSE,
1111
'plugin.typography' => FALSE

0 commit comments

Comments
 (0)