Skip to content

Commit 725649f

Browse files
committed
release: v4.1.2
2 parents 8978882 + 1034910 commit 725649f

File tree

120 files changed

+852
-845
lines changed

Some content is hidden

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

120 files changed

+852
-845
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939

4040
Several quick start options are available:
4141

42-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.1.zip)
42+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.2.zip)
4343
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4444
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4545
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
46-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.1.1`
46+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.1.2`
4747

4848
Read the [Getting started page](https://coreui.io/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
4949

config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ params:
5454
social_image_path: /assets/brand/coreui-social.jpg
5555
social_logo_path: /assets/brand/coreui-social-logo.png
5656

57-
current_version: "4.1.1"
58-
current_ruby_version: "4.1.1"
57+
current_version: "4.1.2"
58+
current_ruby_version: "4.1.2"
5959
docs_version: "4.1"
6060
rfs_version: "9.0.3"
6161
github_org: "https://github.com/coreui"
@@ -66,18 +66,18 @@ params:
6666
icons: "https://icons.coreui.io/"
6767

6868
download:
69-
source: "https://github.com/coreui/coreui/archive/v4.1.1.zip"
70-
dist: "https://github.com/coreui/coreui/releases/download/v4.1.1/coreui-4.1.1-dist.zip"
69+
source: "https://github.com/coreui/coreui/archive/v4.1.2.zip"
70+
dist: "https://github.com/coreui/coreui/releases/download/v4.1.2/coreui-4.1.2-dist.zip"
7171

7272
cdn:
7373
# See https://www.srihash.org for info on how to generate the hashes
74-
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.1.1/dist/css/coreui.min.css"
75-
css_hash: "sha384-KkORzXW3J0OCL7KKyZlAr63j6ObziqNUyNrm/uwdas4vaGpfxin2dS3+Wf7sT/Tq"
76-
css_rtl: "https://cdn.jsdelivr.net/npm/coreui@4.1.1/dist/css/coreui.rtl.min.css"
77-
css_rtl_hash: "sha384-Zut1J9ACJ9O+ozO8gNnuUfpQpIFIS7yoRyto6yZR74CsaeyPp6j+Y+l23heb39qn"
78-
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.1.1/dist/js/coreui.min.js"
79-
js_hash: "sha384-BJ8bcuD348g3CWqtoXRtsr/dMU7WNU3LIX0Yvwh5SXNklgYiZBKyzDocjlhjD9zS"
80-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.1.1/dist/js/coreui.bundle.min.js"
81-
js_bundle_hash: "sha384-U458M/BK6nVQU+coBsTWgHPjguSr+qf2gGc1MAXy3+XPNZEJQBI/S8Eh6MxtjytS"
74+
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.1.2/dist/css/coreui.min.css"
75+
css_hash: "sha384-eidiRNjqxFs5mKpb2r1FzRdTDAFpNido5JZbkZdByYyPTUL1Qnz2loezWjxSzN6Q"
76+
css_rtl: "https://cdn.jsdelivr.net/npm/coreui@4.1.2/dist/css/coreui.rtl.min.css"
77+
css_rtl_hash: "sha384-kG+5O6vkrnajK0U1lpeJZEmhMbEU0iMbJvaZFkIN3qC6kzzjGYCWrbDai4Vu5118"
78+
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.1.2/dist/js/coreui.min.js"
79+
js_hash: "sha384-FyK9SVbJTjYdWLlhzWpotrpslJ5xhBhJWoho44s7pID8dOQ4+jujpE3627bQ5PsP"
80+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.1.2/dist/js/coreui.bundle.min.js"
81+
js_bundle_hash: "sha384-dEOnj/ctikFeEwVq8K7ixcBQ0dMxznkPtfdylOixrO89Zv27hbyi7AYKpYS98ljU"
8282
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
8383
popper_hash: "sha384-q9CRHqZndzlxGLOj+xrdLDJa9ittGte1NksRmgJKeCV9DrM7Kz868XYqsKWPpAmn"

dist/css/coreui-grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)