From 074d1ca039027c72d6b996ed72de71a2e659d097 Mon Sep 17 00:00:00 2001 From: utsman Date: Mon, 6 Feb 2017 01:39:19 +0900 Subject: [PATCH 1/9] Fix Comment --- plugins/jvectormap/jquery-jvectormap-1.2.2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jvectormap/jquery-jvectormap-1.2.2.css b/plugins/jvectormap/jquery-jvectormap-1.2.2.css index 63e717df2..c601ab35b 100644 --- a/plugins/jvectormap/jquery-jvectormap-1.2.2.css +++ b/plugins/jvectormap/jquery-jvectormap-1.2.2.css @@ -19,7 +19,7 @@ -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; - background: #d2d6de;//rgba(0,0,0,0.4); + background: #d2d6de;/*rgba(0,0,0,0.4)*/; padding: 5px; color: #444; cursor: pointer; From a0475e08ae09d1a83df8331867a6962f223a4fb8 Mon Sep 17 00:00:00 2001 From: Mickael GOETZ Date: Tue, 7 Mar 2017 12:53:17 +0100 Subject: [PATCH 2/9] fix name attribute in bower.json The package name cannot contain uppercase letters. https://github.com/bower/spec/blob/master/json.md#name --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 4f2059f20..ef3a7f1f8 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "AdminLTE", + "name": "admin-lte", "homepage": "http://almsaeedstudio.com", "authors": [ "Abdullah Almsaeed " From 936302b8473430cea292635b63b12f5da4fe7133 Mon Sep 17 00:00:00 2001 From: Wanderson Date: Mon, 20 Mar 2017 18:03:01 -0300 Subject: [PATCH 3/9] Fix screenshot mardown --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ccf45bfcd..03a91b6fe 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Looking for Premium Templates? ------------------------------ **Almsaeed studio just opened a new premium templates website. Hand picked to ensure the best quality and the most affordable prices. Visit https://themequarry.com for more information.** - -!["AdminLTE Presentation"] (https://almsaeedstudio.com/AdminLTE2.png "AdminLTE Presentation") +!["AdminLTE Presentation"](https://almsaeedstudio.com/AdminLTE2.png "AdminLTE Presentation") **AdminLTE** has been carefully coded with clear comments in all of its JS, LESS and HTML files. LESS has been used to increase code customizability. From eb782d743bbe7ed291fc63a8ea35e2890ef26ab1 Mon Sep 17 00:00:00 2001 From: Gil Ferreira Date: Thu, 23 Mar 2017 22:12:33 -0400 Subject: [PATCH 4/9] Added CoPilot to example implementations. (#1359) * Added CoPilot to example implementations. This is a version of AdminLTE that makes it easy to use Vue.js * Added copilot into implementation page so it isn't overridden by grunt --- documentation/build/include/implementations.html | 1 + documentation/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/documentation/build/include/implementations.html b/documentation/build/include/implementations.html index 9e9417b78..1abac1beb 100644 --- a/documentation/build/include/implementations.html +++ b/documentation/build/include/implementations.html @@ -11,6 +11,7 @@
  • Laravel-AdminLTE by Jeroen Noten
  • Symfony by Marc Bach
  • Rails gems: adminlte2-rails by Nicolas Besnard and lte-rails (using AdminLTE sources) by Carlos at RacketLogger
  • +
  • CoPilot (AdminLTE with Vue.js) byGil Ferreira
  • Note: these implementations are not supported by Almsaeed Studio. However, diff --git a/documentation/index.html b/documentation/index.html index 235055df1..44c3ffddb 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -2090,6 +2090,7 @@ AdminLTE/

  • Laravel-AdminLTE by Jeroen Noten
  • Symfony by Marc Bach
  • Rails gems: adminlte2-rails by Nicolas Besnard and lte-rails (using AdminLTE sources) by Carlos at RacketLogger
  • +
  • CoPilot (AdminLTE with Vue.js) byGil Ferreira
  • Note: these implementations are not supported by Almsaeed Studio. However, From 26a56938cea61a29c8d8889452668cda44e3ffa4 Mon Sep 17 00:00:00 2001 From: Gabor Mojzes Date: Sun, 16 Apr 2017 13:51:12 +0100 Subject: [PATCH 5/9] Fix Bootstrap version number (#1447) --- documentation/build/index.html | 4 ++-- documentation/index.html | 4 ++-- index.html | 4 ++-- index2.html | 4 ++-- pages/UI/buttons.html | 4 ++-- pages/UI/general.html | 4 ++-- pages/UI/icons.html | 4 ++-- pages/UI/modals.html | 4 ++-- pages/UI/sliders.html | 4 ++-- pages/UI/timeline.html | 4 ++-- pages/calendar.html | 4 ++-- pages/charts/chartjs.html | 4 ++-- pages/charts/flot.html | 4 ++-- pages/charts/inline.html | 4 ++-- pages/charts/morris.html | 4 ++-- pages/examples/404.html | 4 ++-- pages/examples/500.html | 4 ++-- pages/examples/blank.html | 4 ++-- pages/examples/invoice-print.html | 2 +- pages/examples/invoice.html | 4 ++-- pages/examples/lockscreen.html | 4 ++-- pages/examples/login.html | 4 ++-- pages/examples/pace.html | 4 ++-- pages/examples/profile.html | 4 ++-- pages/examples/register.html | 4 ++-- pages/forms/advanced.html | 4 ++-- pages/forms/editors.html | 4 ++-- pages/forms/general.html | 4 ++-- pages/layout/boxed.html | 4 ++-- pages/layout/collapsed-sidebar.html | 4 ++-- pages/layout/fixed.html | 4 ++-- pages/layout/top-nav.html | 4 ++-- pages/mailbox/compose.html | 4 ++-- pages/mailbox/mailbox.html | 4 ++-- pages/mailbox/read-mail.html | 4 ++-- pages/tables/data.html | 4 ++-- pages/tables/simple.html | 4 ++-- pages/widgets.html | 4 ++-- starter.html | 4 ++-- 39 files changed, 77 insertions(+), 77 deletions(-) diff --git a/documentation/build/index.html b/documentation/build/index.html index 5c4917645..543675b07 100644 --- a/documentation/build/index.html +++ b/documentation/build/index.html @@ -5,7 +5,7 @@ AdminLTE 2 | Documentation - + @@ -178,7 +178,7 @@ include "license.html" - + diff --git a/documentation/index.html b/documentation/index.html index 44c3ffddb..a78094b05 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -5,7 +5,7 @@ AdminLTE 2 | Documentation - + @@ -2154,7 +2154,7 @@ AdminLTE/ - + diff --git a/index.html b/index.html index f9a2bab40..7b29f4643 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ AdminLTE 2 | Dashboard - + @@ -1225,7 +1225,7 @@ - + diff --git a/index2.html b/index2.html index 97ec44607..bbf6e5269 100644 --- a/index2.html +++ b/index2.html @@ -6,7 +6,7 @@ AdminLTE 2 | Dashboard - + @@ -1533,7 +1533,7 @@ - + diff --git a/pages/UI/buttons.html b/pages/UI/buttons.html index 3858904d0..441ac1b93 100644 --- a/pages/UI/buttons.html +++ b/pages/UI/buttons.html @@ -6,7 +6,7 @@ AdminLTE 2 | Buttons - + @@ -1698,7 +1698,7 @@ - + diff --git a/pages/UI/general.html b/pages/UI/general.html index 045a82b34..64a65a830 100644 --- a/pages/UI/general.html +++ b/pages/UI/general.html @@ -6,7 +6,7 @@ AdminLTE 2 | General UI - + @@ -1646,7 +1646,7 @@ - + diff --git a/pages/UI/icons.html b/pages/UI/icons.html index abf77e556..44557bf6b 100644 --- a/pages/UI/icons.html +++ b/pages/UI/icons.html @@ -6,7 +6,7 @@ AdminLTE 2 | Icons - + @@ -3021,7 +3021,7 @@ - + diff --git a/pages/UI/modals.html b/pages/UI/modals.html index c3ca1223d..21c838504 100644 --- a/pages/UI/modals.html +++ b/pages/UI/modals.html @@ -6,7 +6,7 @@ AdminLTE 2 | Modals - + @@ -889,7 +889,7 @@ - + diff --git a/pages/UI/sliders.html b/pages/UI/sliders.html index 940dce939..529b88555 100644 --- a/pages/UI/sliders.html +++ b/pages/UI/sliders.html @@ -6,7 +6,7 @@ AdminLTE 2 | UI Sliders - + @@ -812,7 +812,7 @@ - + diff --git a/pages/UI/timeline.html b/pages/UI/timeline.html index 4665493f5..675f788e0 100644 --- a/pages/UI/timeline.html +++ b/pages/UI/timeline.html @@ -6,7 +6,7 @@ AdminLTE 2 | Timeline - + @@ -893,7 +893,7 @@ - + diff --git a/pages/calendar.html b/pages/calendar.html index ab2e0a8fe..3f24b3422 100644 --- a/pages/calendar.html +++ b/pages/calendar.html @@ -6,7 +6,7 @@ AdminLTE 2 | Calendar - + @@ -794,7 +794,7 @@ - + diff --git a/pages/charts/chartjs.html b/pages/charts/chartjs.html index b3db92127..ce237dec1 100644 --- a/pages/charts/chartjs.html +++ b/pages/charts/chartjs.html @@ -6,7 +6,7 @@ AdminLTE 2 | ChartJS - + @@ -696,7 +696,7 @@ - + diff --git a/pages/charts/flot.html b/pages/charts/flot.html index 805ee0d24..8490d621a 100644 --- a/pages/charts/flot.html +++ b/pages/charts/flot.html @@ -6,7 +6,7 @@ AdminLTE 2 | Flot Charts - + @@ -839,7 +839,7 @@ - + diff --git a/pages/charts/inline.html b/pages/charts/inline.html index 41abf2370..d7fd2541b 100644 --- a/pages/charts/inline.html +++ b/pages/charts/inline.html @@ -6,7 +6,7 @@ AdminLTE 2 | Inline Charts - + @@ -1077,7 +1077,7 @@ - + diff --git a/pages/charts/morris.html b/pages/charts/morris.html index bb0fb5283..684f2783b 100644 --- a/pages/charts/morris.html +++ b/pages/charts/morris.html @@ -6,7 +6,7 @@ AdminLTE 2 | Morris.js Charts - + @@ -809,7 +809,7 @@ - + diff --git a/pages/examples/404.html b/pages/examples/404.html index 373e011e8..e0fae80cd 100644 --- a/pages/examples/404.html +++ b/pages/examples/404.html @@ -6,7 +6,7 @@ AdminLTE 2 | 404 Page not found - + @@ -744,7 +744,7 @@ - + diff --git a/pages/examples/500.html b/pages/examples/500.html index 62a05649e..e4dc2c4f4 100644 --- a/pages/examples/500.html +++ b/pages/examples/500.html @@ -6,7 +6,7 @@ AdminLTE 2 | 500 Error - + @@ -745,7 +745,7 @@ - + diff --git a/pages/examples/blank.html b/pages/examples/blank.html index cf8bd05b3..bd5776505 100644 --- a/pages/examples/blank.html +++ b/pages/examples/blank.html @@ -6,7 +6,7 @@ AdminLTE 2 | Blank Page - + @@ -640,7 +640,7 @@ - + diff --git a/pages/examples/invoice-print.html b/pages/examples/invoice-print.html index 12f2911c9..187a7dea1 100644 --- a/pages/examples/invoice-print.html +++ b/pages/examples/invoice-print.html @@ -6,7 +6,7 @@ AdminLTE 2 | Invoice - + diff --git a/pages/examples/invoice.html b/pages/examples/invoice.html index 1f159fe2a..ce7afb79c 100644 --- a/pages/examples/invoice.html +++ b/pages/examples/invoice.html @@ -6,7 +6,7 @@ AdminLTE 2 | Invoice - + @@ -874,7 +874,7 @@ - + diff --git a/pages/examples/lockscreen.html b/pages/examples/lockscreen.html index 72b013a10..6753b63e7 100644 --- a/pages/examples/lockscreen.html +++ b/pages/examples/lockscreen.html @@ -6,7 +6,7 @@ AdminLTE 2 | Lockscreen - + @@ -68,7 +68,7 @@ - + diff --git a/pages/examples/login.html b/pages/examples/login.html index 34baf9703..640fe7566 100644 --- a/pages/examples/login.html +++ b/pages/examples/login.html @@ -6,7 +6,7 @@ AdminLTE 2 | Log in - + @@ -77,7 +77,7 @@ - + diff --git a/pages/examples/pace.html b/pages/examples/pace.html index 1a2fa69b8..c7f731336 100644 --- a/pages/examples/pace.html +++ b/pages/examples/pace.html @@ -6,7 +6,7 @@ AdminLTE 2 | Pace Page - + @@ -653,7 +653,7 @@ - + diff --git a/pages/examples/profile.html b/pages/examples/profile.html index 414837cc8..90b2ee7e1 100644 --- a/pages/examples/profile.html +++ b/pages/examples/profile.html @@ -6,7 +6,7 @@ AdminLTE 2 | User Profile - + @@ -1073,7 +1073,7 @@ - + diff --git a/pages/examples/register.html b/pages/examples/register.html index c53b23379..301873f87 100644 --- a/pages/examples/register.html +++ b/pages/examples/register.html @@ -6,7 +6,7 @@ AdminLTE 2 | Registration Page - + @@ -82,7 +82,7 @@ - + diff --git a/pages/forms/advanced.html b/pages/forms/advanced.html index 1a1d7db6a..e1d20b905 100644 --- a/pages/forms/advanced.html +++ b/pages/forms/advanced.html @@ -6,7 +6,7 @@ AdminLTE 2 | Advanced form elements - + @@ -1121,7 +1121,7 @@ - + diff --git a/pages/forms/editors.html b/pages/forms/editors.html index 5a281cabe..c81a98f5b 100644 --- a/pages/forms/editors.html +++ b/pages/forms/editors.html @@ -6,7 +6,7 @@ AdminLTE 2 | Editors - + @@ -773,7 +773,7 @@ - + diff --git a/pages/forms/general.html b/pages/forms/general.html index 82ba5e431..bb7297eb8 100644 --- a/pages/forms/general.html +++ b/pages/forms/general.html @@ -6,7 +6,7 @@ AdminLTE 2 | General Form Elements - + @@ -1104,7 +1104,7 @@ - + diff --git a/pages/layout/boxed.html b/pages/layout/boxed.html index 2f9907b59..d94cc58d6 100644 --- a/pages/layout/boxed.html +++ b/pages/layout/boxed.html @@ -6,7 +6,7 @@ AdminLTE 2 | Boxed Layout - + @@ -640,7 +640,7 @@ - + diff --git a/pages/layout/collapsed-sidebar.html b/pages/layout/collapsed-sidebar.html index e6cea5132..55ff4eb36 100644 --- a/pages/layout/collapsed-sidebar.html +++ b/pages/layout/collapsed-sidebar.html @@ -6,7 +6,7 @@ AdminLTE 2 | Collapsed Sidebar Layout - + @@ -646,7 +646,7 @@ - + diff --git a/pages/layout/fixed.html b/pages/layout/fixed.html index f3da8e6a0..69efc71c4 100644 --- a/pages/layout/fixed.html +++ b/pages/layout/fixed.html @@ -6,7 +6,7 @@ AdminLTE 2 | Fixed Layout - + @@ -646,7 +646,7 @@ - + diff --git a/pages/layout/top-nav.html b/pages/layout/top-nav.html index c3ac84ce9..95e56f7da 100644 --- a/pages/layout/top-nav.html +++ b/pages/layout/top-nav.html @@ -6,7 +6,7 @@ AdminLTE 2 | Top Navigation - + @@ -276,7 +276,7 @@ - + diff --git a/pages/mailbox/compose.html b/pages/mailbox/compose.html index 2889b5e23..c238e8fce 100644 --- a/pages/mailbox/compose.html +++ b/pages/mailbox/compose.html @@ -6,7 +6,7 @@ AdminLTE 2 | Compose Message - + @@ -735,7 +735,7 @@ - + diff --git a/pages/mailbox/mailbox.html b/pages/mailbox/mailbox.html index f1534761e..bc9652031 100644 --- a/pages/mailbox/mailbox.html +++ b/pages/mailbox/mailbox.html @@ -6,7 +6,7 @@ AdminLTE 2 | Mailbox - + @@ -878,7 +878,7 @@ - + diff --git a/pages/mailbox/read-mail.html b/pages/mailbox/read-mail.html index 8953c9bc1..75bc0fd30 100644 --- a/pages/mailbox/read-mail.html +++ b/pages/mailbox/read-mail.html @@ -6,7 +6,7 @@ AdminLTE 2 | Read Mail - + @@ -801,7 +801,7 @@ - + diff --git a/pages/tables/data.html b/pages/tables/data.html index 82960c2e4..95ad65002 100644 --- a/pages/tables/data.html +++ b/pages/tables/data.html @@ -6,7 +6,7 @@ AdminLTE 2 | Data Tables - + @@ -1607,7 +1607,7 @@ - + diff --git a/pages/tables/simple.html b/pages/tables/simple.html index 976aeaf7c..bd972161a 100644 --- a/pages/tables/simple.html +++ b/pages/tables/simple.html @@ -6,7 +6,7 @@ AdminLTE 2 | Simple Tables - + @@ -1042,7 +1042,7 @@ - + diff --git a/pages/widgets.html b/pages/widgets.html index 9f45eae07..6b4f6cafd 100644 --- a/pages/widgets.html +++ b/pages/widgets.html @@ -6,7 +6,7 @@ AdminLTE 2 | Widgets - + @@ -1774,7 +1774,7 @@ - + diff --git a/starter.html b/starter.html index 202728304..500b976b1 100644 --- a/starter.html +++ b/starter.html @@ -10,7 +10,7 @@ scratch. This page gets rid of all links and provides the needed markup only. AdminLTE 2 | Starter - + @@ -392,7 +392,7 @@ desired effect - + From b12cc7d9e40c8beac7177dd236fe76b4299c7a5e Mon Sep 17 00:00:00 2001 From: Gabor Mojzes Date: Sun, 16 Apr 2017 13:53:16 +0100 Subject: [PATCH 6/9] Updated changelog with already released versions (#1438) * Fix style * Updated changelog with already released versions --- changelog.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 73a46ec0c..a291ba2b0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,58 @@ ### CHANGE LOG: -**v2.3.7** +**v2.3.11:** +- Update colors @gray color to @gray-lte + +**v2.3.10:** +- Fix default box solid color issue + +**v2.3.9:** +- Remove test from starter page +- Merge branch 'PeterDaveHelloKitchen-image-optimize' +- Merge PR #1108 to optimize images +- Fix #1256 +- Fix #1269 +- Fix #1276 +- Fix #1296 +- Fix #1300 +- Allow for adminlte without plugin override +- Merge pull request #1101 from almasaeed2010/issue-668 +- Causes bootstrap slider to disappear Revert "Merge pull request #1186 from manhhailua/patch-1" +- Merge pull request #1186 from manhhailua/patch-1 +- Merge pull request #1205 from tyrollins/master +- Merge pull request #1211 from cquanu/master +- Merge pull request #1224 from kennynaoh/master +- Fix typo +- Merge pull request #1239 from zzzeep/master +- Fix typo +- Merge pull request #1242 from gauravmak/patch-1 +- Merge pull request #1264 from Strato/patch-1 +- Merge pull request #1286 from marcusportmann/master +- Merge branch 'master' of https://github.com/almasaeed2010/AdminLTE +- add laravel implementation PR #1301 +- Merge pull request #1268 from eryshev/master +- Happy New Years! +- Fixed jumping buttons with Bootstrap tooltip +- Run LESS +- Remove font antialiasing +- Add option to control sidemenu's tree views. +- Fixed a typo +- Wrong Spell +- Fix issue #1191 +- Add yarn lock file +- Removed redundant punctuation ":" +- Add CDNJS version badge in readme +- Update BS to v3.3.7 +- remove unnecessary coma +- sliders bug fixes +- optimize png images using zopflipng +- Provide fix for issue #668 + +**v2.3.8:** +- Fix sidebar angle icon issue #1237 +- Update version +- Update Bootstrap to 3.3.7 + +**v2.3.7:** - Merge pull request #1160 from antoniocambados/antoniocambados-patch-1158 - Merge branch 'rickysang-master' - merge pull request #1165 From 1f797fd5f7c1694f5b52095b3444dd29023cfcbc Mon Sep 17 00:00:00 2001 From: Gavin Gilmour Date: Sun, 16 Apr 2017 13:55:27 +0100 Subject: [PATCH 7/9] Fix README headers (#1425) As title. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03a91b6fe..ce897d974 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Installation ------------ There are multiple ways to install AdminLTE. -####Download: +#### Download: Download from Github or [visit Almsaeed Studio](https://almsaeedstudio.com) and download the latest release. -####Using The Command Line: +#### Using The Command Line: **Github** From bf174bfcb0d5bee150dbf5b9e68d4f1bbb9fb377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Sun, 30 Apr 2017 14:44:44 +0200 Subject: [PATCH 8/9] Fix typo in collapsed-sidebar.html (#1422) --- pages/layout/collapsed-sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/layout/collapsed-sidebar.html b/pages/layout/collapsed-sidebar.html index 55ff4eb36..9199feb19 100644 --- a/pages/layout/collapsed-sidebar.html +++ b/pages/layout/collapsed-sidebar.html @@ -25,7 +25,7 @@ - +

    From 7089f63213c49015ef6c8ed238e923166c48e4b3 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Tue, 16 May 2017 18:46:37 -0400 Subject: [PATCH 9/9] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ce897d974..04d82aa41 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Introduction **AdminLTE** -- is a fully responsive admin template. Based on **[Bootstrap 3](https://github.com/twbs/bootstrap)** framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for yourself. -**Download & Preview on [Almsaeed Studio](https://almsaeedstudio.com)** +**Download & Preview on [AdminLTE.IO](https://adminlte.io)** Looking for Premium Templates? ------------------------------ -**Almsaeed studio just opened a new premium templates website. Hand picked to ensure the best quality and the most affordable prices. Visit https://themequarry.com for more information.** +**We just opened a new premium templates website. Hand picked to ensure the best quality and the most affordable prices. Visit https://themequarry.com for more information.** -!["AdminLTE Presentation"](https://almsaeedstudio.com/AdminLTE2.png "AdminLTE Presentation") +!["AdminLTE Presentation"](https://AdminLTE.IO/AdminLTE2.png "AdminLTE Presentation") **AdminLTE** has been carefully coded with clear comments in all of its JS, LESS and HTML files. LESS has been used to increase code customizability. @@ -24,7 +24,7 @@ There are multiple ways to install AdminLTE. #### Download: -Download from Github or [visit Almsaeed Studio](https://almsaeedstudio.com) and download the latest release. +Download from Github or [visit AdminLTE.IO](https://AdminLTE.IO) and download the latest release. #### Using The Command Line: @@ -56,7 +56,7 @@ composer require "almasaeed2010/adminlte=~2.0" Documentation ------------- -Visit the [online documentation](https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html) for the most +Visit the [online documentation](https://AdminLTE.IO/themes/AdminLTE/documentation/index.html) for the most updated guide. Information will be added on a weekly basis. Browser Support @@ -78,15 +78,14 @@ Contribution are always **welcome and recommended**! Here is how: #### Contribution Requirements: -- When you contribute, you agree to give a non-exclusive license to Almsaeed Studio to use that contribution in any context as we (Almsaeed Studio) see appropriate. +- When you contribute, you agree to give a non-exclusive license to AdminLTE.IO to use that contribution in any context as we (AdminLTE.IO) see appropriate. - If you use content provided by another party, it must be appropriately licensed using an [open source](http://opensource.org/licenses) license. - Contributions are only accepted through Github pull requests. - Finally, contributed code must work in all supported browsers (see above for browser support). License ------- -AdminLTE is an open source project by [Almsaeed Studio](https://almsaeedstudio.com) that is licensed under [MIT](http://opensource.org/licenses/MIT). Almsaeed Studio -reserves the right to change the license of future releases. +AdminLTE is an open source project by [AdminLTE.IO](https://AdminLTE.IO) that is licensed under [MIT](http://opensource.org/licenses/MIT). We reserves the right to change the license of future releases. Todo List --------- @@ -98,7 +97,7 @@ Todo List Legacy Releases ---------------- -AdminLTE 1.x can be easily upgraded to 2.x using [this guide](https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html#upgrade), but if you intend to keep using AdminLTE 1.x, you can download the latest release from the [releases](https://github.com/almasaeed2010/AdminLTE/releases) section above. +AdminLTE 1.x can be easily upgraded to 2.x using [this guide](https://adminlte.io/themes/AdminLTE/documentation/index.html#upgrade), but if you intend to keep using AdminLTE 1.x, you can download the latest release from the [releases](https://github.com/almasaeed2010/AdminLTE/releases) section above. Change log ----------