diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6e0c4d..509771ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # CHANGELOG +## v5.2.4 (In Development) + +- Build Infrastructure + - N/A +- Security Updates for Drupal Core + - N/A +- Updates for Drupal Core + - N/A +- Updates for Drupal Contrib + WxT + - N/A +- Updated for WxT Bootstrap + - N/A +- Updates for WxT Library + - N/A + +Upgrade path: + +> **Important**: Please backup your database before running the upgrade process for this release. + +- Update your codebase: + - `composer update` + +- Run database updates: + - `drush cache:rebuild` + - `drush updatedb` + +- Run WxT configuration updates: + - `drush cache:rebuild` + - `drush update:wxt` + +**Note(s)**: + +N/A + ## v5.2.3 - Build Infrastructure diff --git a/composer.json b/composer.json index 9ea33d9b..f4a412f7 100644 --- a/composer.json +++ b/composer.json @@ -81,8 +81,8 @@ "drupal/views_infinite_scroll": "^2.0", "drupal/webform": "^6.2.0-beta5", "drupal/webform_migrate": "2.0.x-dev", - "drupal/wxt_bootstrap": "8.5", - "drupal/wxt_library": "8.3", + "drupal/wxt_bootstrap": "8.x", + "drupal/wxt_library": "8.x", "drupal-ckeditor-libraries-group/fakeobjects": "4.18.0", "cdubz/ckeditor5-source-editing-codemirror": "^35.1", "codemirror/codemirror": "^5.65", diff --git a/modules/custom/wxt_admin/wxt_admin.info.yml b/modules/custom/wxt_admin/wxt_admin.info.yml index ba962ec3..0a2e1cae 100644 --- a/modules/custom/wxt_admin/wxt_admin.info.yml +++ b/modules/custom/wxt_admin/wxt_admin.info.yml @@ -7,4 +7,4 @@ dependencies: - 'admin_toolbar:admin_toolbar' - 'admin_toolbar_tools:admin_toolbar_tools' - 'admin_toolbar_links_access_filter:admin_toolbar_links_access_filter' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_core/wxt_core.info.yml b/modules/custom/wxt_core/wxt_core.info.yml index 67da8300..8a15e6de 100644 --- a/modules/custom/wxt_core/wxt_core.info.yml +++ b/modules/custom/wxt_core/wxt_core.info.yml @@ -29,4 +29,4 @@ dependencies: - 'token_filter:token_filter' - 'url_embed:url_embed' - 'views_bootstrap:views_bootstrap' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext.info.yml b/modules/custom/wxt_ext/wxt_ext.info.yml index 8645c839..2576668c 100644 --- a/modules/custom/wxt_ext/wxt_ext.info.yml +++ b/modules/custom/wxt_ext/wxt_ext.info.yml @@ -41,4 +41,4 @@ dependencies: - 'wxt_ext_user:wxt_ext_user' - 'wxt_ext_webform:wxt_ext_webform' - 'wxt_ext_workflow:wxt_ext_workflow' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_archived/wxt_ext_archived.info.yml b/modules/custom/wxt_ext/wxt_ext_archived/wxt_ext_archived.info.yml index f16beccc..e7f421b9 100644 --- a/modules/custom/wxt_ext/wxt_ext_archived/wxt_ext_archived.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_archived/wxt_ext_archived.info.yml @@ -5,4 +5,4 @@ core_version_requirement: '^9 || ^10' package: WxT dependencies: - 'wxt_ext_blocks:wxt_ext_blocks' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_blocks/wxt_ext_blocks.info.yml b/modules/custom/wxt_ext/wxt_ext_blocks/wxt_ext_blocks.info.yml index 3c59aae4..ceb4bd5d 100644 --- a/modules/custom/wxt_ext/wxt_ext_blocks/wxt_ext_blocks.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_blocks/wxt_ext_blocks.info.yml @@ -10,4 +10,4 @@ dependencies: - 'wxt_translation:wxt_translation' - 'wxt_ext_media:wxt_ext_media' - 'wxt_ext_media_image:wxt_ext_media_image' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_blog/wxt_ext_blog.info.yml b/modules/custom/wxt_ext/wxt_ext_blog/wxt_ext_blog.info.yml index 77f9ef7c..9e4b35ab 100644 --- a/modules/custom/wxt_ext/wxt_ext_blog/wxt_ext_blog.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_blog/wxt_ext_blog.info.yml @@ -15,4 +15,4 @@ dependencies: - 'wxt_ext_comment:wxt_ext_comment' - 'wxt_ext_metatag:wxt_ext_metatag' - 'wxt_ext_taxonomy:wxt_ext_taxonomy' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_book/wxt_ext_book.info.yml b/modules/custom/wxt_ext/wxt_ext_book/wxt_ext_book.info.yml index 36ebf424..76a263f7 100644 --- a/modules/custom/wxt_ext/wxt_ext_book/wxt_ext_book.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_book/wxt_ext_book.info.yml @@ -6,4 +6,4 @@ package: WxT dependencies: - 'book:book' configure: wxt_ext_book.admin_config_wxt_ext_book -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_breadcrumb/wxt_ext_breadcrumb.info.yml b/modules/custom/wxt_ext/wxt_ext_breadcrumb/wxt_ext_breadcrumb.info.yml index 8ab0a302..d5f6f005 100644 --- a/modules/custom/wxt_ext/wxt_ext_breadcrumb/wxt_ext_breadcrumb.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_breadcrumb/wxt_ext_breadcrumb.info.yml @@ -6,4 +6,4 @@ package: WxT dependencies: - 'menu_breadcrumb:menu_breadcrumb' configure: wxt_ext_breadcrumb.settings_form -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_carousel/wxt_ext_carousel.info.yml b/modules/custom/wxt_ext/wxt_ext_carousel/wxt_ext_carousel.info.yml index b603588c..97674782 100644 --- a/modules/custom/wxt_ext/wxt_ext_carousel/wxt_ext_carousel.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_carousel/wxt_ext_carousel.info.yml @@ -12,4 +12,4 @@ dependencies: - 'media_library:media_library' - 'options:options' - 'paragraphs:paragraphs' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_comment/wxt_ext_comment.info.yml b/modules/custom/wxt_ext/wxt_ext_comment/wxt_ext_comment.info.yml index 55b8df0d..10d4a7b9 100644 --- a/modules/custom/wxt_ext/wxt_ext_comment/wxt_ext_comment.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_comment/wxt_ext_comment.info.yml @@ -5,4 +5,4 @@ core_version_requirement: '^9 || ^10' package: WxT dependencies: - 'drupal:comment' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_config/wxt_ext_config.info.yml b/modules/custom/wxt_ext/wxt_ext_config/wxt_ext_config.info.yml index a9400fbc..be916bb8 100644 --- a/modules/custom/wxt_ext/wxt_ext_config/wxt_ext_config.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_config/wxt_ext_config.info.yml @@ -3,4 +3,4 @@ description: 'Contains specialized Drush commands for handling config exports.' type: module core_version_requirement: '^9 || ^10' package: WxT -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_editor/wxt_ext_editor.info.yml b/modules/custom/wxt_ext/wxt_ext_editor/wxt_ext_editor.info.yml index eeae8800..b90d8127 100644 --- a/modules/custom/wxt_ext/wxt_ext_editor/wxt_ext_editor.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_editor/wxt_ext_editor.info.yml @@ -19,4 +19,4 @@ dependencies: - 'token_filter:token_filter' - 'url_embed:url_embed' - 'wxt_ext_media_image_responsive:wxt_ext_media_image_responsive' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_fontawesome/wxt_ext_fontawesome.info.yml b/modules/custom/wxt_ext/wxt_ext_fontawesome/wxt_ext_fontawesome.info.yml index e44af6fd..0b1a7f0f 100644 --- a/modules/custom/wxt_ext/wxt_ext_fontawesome/wxt_ext_fontawesome.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_fontawesome/wxt_ext_fontawesome.info.yml @@ -6,4 +6,4 @@ package: WxT dependencies: - 'config_rewrite:config_rewrite' - 'fontawesome:fontawesome' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_group/wxt_ext_group.info.yml b/modules/custom/wxt_ext/wxt_ext_group/wxt_ext_group.info.yml index 70b76c79..4432fc86 100644 --- a/modules/custom/wxt_ext/wxt_ext_group/wxt_ext_group.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_group/wxt_ext_group.info.yml @@ -9,4 +9,4 @@ dependencies: - 'gnode:gnode' - 'group:group' - 'wxt_ext_blog:wxt_ext_blog' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_landing_page/wxt_ext_landing_page.info.yml b/modules/custom/wxt_ext/wxt_ext_landing_page/wxt_ext_landing_page.info.yml index 354bdb12..47a6d97c 100644 --- a/modules/custom/wxt_ext/wxt_ext_landing_page/wxt_ext_landing_page.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_landing_page/wxt_ext_landing_page.info.yml @@ -11,4 +11,4 @@ dependencies: - 'wxt_ext_layout:wxt_ext_layout' - 'wxt_ext_metatag:wxt_ext_metatag' - 'wxt_translation:wxt_translation' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_layout/wxt_ext_layout.info.yml b/modules/custom/wxt_ext/wxt_ext_layout/wxt_ext_layout.info.yml index c84f8748..fa1cb042 100644 --- a/modules/custom/wxt_ext/wxt_ext_layout/wxt_ext_layout.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_layout/wxt_ext_layout.info.yml @@ -15,4 +15,4 @@ dependencies: - 'layout_builder_st:layout_builder_st' - 'layout_builder_styles:layout_builder_styles' - 'page_manager_ui:page_manager_ui' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media/wxt_ext_media.info.yml b/modules/custom/wxt_ext/wxt_ext_media/wxt_ext_media.info.yml index b0d427f7..e6ff4e26 100644 --- a/modules/custom/wxt_ext/wxt_ext_media/wxt_ext_media.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media/wxt_ext_media.info.yml @@ -13,4 +13,4 @@ dependencies: - 'inline_entity_form:inline_entity_form' - 'wxt_core:wxt_core' - 'wxt_translation:wxt_translation' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_audio/wxt_ext_media_audio.info.yml b/modules/custom/wxt_ext/wxt_ext_media_audio/wxt_ext_media_audio.info.yml index e78a16cc..5fb13eb2 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_audio/wxt_ext_media_audio.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_audio/wxt_ext_media_audio.info.yml @@ -5,4 +5,4 @@ package: WxT description: 'Provides an Audio entity type for Media.' dependencies: - 'wxt_ext_media:wxt_ext_media' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_bulk_upload/wxt_ext_media_bulk_upload.info.yml b/modules/custom/wxt_ext/wxt_ext_media_bulk_upload/wxt_ext_media_bulk_upload.info.yml index b29d03e4..c33b31fd 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_bulk_upload/wxt_ext_media_bulk_upload.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_bulk_upload/wxt_ext_media_bulk_upload.info.yml @@ -6,4 +6,4 @@ package: WxT dependencies: - 'dropzonejs:dropzonejs' - 'wxt_ext_media:wxt_ext_media' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_document/wxt_ext_media_document.info.yml b/modules/custom/wxt_ext/wxt_ext_media_document/wxt_ext_media_document.info.yml index 6203c78c..a45bb382 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_document/wxt_ext_media_document.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_document/wxt_ext_media_document.info.yml @@ -5,4 +5,4 @@ description: 'Provides a Document entity type for Media.' package: WxT dependencies: - 'wxt_ext_media:wxt_ext_media' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_image/wxt_ext_media_image.info.yml b/modules/custom/wxt_ext/wxt_ext_media_image/wxt_ext_media_image.info.yml index 4f17e40d..378d5a30 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_image/wxt_ext_media_image.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_image/wxt_ext_media_image.info.yml @@ -5,4 +5,4 @@ package: WxT description: 'Provides an Image entity type for Media.' dependencies: - 'wxt_ext_media:wxt_ext_media' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_image_responsive/wxt_ext_media_image_responsive.info.yml b/modules/custom/wxt_ext/wxt_ext_media_image_responsive/wxt_ext_media_image_responsive.info.yml index 002dae87..7282397b 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_image_responsive/wxt_ext_media_image_responsive.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_image_responsive/wxt_ext_media_image_responsive.info.yml @@ -6,4 +6,4 @@ description: 'Provides responsive image support for Media.' dependencies: - 'drupal:responsive_image' - 'wxt_ext_media_image:wxt_ext_media_image' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_instagram/wxt_ext_media_instagram.info.yml b/modules/custom/wxt_ext/wxt_ext_media_instagram/wxt_ext_media_instagram.info.yml index e03689df..8f5a12e8 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_instagram/wxt_ext_media_instagram.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_instagram/wxt_ext_media_instagram.info.yml @@ -6,4 +6,4 @@ package: WxT dependencies: - 'wxt_ext_media:wxt_ext_media' - 'media_entity_instagram:media_entity_instagram' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_slideshow/wxt_ext_media_slideshow.info.yml b/modules/custom/wxt_ext/wxt_ext_media_slideshow/wxt_ext_media_slideshow.info.yml index ad51bdf0..882b8961 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_slideshow/wxt_ext_media_slideshow.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_slideshow/wxt_ext_media_slideshow.info.yml @@ -9,4 +9,4 @@ dependencies: - 'media_entity_slideshow:media_entity_slideshow' - 'slick_entityreference:slick_entityreference' - 'wxt_ext_media:wxt_ext_media' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_twitter/wxt_ext_media_twitter.info.yml b/modules/custom/wxt_ext/wxt_ext_media_twitter/wxt_ext_media_twitter.info.yml index 7068e65c..29da73bf 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_twitter/wxt_ext_media_twitter.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_twitter/wxt_ext_media_twitter.info.yml @@ -6,4 +6,4 @@ description: 'Provides a Twitter entity type for Media.' dependencies: - 'wxt_ext_media:wxt_ext_media' - 'media_entity_twitter:media_entity_twitter' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_media_video/wxt_ext_media_video.info.yml b/modules/custom/wxt_ext/wxt_ext_media_video/wxt_ext_media_video.info.yml index 0224f139..d5a6246f 100644 --- a/modules/custom/wxt_ext/wxt_ext_media_video/wxt_ext_media_video.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_media_video/wxt_ext_media_video.info.yml @@ -5,4 +5,4 @@ package: WxT description: 'Provides a Video entity type for Media.' dependencies: - 'wxt_ext_media:wxt_ext_media' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_metatag/wxt_ext_metatag.info.yml b/modules/custom/wxt_ext/wxt_ext_metatag/wxt_ext_metatag.info.yml index 99334feb..6f48824f 100644 --- a/modules/custom/wxt_ext/wxt_ext_metatag/wxt_ext_metatag.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_metatag/wxt_ext_metatag.info.yml @@ -9,4 +9,4 @@ dependencies: - 'metatag_dc_advanced:metatag_dc_advanced' - 'metatag_page_manager:metatag_page_manager' - 'metatag_views:metatag_views' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_migration/wxt_ext_migration.info.yml b/modules/custom/wxt_ext/wxt_ext_migration/wxt_ext_migration.info.yml index 659651ef..3a0a3273 100644 --- a/modules/custom/wxt_ext/wxt_ext_migration/wxt_ext_migration.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_migration/wxt_ext_migration.info.yml @@ -13,4 +13,4 @@ dependencies: - 'wxt_ext_layout:wxt_ext_layout' - 'wxt_ext_media:wxt_ext_media' - 'wxt_ext_media_slideshow:wxt_ext_media_slideshow' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_page/wxt_ext_page.info.yml b/modules/custom/wxt_ext/wxt_ext_page/wxt_ext_page.info.yml index 474e00d7..7636b6c6 100644 --- a/modules/custom/wxt_ext/wxt_ext_page/wxt_ext_page.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_page/wxt_ext_page.info.yml @@ -11,4 +11,4 @@ dependencies: - 'wxt_core:wxt_core' - 'wxt_translation:wxt_translation' - 'wxt_ext_layout:wxt_ext_layout' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_paragraph/wxt_ext_paragraph.info.yml b/modules/custom/wxt_ext/wxt_ext_paragraph/wxt_ext_paragraph.info.yml index f34ee3ca..670871c8 100644 --- a/modules/custom/wxt_ext/wxt_ext_paragraph/wxt_ext_paragraph.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_paragraph/wxt_ext_paragraph.info.yml @@ -6,4 +6,4 @@ core_version_requirement: '^9 || ^10' dependencies: - 'paragraphs:paragraphs' - 'wxt_translation:wxt_translation' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_password_policy/wxt_ext_password_policy.info.yml b/modules/custom/wxt_ext/wxt_ext_password_policy/wxt_ext_password_policy.info.yml index ed33129b..fbe679af 100644 --- a/modules/custom/wxt_ext/wxt_ext_password_policy/wxt_ext_password_policy.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_password_policy/wxt_ext_password_policy.info.yml @@ -9,4 +9,4 @@ dependencies: - 'password_policy_characters:password_policy_characters' - 'password_policy_history:password_policy_history' - 'password_policy_character_types:password_policy_character_types' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_queue/wxt_ext_queue.info.yml b/modules/custom/wxt_ext/wxt_ext_queue/wxt_ext_queue.info.yml index fa48c315..c8f4cc37 100644 --- a/modules/custom/wxt_ext/wxt_ext_queue/wxt_ext_queue.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_queue/wxt_ext_queue.info.yml @@ -9,4 +9,4 @@ dependencies: - 'drupal:entityqueue' - 'drupal:wxt_ext_landing_page' - 'wxt_ext_media:wxt_ext_media' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_search/wxt_ext_search.info.yml b/modules/custom/wxt_ext/wxt_ext_search/wxt_ext_search.info.yml index 065055ae..5ce2f98a 100644 --- a/modules/custom/wxt_ext/wxt_ext_search/wxt_ext_search.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_search/wxt_ext_search.info.yml @@ -11,4 +11,4 @@ dependencies: - 'drupal:user' - 'drupal:views' - 'search_api:search_api' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_search_db/wxt_ext_search_db.info.yml b/modules/custom/wxt_ext/wxt_ext_search_db/wxt_ext_search_db.info.yml index cfa4e4d8..7f59079a 100644 --- a/modules/custom/wxt_ext/wxt_ext_search_db/wxt_ext_search_db.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_search_db/wxt_ext_search_db.info.yml @@ -6,4 +6,4 @@ package: WxT dependencies: - 'wxt_ext_search:wxt_ext_search' - 'search_api:search_api_db' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_sitemap/wxt_ext_sitemap.info.yml b/modules/custom/wxt_ext/wxt_ext_sitemap/wxt_ext_sitemap.info.yml index 0203e577..e929dcb0 100644 --- a/modules/custom/wxt_ext/wxt_ext_sitemap/wxt_ext_sitemap.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_sitemap/wxt_ext_sitemap.info.yml @@ -6,4 +6,4 @@ core_version_requirement: '^9 || ^10' dependencies: - 'simple_sitemap:simple_sitemap' - 'wxt_ext_page:wxt_ext_page' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_taxonomy/wxt_ext_taxonomy.info.yml b/modules/custom/wxt_ext/wxt_ext_taxonomy/wxt_ext_taxonomy.info.yml index 71115f4f..f6b055a3 100644 --- a/modules/custom/wxt_ext/wxt_ext_taxonomy/wxt_ext_taxonomy.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_taxonomy/wxt_ext_taxonomy.info.yml @@ -5,4 +5,4 @@ core_version_requirement: '^9 || ^10' package: WxT dependencies: - 'drupal:taxonomy' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_theme/wxt_ext_theme.info.yml b/modules/custom/wxt_ext/wxt_ext_theme/wxt_ext_theme.info.yml index 4774d2fe..ff7f31cb 100644 --- a/modules/custom/wxt_ext/wxt_ext_theme/wxt_ext_theme.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_theme/wxt_ext_theme.info.yml @@ -5,4 +5,4 @@ core_version_requirement: '^9 || ^10' package: WxT dependencies: - 'config_rewrite:config_rewrite' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_user/wxt_ext_user.info.yml b/modules/custom/wxt_ext/wxt_ext_user/wxt_ext_user.info.yml index 83bbf868..ae3ca3b4 100644 --- a/modules/custom/wxt_ext/wxt_ext_user/wxt_ext_user.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_user/wxt_ext_user.info.yml @@ -10,4 +10,4 @@ dependencies: - 'panels_ipe:panels_ipe' - 'wxt_translation:wxt_translation' - 'wxt_ext_layout:wxt_ext_layout' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_webform/wxt_ext_webform.info.yml b/modules/custom/wxt_ext/wxt_ext_webform/wxt_ext_webform.info.yml index 9c355f12..a2b41009 100644 --- a/modules/custom/wxt_ext/wxt_ext_webform/wxt_ext_webform.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_webform/wxt_ext_webform.info.yml @@ -10,4 +10,4 @@ dependencies: - 'webform_bootstrap:webform_bootstrap' - 'webform_node:webform_node' - 'webform_ui:webform_ui' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_ext/wxt_ext_workflow/wxt_ext_workflow.info.yml b/modules/custom/wxt_ext/wxt_ext_workflow/wxt_ext_workflow.info.yml index 6b898df8..5871e05a 100644 --- a/modules/custom/wxt_ext/wxt_ext_workflow/wxt_ext_workflow.info.yml +++ b/modules/custom/wxt_ext/wxt_ext_workflow/wxt_ext_workflow.info.yml @@ -5,4 +5,4 @@ core_version_requirement: '^9 || ^10' package: WxT dependencies: - 'drupal:content_moderation' -version: 5.2.3 +version: 5.2.3-dev diff --git a/modules/custom/wxt_translation/wxt_translation.info.yml b/modules/custom/wxt_translation/wxt_translation.info.yml index c201aca3..f0cfc625 100644 --- a/modules/custom/wxt_translation/wxt_translation.info.yml +++ b/modules/custom/wxt_translation/wxt_translation.info.yml @@ -6,4 +6,4 @@ package: WxT dependencies: - 'drupal:config_translation' - 'drupal:content_translation' -version: 5.2.3 +version: 5.2.3-dev diff --git a/wxt.info.yml b/wxt.info.yml index 53ee3b19..8f0c31ee 100644 --- a/wxt.info.yml +++ b/wxt.info.yml @@ -28,4 +28,4 @@ install: themes: - claro - wxt_bootstrap -version: 5.2.3 +version: 5.2.3-dev