We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5531827 commit f8e5f35Copy full SHA for f8e5f35
download_content/README.md
@@ -32,6 +32,10 @@ Full server path to a writable directory on the server. If the directory does no
32
33
## Change Log
34
35
+### 3.0.1
36
+
37
+- Correcting spelling and documentation errors.
38
39
### 3.0
40
41
- Updated plugin to be 3.0 compatible
download_content/addon.setup.php
@@ -5,7 +5,7 @@
5
'author_url' => 'https://ellislab.com/',
6
'name' => 'Download Content',
7
'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',
+ 'version' => '3.0.1',
9
'namespace' => 'EllisLab\Addons\DownloadContent',
10
'settings_exist' => FALSE,
11
'plugin.typography' => FALSE
0 commit comments