mirror of https://github.com/ColorlibHQ/AdminLTE
Merge pull request #5331 from danny007in/release-prepare
RELEASE PREPARE v4.0.0-beta1pull/5579/head
commit
13dfb812e2
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "admin-lte",
|
"name": "admin-lte",
|
||||||
"description": "Responsive open source admin dashboard and control panel.",
|
"description": "Responsive open source admin dashboard and control panel.",
|
||||||
"version": "4.0.0-alpha3",
|
"version": "4.0.0-beta1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Colorlib <https://colorlib.com>",
|
"author": "Colorlib <https://colorlib.com>",
|
||||||
"main": "dist/js/adminlte.min.js",
|
"main": "dist/js/adminlte.min.js",
|
||||||
|
|
|
@ -16,7 +16,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script
|
<script
|
||||||
src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-alpha2/dist/js/adminlte.min.js"
|
src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta1/dist/js/adminlte.min.js"
|
||||||
integrity="sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw="
|
integrity="sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw="
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
></script>
|
></script>
|
||||||
|
@ -25,7 +25,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your
|
||||||
```html
|
```html
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-alpha2/dist/css/adminlte.min.css"
|
href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta1/dist/css/adminlte.min.css"
|
||||||
integrity="sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg="
|
integrity="sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg="
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
/>
|
/>
|
||||||
|
@ -38,19 +38,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or
|
||||||
#### Via npm
|
#### Via npm
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install admin-lte@4.0.0-alpha2 --save
|
npm install admin-lte@4.0.0-beta1 --save
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Via Yarn
|
#### Via Yarn
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn add admin-lte@4.0.0-alpha2
|
yarn add admin-lte@4.0.0-beta1
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Via Composer
|
#### Via Composer
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require "almasaeed2010/adminlte=4.0.0-alpha2"
|
composer require "almasaeed2010/adminlte=4.0.0-beta1"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Via Git
|
#### Via Git
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v4.0.0-alpha2
|
* AdminLTE v4.0.0-beta1
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <https://adminlte.io>
|
* Website: AdminLTE.io <https://adminlte.io>
|
||||||
* License: Open source - MIT <https://opensource.org/licenses/MIT>
|
* License: Open source - MIT <https://opensource.org/licenses/MIT>
|
||||||
|
|
Loading…
Reference in New Issue