Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
38.5 KB
MD5: 2af95908401271a6fca8f0d72cb4bfec
SHA-1: a59d0e32982ae364755cef5feced09c401a2c295
SHA-256: 432660b1e8888a0e35f76b9867dd5d321124ab27ace1a20901a921b344e54bc3
Download zip
74.68 KB
MD5: c6fefcef349901fb331baa58ee002e77
SHA-1: 9f0c51f53ec03c1d78efb60167135eee75b582fa
SHA-256: 8b08c274d1be2203eb5e3700dbd09eff2606e7d9be7ef7ac6712e1593568c053
Release notes
TLDR version: More UI goodness, batches galore, and cleaning up the watchdogs!
Not exactly tied to any issue queue ... err ... issues, these are the main updates in the release (in order of overall happiness):
- Font Display section now has a 'preset css selectors' select list you can use for easily creating where what fonts gets display for headers, body, etc without needing to write any css (basically a port of exsiting functionality in D7).
- Fonts are not longer automatically imported on enabling a fonts submodule. You must now go to the fonts settings page to import. This was done in order to be able to use the batch api (and stop potential timeout / out of memory issues).
- Clean up in all modules which were causing a slew of watchdog entries.
- Start the process for better uninstall. Right now, there is a possibility for potential timeout / out of memory issues (and module uninstalls do not run via batch api) because Drupal is keeping the fonts around somewhere in memory even after deleting fonts during uninstall. I need to figure out where this is happening but there is some temporary cleanup to make the cleanup process forward-compatible with newer releases of Drupal core.
- Better internal documentation