Skip to content

Commit

Permalink
version 1.1.0 with bugfix #72 #76 #78
Browse files Browse the repository at this point in the history
major update version 1.1.0
#72 bugfix
#76 bugfix
#78 bugfix
improving more securities and add more GneeX theme features
  • Loading branch information
Puguh Wijayanto committed Sep 5, 2017
1 parent 64abcca commit e0ad60b
Show file tree
Hide file tree
Showing 1,328 changed files with 242,811 additions and 4,991 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GeniXCMS
> Update Notice: Please Update to version v1.0.2.
> Update Notice: Please Update to version v1.1.0.
![](https://scontent-sin6-1.xx.fbcdn.net/v/t1.0-9/16195650_667518436742758_1128161184265490528_n.png?oh=df09dadd56c1a329a177f19f591aed14&oe=59124708)

[![Build Status](https://travis-ci.org/semplon/GeniXCMS.svg?branch=master)](https://travis-ci.org/semplon/GeniXCMS)
[![CircleCI](https://circleci.com/gh/semplon/GeniXCMS.svg?style=shield&circle-token=c2ef105b7d61e90dadd066ad0e25e3f53d97c6c1)](https://circleci.com/gh/semplon/GeniXCMS)
Expand All @@ -24,7 +26,7 @@ This CMSF is a starter point to build your own online applications. With already
- **JQuery**,
- **PHP**,
- **MySQL**,
- **SB-Admin 2**,
- **AdminLTE**,
- **elFinder** File Manager
- etc.

Expand Down Expand Up @@ -73,7 +75,7 @@ We are now ready for composer installation. Run this command at your server.
more detail about composer, please read the documentation at http://getcomposer.org

more details of installation :
https://docs.genixcms.org/user-guide/installation/
https://docs.genix.id/user-guide/installation/

### Upgrading

Expand All @@ -92,13 +94,13 @@ define('USE_MEMCACHED', false);

### Showcase
Showcase URL :
- http://demo.genixcms.org
- http://demo.genix.id

### License
**GeniXCMS** License : [**MIT License**](LICENSE)

### Website
Link : http://www.genixcms.org
Link : http://genix.id

### Donate
![Donate Us](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0
7 changes: 7 additions & 0 deletions assets/css/AdminLTE.min.css

Large diffs are not rendered by default.

37 changes: 22 additions & 15 deletions assets/css/dashboard.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
a, #side-menu a, .navbar-inverse a:hover {
color: #333;
}
/*a, #side-menu a, .navbar-inverse a:hover {*/
/*color: #333;*/
/*}*/

a:hover, #side-menu a:hover {
color: #000;
}
/*a:hover, #side-menu a:hover {*/
/*color: #000;*/
/*}*/

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
color: #999;
}
/*.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {*/
/*color: #999;*/
/*}*/

.navbar-inverse a {
color: #eee;
}
/*.navbar-inverse a {*/
/*color: #eee;*/
/*}*/


* {
Expand All @@ -33,15 +33,22 @@ a:hover, #side-menu a:hover {
width: 40px;
height: 40px;
position: fixed;
bottom: 20px;
right: 20px;
bottom: 40px;
right: 40px;
display: none;
/*text-indent: -9999px;*/
background-color: #0C0C0C;
background-color: #222d32;
border-radius: 4px;
color: #efefef;
text-align: center;
vertical-align: middle;
padding: 4px;
cursor: pointer;
}

ul.users-list > li > img {
-webkit-border-radius: 50%!important;
-moz-border-radius:50%!important;
border-radius:50%!important;
opacity: .3;
}
4 changes: 2 additions & 2 deletions assets/css/install.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* PHP Based Content Management System and Framework
* @package GeniXCMS
* @since 0.0.1 build date 20150221
* @version 1.0.2
* @version 1.1.0
* @link https://github.com/semplon/GeniXCMS
* @link http://genixcms.org
* @link http://genix.id
* @author Puguh Wijayanto <psw@metalgenix.com>
* @copyright 2014-2017 Puguh Wijayanto
* @license http://www.opensource.org/licenses/mit-license.php MIT
Expand Down

0 comments on commit e0ad60b

Please sign in to comment.