mirror of https://github.com/ColorlibHQ/AdminLTE
Milestone 2.1.2
parent
13ec90f533
commit
586db744f7
|
@ -92,6 +92,13 @@ AdminLTE 1.x can be easily upgraded to 2.x using [this guide](https://almsaeedst
|
|||
|
||||
Change log
|
||||
----------
|
||||
**v2.1.2:**
|
||||
- Added explicit BoxWidget activation function issue #450
|
||||
- Crushed some bugs
|
||||
|
||||
**v2.1.1:**
|
||||
- Fix version error
|
||||
|
||||
**v2.1.0:**
|
||||
- Update Ion Icons
|
||||
- Added right sidebar ```.control-sidebar```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AdminLTE",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"homepage": "http://almsaeedstudio.com",
|
||||
"authors": [
|
||||
"Abdullah Almsaeed <almasaeed2010@gmail.com>"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* AdminLTE v2.1.0
|
||||
* AdminLTE v2.1.2
|
||||
* Author: Almsaeed Studio
|
||||
* Website: Almsaeed Studio <http://almsaeedstudio.com>
|
||||
* License: Open source - MIT
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
CHANGE LOG:
|
||||
v2.1.2:
|
||||
- Added explicit BoxWidget activation function issue #450
|
||||
- Crushed some bugs
|
||||
|
||||
v2.1.1:
|
||||
- Fix version error
|
||||
|
||||
v2.1.0:
|
||||
- Update Ion Icons
|
||||
- Added right sidebar ```.control-sidebar```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
||||
/*!
|
||||
* AdminLTE v2.1.0
|
||||
* AdminLTE v2.1.2
|
||||
* Author: Almsaeed Studio
|
||||
* Website: Almsaeed Studio <http://almsaeedstudio.com>
|
||||
* License: Open source - MIT
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);/*!
|
||||
* AdminLTE v2.1.0
|
||||
* AdminLTE v2.1.2
|
||||
* Author: Almsaeed Studio
|
||||
* Website: Almsaeed Studio <http://almsaeedstudio.com>
|
||||
* License: Open source - MIT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @Author Almsaeed Studio
|
||||
* @Support <http://www.almsaeedstudio.com>
|
||||
* @Email <support@almsaeedstudio.com>
|
||||
* @version 2.1.0
|
||||
* @version 2.1.2
|
||||
* @license MIT <http://opensource.org/licenses/MIT>
|
||||
*/
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue