Skip to content

Commit 4f84a0f

Browse files
committed
Changed the plugin namespace to make it EE6 compatible
1 parent f8e5f35 commit 4f84a0f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

download_content/README.md

Lines changed: 7 additions & 3 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.1.0
36+
37+
- Changed the plugin namespace to make it EE6 compatible.
38+
3539
### 3.0.1
3640

3741
- Correcting spelling and documentation errors.
@@ -43,7 +47,7 @@ Full server path to a writable directory on the server. If the directory does no
4347

4448
## License
4549

46-
Copyright (C) 2011-2016 EllisLab, Inc.
50+
Copyright (C) 2011-2020 Packet Tide, LLC.
4751

4852
Permission is hereby granted, free of charge, to any person obtaining a copy
4953
of this software and associated documentation files (the "Software"), to deal
@@ -62,6 +66,6 @@ ELLISLAB, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
6266
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
6367
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6468

65-
Except as contained in this notice, the name of EllisLab, Inc. shall not be
69+
Except as contained in this notice, the name of Packet Tide, LLC. shall not be
6670
used in advertising or otherwise to promote the sale, use or other dealings
67-
in this Software without prior written authorization from EllisLab, Inc.
71+
in this Software without prior written authorization from Packet Tide, LLC.

download_content/addon.setup.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
return array(
4-
'author' => 'EllisLab',
5-
'author_url' => 'https://ellislab.com/',
4+
'author' => 'Packet Tide',
5+
'author_url' => 'https://packettide.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.1',
9-
'namespace' => 'EllisLab\Addons\DownloadContent',
8+
'version' => '3.1.0',
9+
'namespace' => 'ExpressionEngine\Addons\DownloadContent',
1010
'settings_exist' => FALSE,
1111
'plugin.typography' => FALSE
1212
);

0 commit comments

Comments
 (0)