This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
2.2.5
Changelog
- The
since
option used with the update:lightning console command has been converted to an argument and is now required. See "Automated configuration updates" in the UPDATE.md file for more information. - Drupal core has been updated to 8.4.3. (Issue #2929035)
- Security updated Configuration Update Manager module to 8.x-1.5. (SA-CONTRIB-2017-091)
Update Steps
Run drush updatedb && drush cache-rebuild
, or visit update.php
, to perform automatic database updates. You can also use Drupal Console's update:execute
command.
Update Steps
Run drush updatedb && drush cache-rebuild
, or visit update.php
, to perform automatic database updates. You can also use Drupal Console's update:execute
command.
You can then use Drupal Console to automatically run Lightning configuration updates:
$ drupal update:lightning CURRENT_VERSION
...where CURRENT_VERSION is the version of Lightning you're currently using, in semantic version format (e.g., "8.x-2.24" should be "2.2.4", and "8.x-2.21-beta3" is "2.2.1-beta3").
To run all available configuration updates without any prompting, use:
$ drupal update:lightning CURRENT_VERSION --no-interaction
Known issues
Media
- If you upload an image into an image field using the new image browser, you can set the image's alt text at upload time, but that text will not be replicated to the image field. This is due to a limitation of Entity Browser's API.
- Some of the Lightning contributed media module listed above might not yet be compatible with the Core Media entity.
- Using the bulk upload feature in environments with a load balancer might result in some images not being saved.