From 5fd8ce89d53249fea150460cf2268c42bd11632f Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 12 Mar 2024 16:18:37 -0700 Subject: [PATCH] Finish 4.0.0-beta.10 --- CHANGELOG.md | 2 +- composer.lock | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51506981..35ee3ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for CKEditor for Craft CMS -## Unreleased +## 4.0.0-beta.10 - 2024-03-12 - CKEditor now requires Craft CMS 5.0.0-beta.7 or later. - Fixed a bug where nested entries were getting soft-deleted when their cards were cut from field values, but not restored when pasted back in. diff --git a/composer.lock b/composer.lock index e35a5263..2cfe39de 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bd32ece919004265ed1b949bc7b780cc", + "content-hash": "25ea7faabacb1cb513f580b9a429801e", "packages": [ { "name": "bacon/bacon-qr-code", @@ -331,16 +331,16 @@ }, { "name": "craftcms/cms", - "version": "5.0.0-beta.6", + "version": "5.0.0-beta.7", "source": { "type": "git", "url": "https://github.com/craftcms/cms.git", - "reference": "f43e6c811e95faeeacc702ddc80490928b3b99a6" + "reference": "073d95792490ec6a16439d3e3b42fdbaaed8f7dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/craftcms/cms/zipball/f43e6c811e95faeeacc702ddc80490928b3b99a6", - "reference": "f43e6c811e95faeeacc702ddc80490928b3b99a6", + "url": "https://api.github.com/repos/craftcms/cms/zipball/073d95792490ec6a16439d3e3b42fdbaaed8f7dc", + "reference": "073d95792490ec6a16439d3e3b42fdbaaed8f7dc", "shasum": "" }, "require": { @@ -449,7 +449,7 @@ "rss": "https://github.com/craftcms/cms/releases.atom", "source": "https://github.com/craftcms/cms" }, - "time": "2024-03-05T20:13:35+00:00" + "time": "2024-03-12T23:16:29+00:00" }, { "name": "craftcms/html-field", @@ -1510,16 +1510,16 @@ }, { "name": "illuminate/collections", - "version": "v10.47.0", + "version": "v10.48.2", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "7bc2e907285b6a38acb3b386dcc577b185bf3d73" + "reference": "36651526fa6bb5445ffc6d51899d80291f8e0486" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/7bc2e907285b6a38acb3b386dcc577b185bf3d73", - "reference": "7bc2e907285b6a38acb3b386dcc577b185bf3d73", + "url": "https://api.github.com/repos/illuminate/collections/zipball/36651526fa6bb5445ffc6d51899d80291f8e0486", + "reference": "36651526fa6bb5445ffc6d51899d80291f8e0486", "shasum": "" }, "require": { @@ -1561,11 +1561,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-04T18:11:18+00:00" + "time": "2024-03-10T15:34:39+00:00" }, { "name": "illuminate/conditionable", - "version": "v10.47.0", + "version": "v10.48.2", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -1611,7 +1611,7 @@ }, { "name": "illuminate/contracts", - "version": "v10.47.0", + "version": "v10.48.2", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -1659,7 +1659,7 @@ }, { "name": "illuminate/macroable", - "version": "v10.47.0", + "version": "v10.48.2", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -6825,19 +6825,19 @@ "source": { "type": "git", "url": "https://github.com/craftcms/rector.git", - "reference": "7f9150f2527118b50bd1c5347849d8ef7ce0f2b1" + "reference": "a4ba76794831ddd026b25c987a45044e8887ec5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/craftcms/rector/zipball/7f9150f2527118b50bd1c5347849d8ef7ce0f2b1", - "reference": "7f9150f2527118b50bd1c5347849d8ef7ce0f2b1", + "url": "https://api.github.com/repos/craftcms/rector/zipball/a4ba76794831ddd026b25c987a45044e8887ec5f", + "reference": "a4ba76794831ddd026b25c987a45044e8887ec5f", "shasum": "" }, "require": { "rector/rector": "^0.19.2" }, "require-dev": { - "craftcms/cms": "^4.0.0-alpha", + "craftcms/cms": "^4.0.0", "craftcms/ecs": "dev-main", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.0", @@ -6856,7 +6856,7 @@ "issues": "https://github.com/craftcms/rector/issues", "source": "https://github.com/craftcms/rector/tree/main" }, - "time": "2024-03-07T00:11:17+00:00" + "time": "2024-03-08T18:41:37+00:00" }, { "name": "graham-campbell/result-type",