checklistapi 2.1.5

Bug fixes

This fixes a regression that broke JavaScript functionality.

checklistapi 2.1.3

Bug fixes
New features

Changes since 2.1.2:

checklistapi 2.1.0

New features

This release adds support for Drupal 10 and drops Drupal 8.

checklistapi 8.x-1.10

Bug fixes
Unsupported
  • Issue #3042638 by TravisCarden: Update 8101 causes unrecoverable error, blocks database updates

checklistapi 8.x-1.9

New features
Unsupported

Changes since 8.x-1.8:

  • Issue #2944103 by quiron, TravisCarden: Use State API instead of Configuration API to store checklist progress.

checklistapi 8.x-1.8

Bug fixes
Unsupported

Changes since 8.x-1.7:

  • By TravisCarden: Fixed incorrect "items changed" message count.
  • By TravisCarden: Fixed broken Drush command.
  • Issue #2946865: Markup mismatch in localization string

checklistapi 8.x-1.7

Bug fixes
Unsupported

Changes since 8.x-1.6:

checklistapi 8.x-1.6

Bug fixes
Unsupported
  • Issue #2904660 by chr.fritsch, TravisCarden: Url objects in hook_checklistapi_checklist_info() cause RuntimeException: Recursive router rebuild detected. -
    Checklist developers should take note of the new (optional) #callback value in hook_checklistapi_checklist_info(), which is now the preferred method of specifying checklist items so as to avoid can be used to avoid router rebuild race conditions and the like.

checklistapi 8.x-1.5

Bug fixes
New features
Unsupported
  • Issue #2906215 by leonardop@ciandt.com, TravisCarden: Keep Active Tab After Submission.
  • Issue #2905905 by volkerk: Vertical tab summary is not set anymore.
  • Issue #2904660 by chr.fritsch: Url objects in hook_checklistapi_checklist_info() cause RuntimeException: Recursive router rebuild detected. -

checklistapi 8.x-1.4

Bug fixes
Unsupported
  • Issue #2843860 by chr.fritsch, TravisCarden: Config schema validation fails.

checklistapi 8.x-1.3

Bug fixes
Unsupported
  • Issue #2837327 by TravisCarden: InvalidArgumentException in route access check on update.php

checklistapi 8.x-1.2

Bug fixes
Unsupported
  • Issue #2773975 by TravisCarden: Error while installing checklist module.

checklistapi 8.x-1.1

Bug fixes
Unsupported
  • Issue #2773975 by TravisCarden: Temporary workaround for error while installing Checklist API Example module.
  • By TravisCarden: Renamed ChecklistapiRouteSubscriber to ChecklistapiRoutes.
  • By TravisCarden: Correctly injected dependencies into ChecklistapiAccessCheck.
  • By TravisCarden: Fixed up and simplified route subscriber.
  • By TravisCarden: Added uninstall hook to example checklist.
  • Follow-up to issue #2749715 by hswong3i: ...neither should checklistapiexample.info.yml. :P

checklistapi 8.x-1.0

Unsupported

The first stable 8.x release of Checklist API, compatible with Drupal 8.0.0. This is a straight port, functionally, of the 7.x branch.

checklistapi 8.x-1.0-beta1

Unsupported

The first 8.x release of Checklist API, compatible with Drupal 8.0.0-beta12. This is a straight port, functionally, of the 7.x branch.

checklistapi 7.x-1.2

New features
Unsupported

Changes since 7.x-1.1:

  • #2127581 by TravisCarden, itarato | codi: Added Drush commands! (Run drush --filter=checklistapi for details.)
  • By TravisCarden: Made checklist progress bar update dynamically.

checklistapi 7.x-1.1

Bug fixes
Unsupported

Changes since 7.x-1.0:

  • #2132439 by bryanbraun: Alert Dialog appears when attempting to save the checklist.
  • By TravisCarden: Added hook_uninstall() implementation to remove persistent variables.
  • By TravisCarden: Fixed test exception in ChecklistapiUnitTestCase::testChecklistapiSortArray().

checklistapi 7.x-1.0-beta3

New features
Bug fixes
Unsupported
  • By TravisCarden: Fix Checklists report doesn't support last updated by anonymous.
  • By chales, TravisCarden: #1649190: Eliminate PHP 5.3 dependency.
  • By TravisCarden: Add "Show/Hide descriptions" link to checklist forms.
  • By TravisCarden: Add message alerting user of autochecked items.
  • Numerous minor bug fixes.

checklistapi 7.x-1.0-beta1

New features
Bug fixes
Unsupported
  • Added separate, read-only access permissions for checklists.
  • Changed checklists to flatten saved progress for increased resilience to changes in list composition over time. (Note: this change will cause you to lose progress details you previously saved, but it will make it harder to lose them in the future.)
  • Expanded and improved API documentation.

checklistapi 7.x-1.0-alpha5

Bug fixes
Unsupported

Bug fixes for the API, the Checklists report, and the documentation.

checklistapi 7.x-1.0-alpha4

Bug fixes
Unsupported
  • Fixed undefined index warning the first time a checklist is saved.

checklistapi 7.x-1.0-alpha3

New features
Bug fixes
Unsupported
  • Fixed undocumented property in api.php.
  • Fixed checklist definitions are cached in their menu items.
  • Converted checklists to objects.
  • Added "Checklists" report.
Subscribe with RSS Subscribe to Releases for Checklist API