diff --git a/CHANGELOG.md b/CHANGELOG.md index d92c436..247f11c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## Draft 2.x.x +- [Issue 63](https://github.com/lemberg/draft/issues/63) - Add Ultimate Cron module - [Issue 47](https://github.com/lemberg/draft/issues/47) - Add custom Heading field formatter module - [Issue 44](https://github.com/lemberg/draft/issues/44) - Add paragraph Compound - Media Bar - [Issue 46](https://github.com/lemberg/draft/issues/46) - Add paragraph Simple - CTA diff --git a/composer.json b/composer.json index cf39334..c6550e3 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ "drupal/paragraphs_browser": "^1.0@alpha", "drupal/svg_image": "^1.9", "drupal/twig_field_value": "^1.2", - "drupal/twig_tweak": "^2.1" + "drupal/twig_tweak": "^2.1", + "drupal/ultimate_cron": "^2.0" }, "require-dev": { "drupal/devel": "^2.0" diff --git a/draft.info.yml b/draft.info.yml index 82f0836..f6b03cf 100644 --- a/draft.info.yml +++ b/draft.info.yml @@ -55,5 +55,6 @@ install: - svg_image - twig_field_value - twig_tweak + - ultimate_cron themes: - adminimal_theme