Skip to content

Commit a61e0ef

Browse files
committed
release: v4.1.1
1 parent 8fa3635 commit a61e0ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1305
-9186
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-bootstrap-admin-template",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",

src/js/charts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Boostrap Admin Template (v4.1.0): main.js
5+
* CoreUI Boostrap Admin Template (v4.1.1): main.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/colors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Boostrap Admin Template (v4.1.0): colors.js
5+
* CoreUI Boostrap Admin Template (v4.1.1): colors.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Boostrap Admin Template (v4.1.0): main.js
5+
* CoreUI Boostrap Admin Template (v4.1.1): main.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/popovers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Free Boostrap Admin Template (v4.1.0): popovers.js
5+
* CoreUI Free Boostrap Admin Template (v4.1.1): popovers.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/toasts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Free Boostrap Admin Template (v4.1.0): popovers.js
5+
* CoreUI Free Boostrap Admin Template (v4.1.1): popovers.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/tooltips.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Free Boostrap Admin Template (v4.1.0): tooltips.js
5+
* CoreUI Free Boostrap Admin Template (v4.1.1): tooltips.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/widgets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Boostrap Admin Template (v4.1.0): main.js
5+
* CoreUI Boostrap Admin Template (v4.1.1): main.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/pug/_partials/banner.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
* CoreUI - Free Bootstrap Admin Template
3-
* @version v4.1.0
3+
* @version v4.1.1
44
* @link https://coreui.io
55
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

src/pug/views/docs.pug

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ block view
4646
| CoreUI Admin Template uses
4747
a(href='https://docs.npmjs.com/misc/scripts/') npm scripts
4848
| for its build system. Our
49-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.0/package.json') package.json
49+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.1/package.json') package.json
5050
| includes convenient methods for working with the framework, including compiling code, running tests, and more.
5151
p
5252
| To use our build system and run template locally, you’ll need a copy of CoreUI’s source files and Node. Follow these steps and you should be ready to rock:
@@ -56,7 +56,7 @@ block view
5656
| , which we use to manage our dependencies.
5757
li
5858
| Either
59-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/archive/v4.1.0.zip') download CoreUI’s sources
59+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/archive/v4.1.1.zip') download CoreUI’s sources
6060
| or fork
6161
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template') CoreUI’s repository
6262
| .
@@ -66,7 +66,7 @@ block view
6666
| directory and run
6767
code npm install
6868
| to install our local dependencies listed in
69-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.0/package.json') package.json
69+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.1/package.json') package.json
7070
| .
7171
p
7272
| When completed, you’ll be able to run the various commands provided from the command line.
@@ -75,7 +75,7 @@ block view
7575
a.anchorjs-link(aria-label='Anchor' data-anchorjs-icon='#' href='#using-npm-scripts' style='padding-left: 0.375em;')
7676
p
7777
| Our
78-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.0/package.json') package.json
78+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.1/package.json') package.json
7979
| includes numerous tasks for developing the project. Run
8080
code npm run
8181
| to see all the npm scripts in your terminal.

src/views/404.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v4.1.0
4+
* @version v4.1.1
55
* @link https://coreui.io
6-
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
6+
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
88
-->
99

@@ -78,11 +78,6 @@ <h4 class="pt-3">Oops! You're lost.</h4>
7878
<!-- CoreUI and necessary plugins-->
7979
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
8080
<script src="node_modules/simplebar/dist/simplebar.min.js"></script>
81-
<!-- We use those scripts to show code examples, you should remove them in your application.-->
82-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.js"></script>
83-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script>
84-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/unescaped-markup/prism-unescaped-markup.min.js"></script>
85-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/normalize-whitespace/prism-normalize-whitespace.js"></script>
8681
<script>
8782
</script>
8883
</body>

src/views/500.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v4.1.0
4+
* @version v4.1.1
55
* @link https://coreui.io
6-
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
6+
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
88
-->
99

@@ -78,11 +78,6 @@ <h4 class="pt-3">Houston, we have a problem!</h4>
7878
<!-- CoreUI and necessary plugins-->
7979
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
8080
<script src="node_modules/simplebar/dist/simplebar.min.js"></script>
81-
<!-- We use those scripts to show code examples, you should remove them in your application.-->
82-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.js"></script>
83-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script>
84-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/unescaped-markup/prism-unescaped-markup.min.js"></script>
85-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/normalize-whitespace/prism-normalize-whitespace.js"></script>
8681
<script>
8782
</script>
8883
</body>

0 commit comments

Comments
 (0)