Skip to content

Releases: az-digital/az_quickstart

2.10.7

31 Jul 19:05
Compare
Choose a tag to compare
  • Closes #3581: Apply updated coding standards to 2.10.x branch. (#3583)
  • Closes #3445 Make config dependencies, module dependencies in az_paragraphs:az_paragraphs_view (#3446)
  • Closes #3498 Make config dependencies, module dependencies in az_seo. (#3499)
  • Fixes #3544 AZBackgroundMediaFormatter Breaks with Missing Files (#3545)
  • Closes #3453 | Remove duplicate required asterisk on Webforms (#3519)
  • Close #3501 remove logging code from az_course importer. (#3502)
  • Prepare 2.10.x branch for new minor release branch 2.11.x (#3528)
  • Back to dev.

2.11.0-beta1

24 Jul 23:03
Compare
Choose a tag to compare
2.11.0-beta1 Pre-release
Pre-release

This is a pre-release for the next minor version (feature release) of Arizona Quickstart 2. Pre-releases are not supported for production sites but are intended for widespread testing in preparation for the upcoming stable release.

Quickstart 2.9.x will no longer receive security support. Sites on Quickstart 2.9.x or earlier should upgrade to a supported release as soon as possible. See our release policy for more information.

For more information about the changes in this release, please see the project page and the milestone.

  • Closes #3561: Add NetID field to AZ Person. (#3562)
  • Close #3262 Add ability for content admins to set finder overrides. (#3420)
  • Update drupal/migrate_plus requirement from 6.0.2 to 6.0.4 (#3555)
  • Back to dev.

2.11.0-alpha2

23 Jul 00:54
Compare
Choose a tag to compare
2.11.0-alpha2 Pre-release
Pre-release

This is a pre-release for the next minor version (feature release) of Arizona Quickstart 2. Pre-releases are not supported for production sites but are intended for widespread testing in preparation for the upcoming stable release.

Quickstart 2.9.x will no longer receive security support. Sites on Quickstart 2.9.x or earlier should upgrade to a supported release as soon as possible. See our release policy for more information.

For more information about the changes in this release, please see the project page and the milestone.

  • Update drupal/webform requirement from 6.2.3 to 6.2.7 (#3559)
  • Fixes #3556, Fixes #3557 Regressions in AZEventTrellisViewsField, AZTrellisEventSource (#3558)
  • Update drupal/externalauth requirement from 2.0.5 to 2.0.6 (#3543)
  • Closes #3546 PHPUnit tests cannot be run locally using lando (#3547)
  • Fixes #3544 AZBackgroundMediaFormatter Breaks with Missing Files (#3545)
  • Update drupal/core-recommended requirement from 10.3.0 to 10.3.1 (#3539)
  • Update drupal/access_unpublished requirement from 1.5.0 to 1.6.0 (#3533)
  • Update drupal/ckeditor_bs_grid requirement from 2.0.11 to 2.0.12 (#3538)
  • Update drupal/config_readonly requirement from 1.0.0-beta5 to 1.0.0 (#3536)
  • Update drupal/crop requirement from 2.3.0 to 2.4.0 (#3540)
  • Closes #3453 | Remove duplicate required asterisk on Webforms (#3519)
  • Update drupal/media_library_form_element requirement from 2.0.6 to 2.1.0 (#3534)
  • Back to dev.

2.11.0-alpha1

01 Jul 23:51
Compare
Choose a tag to compare
2.11.0-alpha1 Pre-release
Pre-release

This is a pre-release for the next minor version (feature release) of Arizona Quickstart 2. Pre-releases are not supported for production sites but are intended for widespread testing in preparation for the upcoming stable release.

Quickstart 2.9.x will no longer receive security support. Sites on Quickstart 2.9.x or earlier should upgrade to a supported release as soon as possible. See our release policy for more information.

For more information about the changes in this release, please see the project page and the milestone.

Important Notes

WebP Image Conversion

This release adds a WebP conversion step to all image styles provided by AZ Quickstart and Drupal core. A patch for Drupal core has also been included that adds a directive to the .htaccess file included with Drupal core to ensure the WebP image MIME type is supported. Sites hosted on Apache web servers may need to update their .htaccess files to take advantage of this improvement.

Removal of Deprecated Modules

Important: Modules deprecated as of 2.9.x have been removed from Quickstart 2.11.x and should be uninstalled on sites before upgrading to 2.11.x (unless they have been added to a site-specific composer.json file).

  • block_content_permissions

Chaos Tools (ctools) dependency removed from Quickstart 2

Quickstart no longer has a runtime dependency on the ctools module, and the module has been slated for removal. This might cause problems if other modules implicitly use ctools functionality without depending on it.

Note that for backwards compatibility, the composer definition still depends on the ctools project, but it's no longer installed on new projects and existing projects may uninstall it if they are not using it.

The composer definition is there so that existing sites do not automatically have the code removed underneath them and continue to work. This will be removed in the future in a new major version. It is recommended to either add an explicit dependency on ctools if you plan to keep using it or uninstall it.

To fully remove ctools from the project, add a replace section to the root composer.json:

"replace": {
  "drupal/ctools": "*"
}

Note that this will also skip it in case another module depends on it and the definition will need to be removed then.

Before uninstalling ctools, verify that no configuration dependencies remain on views or other config entities. Views should have that dependency removed automatically when resaving them.

How to update

Refer to Updating your Quickstart website on the wiki for more information.

New changes (not included in 2.10.x)

Bug Fixes:

  • Closes #3493 PHP warnings logged upon inserting a new Bootstrap grid (#3494)
  • Closes #3487 RouteNotFoundException on Reorder Carousel Items page (#3488)
  • #2778: Fix 10.3.x specific PHPCS issue in AZEnterpriseAttributesMigrationSync (#3515)

Integrations

  • Fixes #3305 Provide Attribute Filtering for News Export (#3468)
  • Fixes #3470 Additional Course Fields (#3495)
  • Fixes #2778 Cron Migration settings for Enterprise Attributes (#2781)

General Enhancements:

  • Closes #3096 Simple file system configuration change to sanitize uploaded filenames (#3180)
  • Closes #3262 Add ability for content admins to set finder overrides (#3420)
  • #2635, #3290: Add WebP conversion step to all included image styles (#3418)
  • Closes #3335: Remove modules deprecated in 2.9.x (#3510)
  • Close #3481 Remove az_google_tag's dependency on ctools and remove ctools from az_quickstart (#3481)
  • Close #3329 Update prepare repository for minor release action so that it updates the main branch version alias as a pull request (#3337)
  • Closes #3174 Made text area not required on az_text_background (#3392)
  • Closes #3365 Set Easy Breadcrumb preferred menu setting to main menu by default (#3366)
  • Close #3385 Remove redundant permissions in "Content Administrator" role (#3388)
  • Update Arizona Icons to 1.0.2 (#3414)
  • #3290: Convert plugin annotations to attributes for plugins updated in 10.3.0 (#3419)

Drupal Core Updates:

Contrib Module Updates:

  • Update drupal/smtp requirement from 1.2.0 to 1.3.0 (#3508)
  • Update drupal/easy_breadcrumb requirement from 2.0.6 to 2.0.7 (#3509)
  • Update drupal/webform requirement from 6.2.2 to 6.2.3 (#3507)
  • Update drupal/views_remote_data requirement from 1.0.2 to 1.0.3 (#3506)
  • Update drupal/better_exposed_filters requirement from 6.0.5 to 6.0.6 (#3456)
  • Update drupal/menu_block requirement from 1.10.0 to 1.11.0 (#3407)
  • Update drupal/auto_entitylabel requirement from 3.0.0 to 3.2.0 (#3478)
  • Update drupal/jquery_ui_datepicker requirement from 2.0.0 to 2.1.0 (#3474)
  • Update drupal/core-recommended requirement from 10.2.6 to 10.2.7 (#3476)
  • Update drupal/draggableviews requirement from 2.1.3 to 2.1.4 (#3462)
  • Update drupal/viewsreference requirement from 2.0.0-beta7 to 2.0.0-beta8 (#3460)
  • Update drupal/jquery_ui requirement from 1.6.0 to 1.7.0 (#3458)
  • Update drupal/cas requirement from 2.2.0 to 2.3.2 (#3417)
  • Update drupal/smart_date requirement from 4.0.3 to 4.1.3 (#3386)
  • Update drupal/google_tag requirement from 2.0.4 to 2.0.5 (#3437)
  • Update drupal/chosen requirement from 4.0.0 to 4.0.1 (#3431)
  • Update drupal/asset_injector requirement from 2.19.0 to 2.20.0 (#3403)
  • Close #3467 Upgrade Blazy/Slick to 3.x (#3467)
  • Update drupal/paragraphs_admin requirement from 1.5.0 to 1.6.0 (#3401)
  • Update citation-style-language/styles requirement from 0.0.411 to 0.0.413 (#3402)
  • Update drupal/upgrade_status requirement from 4.0.0 to 4.3.1 (#105)
  • Update citation-style-language/styles requirement from 0.0.413 to 0.0.434 (#3459)
  • Update drupal/auto_entitylabel requirement from 3.0.0 to 3.1.0 (#3469)
  • Update drupal/blazy requirement from 3.0.8 to 3.0.9 (#3513)
  • Closes #2835: Switch back to d.o. version of smart_title. (#3514)

Visual Changes:

  • Closes #3396: Makes clickable cards more accessible (#3463)

Dependency Updates:

  • Update composer/installers requirement from 2.2.0 to 2.3.0 (az-quickstart-scaffolding)
  • Closes #3151 Update NodeJS in ProboCI config to version 20.13.0 (#3152)

2.10.6

28 Jun 20:28
Compare
Choose a tag to compare

Note: This release contains an update for the Webform module that addresses a security issue affecting a third-party library related to PSA-2024-06-26.

  • Update drupal/webform requirement from 6.2.2 to 6.2.3 (#3507)
  • Back to dev.

2.9.13

28 Jun 20:26
Compare
Choose a tag to compare

Note: This release contains an update for the Webform module that addresses a security issue affecting a third-party library related to PSA-2024-06-26.

  • Update drupal/webform requirement from 6.2.2 to 6.2.3 (#3507)
  • Back to dev.

2.10.5

21 Jun 22:45
Compare
Choose a tag to compare
  • Update drupal/draggableviews requirement from 2.1.3 to 2.1.4 (#3462)
  • Closes #3493 PHP warnings logged upon inserting a new Bootstrap grid (#3494)
  • Closes #3487 RouteNotFoundException on Reorder Carousel Items page (#3488)
  • Closes #3482: Update link group paragraph type to use linkit widget. (#3483)
  • Close #2717 Update UAlert link in Global Footer (#3442)
  • Update drupal/core-recommended requirement from 10.2.6 to 10.2.7 (#3476)
  • Closes #3278: Adds "image right" layout options to Marketing Cloud export (#3454)
  • Back to dev.

2.9.12

21 Jun 22:40
Compare
Choose a tag to compare
  • Close #2717 Update UAlert link in Global Footer (#3442)
  • Update drupal/core-recommended requirement from 10.2.6 to 10.2.7 (#3476)
  • Back to dev.

2.10.4

29 May 22:30
Compare
Choose a tag to compare

Note: This release contains an update for the Migrate queue importer module that addresses a moderately critical issue that allowed a Cross Site Request Forgery vulnerability (SA-CONTRIB-2024-024).

  • Close #3449 Update migrate_queue_importer for SA-CONTRIB-2024-024 to version 2.1.1 from 2.1.0 (#3450)
  • Back to dev.

2.9.11

29 May 22:23
Compare
Choose a tag to compare

Note: This release contains an update for the Migrate queue importer module that addresses a moderately critical issue that allowed an Cross Site Request Forgery vulnerability (SA-CONTRIB-2024-024).

  • Close #3449 Update migrate_queue_importer for SA-CONTRIB-2024-024 to version 2.1.1 from 2.1.0 (#3450)
  • Back to dev.