Skip to content

Commit 9775d05

Browse files
committed
release: v4.5.0
1 parent 27ffd37 commit 9775d05

File tree

154 files changed

+487
-375
lines changed

Some content is hidden

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

154 files changed

+487
-375
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui-pro/archive/v4.4.4.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-pro/archive/v4.5.0.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
50-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.4.4`
50+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.5.0`
5151

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

config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ params:
5555
social_logo_path: /assets/brand/coreui-social-logo.png
5656

5757
current_version: "4.2.0"
58-
current_version_pro: "4.4.4"
58+
current_version_pro: "4.5.0"
5959
current_ruby_version: "4.2.0"
6060
docs_version: "4.1"
6161
rfs_version: "9.0.3"
@@ -70,8 +70,8 @@ params:
7070
download:
7171
source: "https://github.com/coreui/coreui/archive/v4.2.0.zip"
7272
dist: "https://github.com/coreui/coreui/releases/download/v4.2.0/coreui-4.2.0-dist.zip"
73-
source_pro: "https://github.com/coreui/coreui-pro/archive/v4.4.4.zip"
74-
dist_pro: "https://github.com/coreui/coreui-pro/releases/download/v4.4.4/coreui-4.4.4-dist.zip"
73+
source_pro: "https://github.com/coreui/coreui-pro/archive/v4.5.0.zip"
74+
dist_pro: "https://github.com/coreui/coreui-pro/releases/download/v4.5.0/coreui-4.5.0-dist.zip"
7575

7676
download_template:
7777
website: "https://coreui.io/product/free-bootstrap-admin-template/"
@@ -88,11 +88,11 @@ params:
8888
js_bundle_hash: "sha384-n0qOYeB4ohUPebL1M9qb/hfYkTp4lvnZM6U6phkRofqsMzK29IdkBJPegsyfj/r4"
8989
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
9090
popper_hash: " sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
91-
css_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.4.4/dist/css/coreui.min.css"
92-
css_pro_hash: "sha384-eNR3HjW1Iux5QuxfFvqVHxsuEMPlnYLf06cpQLLoX/57pDil+D33dRdhQpm/ULs8"
93-
css_pro_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.4.4/dist/css/coreui.rtl.min.css"
94-
css_pro_rtl_hash: "sha384-yDxl603euShNdKac2Va4C8TD5o1P4Jhn5H+7Gcov0xJtie36qEHkLr6puhwwZ+3Y"
95-
js_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.4.4/dist/js/coreui.min.js"
96-
js_pro_hash: "sha384-lUabj2gAbszXQ1dDYCG6QVm3bHS14CQjBkBebl3epip1vUT5Em9YIRaO8uZB+qJB"
97-
js_pro_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.4.4/dist/js/coreui.bundle.min.js"
98-
js_pro_bundle_hash: "sha384-8b9wHFL78QXVRYUb6BSN3IHiBGIOwUGk6X/jDbjlxVq1XylmG+gZtBMLB5DlUTzt"
91+
css_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.5.0/dist/css/coreui.min.css"
92+
css_pro_hash: "sha384-0XB01Q5KvRtVARnxs/Bf7U8G3YGyhmoSv19lcnXDzQ1cp4aautcSK4P5OvCthQj0"
93+
css_pro_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.5.0/dist/css/coreui.rtl.min.css"
94+
css_pro_rtl_hash: "sha384-Z7kTvRzCOJTQ0hPBhyTW1VzUE2EDlUXXHlFVVsi/lmJI8oSSj8S8v9F3RoY0FSm+"
95+
js_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.5.0/dist/js/coreui.min.js"
96+
js_pro_hash: "sha384-sgL2dnscCq1mBD/ZiUhyxMZT41vg+M6a/XWTCJsjBTaqZ1uWGF+ZwD8YIWstvXeT"
97+
js_pro_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.5.0/dist/js/coreui.bundle.min.js"
98+
js_pro_bundle_hash: "sha384-DIs4n/vvjSI9MoFe804AsdvYdssJcpUht3fJZ2a+lc5h5kY3dQVrgOOB3hSbAN3r"

dist/css/coreui-grid.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.css

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)