-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.php
56 lines (54 loc) · 1.2 KB
/
CHANGELOG.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
/**
* CHANGELOG
*
* This is the changelog for KandandaMassEmail.
*
* @package KandandaMassEmail
* @subpackage Documentation
* @author Heinl Christian <[email protected]>
* @copyright (C) 2015-2020 Heinl Christian
* @license GNU General Public License version 2 or later
*/
// --No direct access to this changelog...
defined('_JEXEC') || die('=;)');
// --For phpDocumentor documentation we need to construct a function ;)
/**
* CHANGELOG
* @return void
*/
function CHANGELOG()
{
/**
* **********************************************
* This is the changelog for KandandaMassEmail
* **********************************************
*
* Legend:
*
* * -> Security Fix
* # -> Bug Fix
* + -> Addition
* ^ -> Change
* - -> Removed
* ! -> Note
*
* **********************************************
*
* * Version 1.1.1
* 30-Dec-2022 Heinl Christian
* ^ PHP8 compatibility
*
* Version 1.1.0
* 30-Dec-2020 Heinl Christian
* + Header image for email can be configured
*
* Version 1.0.1
* 05-Dec-2020 Heinl Christian
* # Emails to gmx.de, web.de, online.de are sent via seperate mails
*
* Version 1.0.0
* 19-Oct-2014 Heinl Christian
* ! Startup
*/
}