diff --git a/composer.json b/composer.json index 2b4286f4a..4bc3ab2a2 100644 --- a/composer.json +++ b/composer.json @@ -151,7 +151,7 @@ "drupal/pathauto": "^1.12", "drupal/potion": "dev-2.x#e48d6ee336d960b9d2efb5d88e68402db6d229a6", "drupal/purge": "^3.6", - "drupal/recurring_events": "^2", + "drupal/recurring_events": "^2.0@RC", "drupal/redirect": "^1.9", "drupal/redis": "^1.7", "drupal/restui": "^1.21", @@ -359,11 +359,9 @@ }, "drupal/recurring_events": { "3178696: Make compatible with Scheduler": "https://git.drupalcode.org/project/recurring_events/-/commit/35045cb17c7bbd1184553f83771939047175bc24.patch", - "3461740: Fatal error when using 'Event series start date' filter in views": "https://www.drupal.org/files/issues/2024-07-16/reccuring_events_event_start_date.patch", - "3468521: (1/4) When changing recurrance, identical date combinations should not be deleted and recreated": "https://git.drupalcode.org/project/recurring_events/-/commit/67261f4ac34546f2c9514199d9febb6dcce6fd10.patch", - "3468521: (2/4)": "https://git.drupalcode.org/project/recurring_events/-/commit/603d34936b97535f66e11429dcc9a2c61fc7cb40.patch", - "3468521: (3/4)": "https://git.drupalcode.org/project/recurring_events/-/commit/ad8a4294b1ffb754a338bb2cfa0146f203aa6fc1.patch", - "3468521: (4/4)": "https://git.drupalcode.org/project/recurring_events/-/commit/ad99ae79f5c55fc2db17427e9936ab141314609d.patch" + "3416436: Avoid array conversion warning when daily events are disabled": "https://git.drupalcode.org/project/recurring_events/-/commit/832ae52f135dd3f205eb74acf2d3715fb443e759.patch", + "3451613: Start date of weekly reccurring event jumps incorrectly": "https://git.drupalcode.org/project/recurring_events/-/commit/581c53dd1b0b067a8b6454d76cc0187887f7b187.patch", + "3461740: Fatal error when using 'Event series start date' filter in views": "https://www.drupal.org/files/issues/2024-07-16/reccuring_events_event_start_date.patch" }, "drupal/theme_permission": { "3105637: Edit, install and uninstall permission": "https://www.drupal.org/files/issues/2024-02-01/theme-permission-edit-install-uninstall-3105637-7.patch", diff --git a/composer.lock b/composer.lock index c1694906b..2874d35cb 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": "018117d56ff2118951a09f018eefb7dc", + "content-hash": "44b58920ee0a27b47c24cf24b87fd176", "packages": [ { "name": "amazeeio/drupal_integrations", @@ -6474,17 +6474,17 @@ }, { "name": "drupal/recurring_events", - "version": "2.0.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/recurring_events.git", - "reference": "2.0.2" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/recurring_events-2.0.2.zip", - "reference": "2.0.2", - "shasum": "97f9ccda4fc424ea4f2adc40fa499b0ec33e1842" + "url": "https://ftp.drupal.org/files/projects/recurring_events-2.0.0.zip", + "reference": "2.0.0", + "shasum": "7bc7a42b18c02d88aaaa12b35ac6434140f9f432" }, "require": { "drupal/core": "^9.3 || ^10", @@ -6498,8 +6498,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1718917018", + "version": "2.0.0", + "datestamp": "1706902867", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6511,18 +6511,10 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Lullabot", - "homepage": "https://www.drupal.org/user/3815489" - }, { "name": "owenbush", "homepage": "https://www.drupal.org/user/2765259" }, - { - "name": "pfrenssen", - "homepage": "https://www.drupal.org/user/382067" - }, { "name": "podarok", "homepage": "https://www.drupal.org/user/116002" @@ -19079,7 +19071,8 @@ "drupal/gin_toolbar": 5, "drupal/multivalue_form_element": 10, "drupal/openapi_rest": 5, - "drupal/potion": 20 + "drupal/potion": 20, + "drupal/recurring_events": 5 }, "prefer-stable": true, "prefer-lowest": false,