Project

General

Profile

1
<?php
2
/**
3
* @package   yoo_solar
4
* @author    YOOtheme http://www.yootheme.com
5
* @copyright Copyright (C) YOOtheme GmbH
6
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
7
*/
8

    
9
// no direct access
10
die('Restricted access');
11

    
12
?>
13

    
14
Changelog
15
------------
16

    
17
1.0.2
18
# Fixed cut off menu dropdown when scrolling
19

    
20
1.0.1
21
# Fixed featured image (J)
22

    
23
1.0.0
24
+ Initial Release
25

    
26

    
27

    
28
* -> Security Fix
29
# -> Bug Fix
30
$ -> Language fix or change
31
+ -> Addition
32
^ -> Change
33
- -> Removed
34
! -> Note
(2-2/16)