diff --git a/README.md b/README.md index 89f22f500..29f8cb444 100644 --- a/README.md +++ b/README.md @@ -32,24 +32,24 @@ Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases ### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN: _**Important Note**: You needed to add separately cdn links for plugins in your project._ ```html - + ``` ```html - + ``` ### Using The Command Line: _**Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher._ #### Via npm ```bash -npm install admin-lte@^3.0.5 --save +npm install admin-lte@^3.1 --save ``` #### Via Yarn ```bash -yarn add admin-lte@^3.0.5 +yarn add admin-lte@^3.1 ``` #### Via Composer ```bash -composer require "almasaeed2010/adminlte=~3.0.5" +composer require "almasaeed2010/adminlte=~3.1" ``` #### Via Git ```bash @@ -60,24 +60,24 @@ git clone https://github.com/ColorlibHQ/AdminLTE.git ### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN: _**Important Note**: You needed to add separately cdn links for plugins in your project._ ```html - + ``` ```html - + ``` ### Using The Command Line: _**Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher._ #### Via npm ```bash -npm install admin-lte@^3.1.0-rc --save +npm install admin-lte@^3.1.0 --save ``` #### Via Yarn ```bash -yarn add admin-lte@^3.1.0-rc +yarn add admin-lte@^3.1.0 ``` #### Via Composer ```bash -composer require "almasaeed2010/adminlte=~3.1.0-rc" +composer require "almasaeed2010/adminlte=~3.1.0" ``` #### Via Git ```bash diff --git a/build/scss/_adminlte.raw.scss b/build/scss/_adminlte.raw.scss index bc8d762f7..53b07612d 100644 --- a/build/scss/_adminlte.raw.scss +++ b/build/scss/_adminlte.raw.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.1.0-rc + * AdminLTE v3.1.0 * Author: Colorlib * Website: AdminLTE.io * License: Open source - MIT diff --git a/build/scss/adminlte.scss b/build/scss/adminlte.scss index 154be92e6..c9604ba0c 100644 --- a/build/scss/adminlte.scss +++ b/build/scss/adminlte.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.1.0-rc + * AdminLTE v3.1.0 * Author: Colorlib * Website: AdminLTE.io * License: Open source - MIT diff --git a/build/scss/parts/adminlte.components.scss b/build/scss/parts/adminlte.components.scss index a82155aee..2c1121bbe 100644 --- a/build/scss/parts/adminlte.components.scss +++ b/build/scss/parts/adminlte.components.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.1.0-rc + * AdminLTE v3.1.0 * Only Components * Author: Colorlib * Website: AdminLTE.io diff --git a/build/scss/parts/adminlte.core.scss b/build/scss/parts/adminlte.core.scss index bd70bc5ab..91e002135 100644 --- a/build/scss/parts/adminlte.core.scss +++ b/build/scss/parts/adminlte.core.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.1.0-rc + * AdminLTE v3.1.0 * Only Core * Author: Colorlib * Website: AdminLTE.io diff --git a/build/scss/parts/adminlte.extra-components.scss b/build/scss/parts/adminlte.extra-components.scss index 345a87a4a..21a86e6c0 100644 --- a/build/scss/parts/adminlte.extra-components.scss +++ b/build/scss/parts/adminlte.extra-components.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.1.0-rc + * AdminLTE v3.1.0 * Only Extra Components * Author: Colorlib * Website: AdminLTE.io diff --git a/build/scss/parts/adminlte.pages.scss b/build/scss/parts/adminlte.pages.scss index 087b56799..8f5dd82d0 100644 --- a/build/scss/parts/adminlte.pages.scss +++ b/build/scss/parts/adminlte.pages.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.1.0-rc + * AdminLTE v3.1.0 * Only Pages * Author: Colorlib * Website: AdminLTE.io diff --git a/build/scss/parts/adminlte.plugins.scss b/build/scss/parts/adminlte.plugins.scss index e99c1ba12..e0bf3433f 100644 --- a/build/scss/parts/adminlte.plugins.scss +++ b/build/scss/parts/adminlte.plugins.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.1.0-rc + * AdminLTE v3.1.0 * Only Plugins * Author: Colorlib * Website: AdminLTE.io diff --git a/docs/_config.yml b/docs/_config.yml index 5103e5be1..af2fdf11a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ title: AdminLTE v3 Documentation -version: v3.1.0-rc +version: v3.1.0 description: AdminLTE v3.1 Documentation baseurl: /docs/3.1 diff --git a/docs/index.md b/docs/index.md index c01f349dd..3d29e7d7f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,52 +15,24 @@ Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases ### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN: _**Important Note**: You needed to add separately cdn links for plugins in your project._ ```html - + ``` ```html - + ``` ### Using The Command Line: _**Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher._ #### Via npm ```bash -npm install admin-lte@^3.0.5 --save +npm install admin-lte@^3.1 --save ``` #### Via Yarn ```bash -yarn add admin-lte@^3.0.5 +yarn add admin-lte@^3.1 ``` #### Via Composer ```bash -composer require "almasaeed2010/adminlte=~3.0.5" -``` -#### Via Git -```bash -git clone https://github.com/ColorlibHQ/AdminLTE.git -``` - -## Unstable release -### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN: -_**Important Note**: You needed to add separately cdn links for plugins in your project._ -```html - -``` -```html - -``` -### Using The Command Line: -_**Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher._ -#### Via npm -```bash -npm install admin-lte@^3.1.0-rc --save -``` -#### Via Yarn -```bash -yarn add admin-lte@^3.1.0-rc -``` -#### Via Composer -```bash -composer require "almasaeed2010/adminlte=~3.1.0-rc" +composer require "almasaeed2010/adminlte=~3.1" ``` #### Via Git ```bash diff --git a/iframe.html b/iframe.html index eafa3b5a1..4d8884ea1 100644 --- a/iframe.html +++ b/iframe.html @@ -781,7 +781,7 @@ Copyright © 2014-2021 AdminLTE.io. All rights reserved.
- Version 3.1.0-rc + Version 3.1.0
diff --git a/index.html b/index.html index c62e56f19..a1409de20 100644 --- a/index.html +++ b/index.html @@ -1456,7 +1456,7 @@ Copyright © 2014-2021 AdminLTE.io. All rights reserved.
- Version 3.1.0-rc + Version 3.1.0
diff --git a/index2.html b/index2.html index c358556a0..0142673c5 100644 --- a/index2.html +++ b/index2.html @@ -1704,7 +1704,7 @@ Copyright © 2014-2021 AdminLTE.io. All rights reserved.
- Version 3.1.0-rc + Version 3.1.0
diff --git a/index3.html b/index3.html index e78c9146d..094e414f6 100644 --- a/index3.html +++ b/index3.html @@ -1122,7 +1122,7 @@ Copyright © 2014-2021 AdminLTE.io. All rights reserved.
- Version 3.1.0-rc + Version 3.1.0
diff --git a/package-lock.json b/package-lock.json index cd1e83fc7..1acae29c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "admin-lte", - "version": "3.1.0-rc", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e4a1e17c..4b7d0eef1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "admin-lte", "description": "Responsive open source admin dashboard and control panel.", - "version": "3.1.0-rc", + "version": "3.1.0", "license": "MIT", "author": "Colorlib ", "main": "dist/js/adminlte.min.js", diff --git a/pages/UI/buttons.html b/pages/UI/buttons.html index fdece985a..3dfaab207 100644 --- a/pages/UI/buttons.html +++ b/pages/UI/buttons.html @@ -2303,7 +2303,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/UI/general.html b/pages/UI/general.html index 1e2228cd3..79f74add8 100644 --- a/pages/UI/general.html +++ b/pages/UI/general.html @@ -1940,7 +1940,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/UI/icons.html b/pages/UI/icons.html index 2f4f70396..104b33fbc 100644 --- a/pages/UI/icons.html +++ b/pages/UI/icons.html @@ -870,7 +870,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/UI/modals.html b/pages/UI/modals.html index db1ff8c9f..4390740a1 100644 --- a/pages/UI/modals.html +++ b/pages/UI/modals.html @@ -1292,7 +1292,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/UI/navbar.html b/pages/UI/navbar.html index c050f5687..81e0cc47d 100644 --- a/pages/UI/navbar.html +++ b/pages/UI/navbar.html @@ -2075,7 +2075,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/UI/ribbons.html b/pages/UI/ribbons.html index 1b535bdfa..d23a297a5 100644 --- a/pages/UI/ribbons.html +++ b/pages/UI/ribbons.html @@ -976,7 +976,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/UI/sliders.html b/pages/UI/sliders.html index 483492708..8cc652fb6 100644 --- a/pages/UI/sliders.html +++ b/pages/UI/sliders.html @@ -995,7 +995,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/UI/timeline.html b/pages/UI/timeline.html index a4f2abb98..efc419355 100644 --- a/pages/UI/timeline.html +++ b/pages/UI/timeline.html @@ -965,7 +965,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/calendar.html b/pages/calendar.html index 13dd6c4a4..043715c93 100644 --- a/pages/calendar.html +++ b/pages/calendar.html @@ -927,7 +927,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/charts/chartjs.html b/pages/charts/chartjs.html index 5dabae1e6..3a04de1c8 100644 --- a/pages/charts/chartjs.html +++ b/pages/charts/chartjs.html @@ -1000,7 +1000,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/charts/flot.html b/pages/charts/flot.html index 4e667626e..118844510 100644 --- a/pages/charts/flot.html +++ b/pages/charts/flot.html @@ -992,7 +992,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/charts/inline.html b/pages/charts/inline.html index ec9300d6f..26ba3cfa7 100644 --- a/pages/charts/inline.html +++ b/pages/charts/inline.html @@ -1096,7 +1096,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/charts/uplot.html b/pages/charts/uplot.html index 479d1ad97..b25b4aa10 100644 --- a/pages/charts/uplot.html +++ b/pages/charts/uplot.html @@ -904,7 +904,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/404.html b/pages/examples/404.html index 9607ab41e..edfbed312 100644 --- a/pages/examples/404.html +++ b/pages/examples/404.html @@ -880,7 +880,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/500.html b/pages/examples/500.html index 30ca0447b..a9bcf4b41 100644 --- a/pages/examples/500.html +++ b/pages/examples/500.html @@ -880,7 +880,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/blank.html b/pages/examples/blank.html index 55bcbc231..d19dea010 100644 --- a/pages/examples/blank.html +++ b/pages/examples/blank.html @@ -882,7 +882,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/contact-us.html b/pages/examples/contact-us.html index 6dc4130b1..210c1849d 100644 --- a/pages/examples/contact-us.html +++ b/pages/examples/contact-us.html @@ -892,7 +892,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/contacts.html b/pages/examples/contacts.html index 5e95868c5..75bd93767 100644 --- a/pages/examples/contacts.html +++ b/pages/examples/contacts.html @@ -1168,7 +1168,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/e-commerce.html b/pages/examples/e-commerce.html index 3b77fd0a3..bbd0ba001 100644 --- a/pages/examples/e-commerce.html +++ b/pages/examples/e-commerce.html @@ -998,7 +998,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/faq.html b/pages/examples/faq.html index 1291a3cff..b98eb88c0 100644 --- a/pages/examples/faq.html +++ b/pages/examples/faq.html @@ -994,7 +994,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/invoice.html b/pages/examples/invoice.html index 348e9d812..440ea5893 100644 --- a/pages/examples/invoice.html +++ b/pages/examples/invoice.html @@ -1019,7 +1019,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/language-menu.html b/pages/examples/language-menu.html index 0f29b3e11..37361151d 100644 --- a/pages/examples/language-menu.html +++ b/pages/examples/language-menu.html @@ -896,7 +896,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/legacy-user-menu.html b/pages/examples/legacy-user-menu.html index 9fe3f86c9..0ad7d63b0 100644 --- a/pages/examples/legacy-user-menu.html +++ b/pages/examples/legacy-user-menu.html @@ -911,7 +911,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/pace.html b/pages/examples/pace.html index e862c5390..58b24a274 100644 --- a/pages/examples/pace.html +++ b/pages/examples/pace.html @@ -886,7 +886,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/profile.html b/pages/examples/profile.html index 4967a4c9c..f59f76ed0 100644 --- a/pages/examples/profile.html +++ b/pages/examples/profile.html @@ -1211,7 +1211,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/project-add.html b/pages/examples/project-add.html index 61650d0d4..54adbb8f1 100644 --- a/pages/examples/project-add.html +++ b/pages/examples/project-add.html @@ -934,7 +934,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/project-detail.html b/pages/examples/project-detail.html index 6ad998cc8..686c7ff4a 100644 --- a/pages/examples/project-detail.html +++ b/pages/examples/project-detail.html @@ -1007,7 +1007,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/project-edit.html b/pages/examples/project-edit.html index fdc465efe..662731f94 100644 --- a/pages/examples/project-edit.html +++ b/pages/examples/project-edit.html @@ -1008,7 +1008,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/examples/projects.html b/pages/examples/projects.html index a780c14a9..61c7bb64c 100644 --- a/pages/examples/projects.html +++ b/pages/examples/projects.html @@ -1412,7 +1412,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/forms/advanced.html b/pages/forms/advanced.html index 09231f2da..3e96bb95d 100644 --- a/pages/forms/advanced.html +++ b/pages/forms/advanced.html @@ -1644,7 +1644,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/forms/editors.html b/pages/forms/editors.html index 860dc9110..dc6728cff 100644 --- a/pages/forms/editors.html +++ b/pages/forms/editors.html @@ -917,7 +917,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/forms/general.html b/pages/forms/general.html index 3d0086ad5..3411d6601 100644 --- a/pages/forms/general.html +++ b/pages/forms/general.html @@ -1482,7 +1482,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/forms/validation.html b/pages/forms/validation.html index b5290fc2e..18d768c10 100644 --- a/pages/forms/validation.html +++ b/pages/forms/validation.html @@ -899,7 +899,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/gallery.html b/pages/gallery.html index 19bec4eba..a87154a8c 100644 --- a/pages/gallery.html +++ b/pages/gallery.html @@ -1028,7 +1028,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/kanban.html b/pages/kanban.html index 8feebad93..a5aa12edb 100644 --- a/pages/kanban.html +++ b/pages/kanban.html @@ -1019,7 +1019,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/layout/boxed.html b/pages/layout/boxed.html index eba808359..dd89c3ac5 100644 --- a/pages/layout/boxed.html +++ b/pages/layout/boxed.html @@ -887,7 +887,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/layout/collapsed-sidebar.html b/pages/layout/collapsed-sidebar.html index e528a4bde..ed1ba581b 100644 --- a/pages/layout/collapsed-sidebar.html +++ b/pages/layout/collapsed-sidebar.html @@ -887,7 +887,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/layout/fixed-footer.html b/pages/layout/fixed-footer.html index f86a5bdef..b96e3333d 100644 --- a/pages/layout/fixed-footer.html +++ b/pages/layout/fixed-footer.html @@ -887,7 +887,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/layout/fixed-sidebar-custom.html b/pages/layout/fixed-sidebar-custom.html index 209cce0fc..8ac582a34 100644 --- a/pages/layout/fixed-sidebar-custom.html +++ b/pages/layout/fixed-sidebar-custom.html @@ -896,7 +896,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/layout/fixed-sidebar.html b/pages/layout/fixed-sidebar.html index c111bf5d1..cb898b142 100644 --- a/pages/layout/fixed-sidebar.html +++ b/pages/layout/fixed-sidebar.html @@ -890,7 +890,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/layout/fixed-topnav.html b/pages/layout/fixed-topnav.html index cd6097657..f81739fb3 100644 --- a/pages/layout/fixed-topnav.html +++ b/pages/layout/fixed-topnav.html @@ -887,7 +887,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/mailbox/compose.html b/pages/mailbox/compose.html index 09b80293c..4355891e3 100644 --- a/pages/mailbox/compose.html +++ b/pages/mailbox/compose.html @@ -998,7 +998,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/mailbox/mailbox.html b/pages/mailbox/mailbox.html index f418dbf96..c659eb781 100644 --- a/pages/mailbox/mailbox.html +++ b/pages/mailbox/mailbox.html @@ -1254,7 +1254,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/mailbox/read-mail.html b/pages/mailbox/read-mail.html index 155bf8878..d4c9bbcdc 100644 --- a/pages/mailbox/read-mail.html +++ b/pages/mailbox/read-mail.html @@ -1072,7 +1072,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/search/enhanced-results.html b/pages/search/enhanced-results.html index 91bce56eb..0117ec10f 100644 --- a/pages/search/enhanced-results.html +++ b/pages/search/enhanced-results.html @@ -939,7 +939,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/search/enhanced.html b/pages/search/enhanced.html index 988bf0905..9811f40af 100644 --- a/pages/search/enhanced.html +++ b/pages/search/enhanced.html @@ -887,7 +887,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/search/simple-results.html b/pages/search/simple-results.html index bf0889bdf..e54024874 100644 --- a/pages/search/simple-results.html +++ b/pages/search/simple-results.html @@ -905,7 +905,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/search/simple.html b/pages/search/simple.html index 9e87c1775..db67da8c1 100644 --- a/pages/search/simple.html +++ b/pages/search/simple.html @@ -855,7 +855,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/tables/data.html b/pages/tables/data.html index bbfa0516a..2173acc07 100644 --- a/pages/tables/data.html +++ b/pages/tables/data.html @@ -1746,7 +1746,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/tables/jsgrid.html b/pages/tables/jsgrid.html index ce3a77309..26f6b0638 100644 --- a/pages/tables/jsgrid.html +++ b/pages/tables/jsgrid.html @@ -868,7 +868,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/tables/simple.html b/pages/tables/simple.html index fdfd1fc76..da1351a12 100644 --- a/pages/tables/simple.html +++ b/pages/tables/simple.html @@ -1549,7 +1549,7 @@
- Version 3.1.0-rc + Version 3.1.0
Copyright © 2014-2021 AdminLTE.io. All rights reserved.
diff --git a/pages/widgets.html b/pages/widgets.html index fbba1c8f6..ef264fb1f 100644 --- a/pages/widgets.html +++ b/pages/widgets.html @@ -3158,7 +3158,7 @@