-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchangelog.php
More file actions
43 lines (33 loc) · 883 Bytes
/
changelog.php
File metadata and controls
43 lines (33 loc) · 883 Bytes
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
<?php
// no direct access
die('Restricted access');
?>
Changelog
------------
* -> Security Fix
# -> Bug Fix
$ -> Language fix or change
+ -> Addition
^ -> Change
- -> Removed
! -> Note
Version 1.0.7
^ Complete Refactor of code
# Language string for Module Class Suffix
- Remove support for Joomla 1.5
Version 1.0.6
+ Integrated Joomla update feature with 2.5/3.0 version
^ Separated Joomla 1.5 and 2.5/3.0 versions
- Remove support for Joomla 1.6 and 1.7
Version 1.0.5
^ Merged all Joomla Versions into 1 module
Version 1.0.4
^ Now shows guests and members online instead of just visitors.
+ Separate parameters for random number of guests and members
+ German and French languages included
Version 1.0.3
+ Spanish language included
Version 1.0.2
^ Minimum and maximum value are now parameters rather than in the default.php file
Version 1.0.1
# Various minor bugs fixed