Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed Mar 22, 2021
1 parent 2f5db1b commit c45bfe8
Show file tree
Hide file tree
Showing 68 changed files with 81 additions and 109 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -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
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.0.5/dist/js/adminlte.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/js/adminlte.min.js"></script>
```
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.0.5/dist/css/adminlte.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/css/adminlte.min.css">
```
### 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
Expand All @@ -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
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0-rc/dist/js/adminlte.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0/dist/js/adminlte.min.js"></script>
```
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0-rc/dist/css/adminlte.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0/dist/css/adminlte.min.css">
```
### 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
Expand Down
2 changes: 1 addition & 1 deletion build/scss/_adminlte.raw.scss
@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.1.0-rc
* AdminLTE v3.1.0
* Author: Colorlib
* Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <https://opensource.org/licenses/MIT>
Expand Down
2 changes: 1 addition & 1 deletion build/scss/adminlte.scss
@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.1.0-rc
* AdminLTE v3.1.0
* Author: Colorlib
* Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <https://opensource.org/licenses/MIT>
Expand Down
2 changes: 1 addition & 1 deletion 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 <https://adminlte.io>
Expand Down
2 changes: 1 addition & 1 deletion 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 <https://adminlte.io>
Expand Down
2 changes: 1 addition & 1 deletion 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 <https://adminlte.io>
Expand Down
2 changes: 1 addition & 1 deletion 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 <https://adminlte.io>
Expand Down
2 changes: 1 addition & 1 deletion 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 <https://adminlte.io>
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
38 changes: 5 additions & 33 deletions docs/index.md
Expand Up @@ -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
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.0.5/dist/js/adminlte.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/js/adminlte.min.js"></script>
```
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.0.5/dist/css/adminlte.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/css/adminlte.min.css">
```
### 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
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0-rc/dist/js/adminlte.min.js"></script>
```
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0-rc/dist/css/adminlte.min.css">
```
### 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
Expand Down
2 changes: 1 addition & 1 deletion iframe.html
Expand Up @@ -781,7 +781,7 @@ <h2 class="display-4">Tab is loading <i class="fa fa-sync fa-spin"></i></h2>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -1456,7 +1456,7 @@ <h3 class="card-title">
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion index2.html
Expand Up @@ -1704,7 +1704,7 @@ <h3 class="card-title">Recently Added Products</h3>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index3.html
Expand Up @@ -1122,7 +1122,7 @@ <h3 class="card-title">Online Store Overview</h3>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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 <https://colorlib.com>",
"main": "dist/js/adminlte.min.js",
Expand Down
2 changes: 1 addition & 1 deletion pages/UI/buttons.html
Expand Up @@ -2303,7 +2303,7 @@ <h3 class="card-title">Radio Button Group</h3>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/UI/general.html
Expand Up @@ -1940,7 +1940,7 @@ <h3 class="card-title">Pagination Month</h3>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/UI/icons.html
Expand Up @@ -870,7 +870,7 @@ <h3 class="card-title">Icons</h3>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/UI/modals.html
Expand Up @@ -1292,7 +1292,7 @@ <h4 class="modal-title">Extra Large Modal</h4>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/UI/navbar.html
Expand Up @@ -2075,7 +2075,7 @@ <h4 class="mt-5 ">Custom Content Above</h4>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/UI/ribbons.html
Expand Up @@ -976,7 +976,7 @@ <h3 class="card-title">Ribbons</h3>

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/UI/sliders.html
Expand Up @@ -995,7 +995,7 @@ <h3 class="card-title">Bootstrap Slider</h3>

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/UI/timeline.html
Expand Up @@ -965,7 +965,7 @@ <h3 class="timeline-header"><a href="#">Mr. Doe</a> shared a video</h3>

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/calendar.html
Expand Up @@ -927,7 +927,7 @@ <h3 class="card-title">Create Event</h3>

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/charts/chartjs.html
Expand Up @@ -1000,7 +1000,7 @@ <h3 class="card-title">Stacked Bar Chart</h3>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/charts/flot.html
Expand Up @@ -992,7 +992,7 @@ <h3 class="card-title">

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/charts/inline.html
Expand Up @@ -1096,7 +1096,7 @@ <h3 class="card-title">
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/charts/uplot.html
Expand Up @@ -904,7 +904,7 @@ <h3 class="card-title">Line Chart</h3>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/404.html
Expand Up @@ -880,7 +880,7 @@ <h3><i class="fas fa-exclamation-triangle text-warning"></i> Oops! Page not foun
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/500.html
Expand Up @@ -880,7 +880,7 @@ <h3><i class="fas fa-exclamation-triangle text-danger"></i> Oops! Something went
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/blank.html
Expand Up @@ -882,7 +882,7 @@ <h3 class="card-title">Title</h3>

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/contact-us.html
Expand Up @@ -892,7 +892,7 @@ <h2>Admin<strong>LTE</strong></h2>

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/contacts.html
Expand Up @@ -1168,7 +1168,7 @@ <h2 class="lead"><b>Nicole Pearson</b></h2>

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/e-commerce.html
Expand Up @@ -998,7 +998,7 @@ <h4 class="mt-0">

<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<b>Version</b> 3.1.0-rc
<b>Version</b> 3.1.0
</div>
<strong>Copyright &copy; 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
Expand Down

0 comments on commit c45bfe8

Please sign in to comment.