|
| 1 | +## 3.2.4 |
| 2 | +* Updated Lightning Core to 3.5, which: |
| 3 | + * Security updated Drupal core to 8.6.6. |
| 4 | + * Will automatically clear all persistent caches _before_ running database |
| 5 | + updates with Drush 9. |
| 6 | +* Updated Lightning API to 3.2, which introduces no user-facing changes. |
| 7 | +* Updated Lightning Layout to 1.6, which introduces no user-facing changes. |
| 8 | +* Updated Lightning Media to 3.5, which: |
| 9 | + * Added a configuration option to control whether newly-created media fields |
| 10 | + (i.e., entity reference fields which reference media items) will be |
| 11 | + configured to use the media browser by default. (Issue #2945153) |
| 12 | + * Made the "Show in media library" field non-translatable by default in every |
| 13 | + media type included with Lightning Media. (Issue #3014913) |
| 14 | +* Updated Lightning Workflow to 3.3, which: |
| 15 | + * Made the time steps in Lightning Scheduler's UI configurable. |
| 16 | + (Issue #2981050) |
| 17 | + * Fixed a bug in the Moderation History where the users and timestamps didn't |
| 18 | + correctly correspond to the actual revisions. (Issue #3022898) |
| 19 | + * Updated Moderation Dashboard to its latest stable version. |
| 20 | + * Refactored underlying scheduler UI code to be less sensitive to time zones. |
| 21 | + * Added project namespaces to all stated dependencies. (Issue #2999322) |
| 22 | +* Changes were made to the internal testing infrastructure, but nothing that |
| 23 | + will affect users of Lightning. |
| 24 | + |
1 | 25 | ## 3.2.3
|
2 | 26 | * Lightning API now defaults to the 2.x branch of the JSON:API module.
|
3 | 27 | [See the release notes for the 2.x branch](https://www.drupal.org/project/jsonapi/releases/8.x-2.0-beta1).
|
|
54 | 78 | * Lightning API has been update to 2.5, which:
|
55 | 79 | * Updates several of its dependencies that no longer need to be patched or
|
56 | 80 | pinned as a result.
|
57 |
| - * Is now compatible ith Drupal core 8.6 in addition 8.5. |
| 81 | + * Is now compatible with Drupal core 8.6 in addition 8.5. |
58 | 82 | * Lightning Layout has been updated to 1.3, which has bug fixes and changes to
|
59 | 83 | make it compatible with Drupal core 8.6 in addition to 8.5.
|
60 | 84 | * Lightning Workflow has been updated to 2.2, which includes several bug fixes.
|
|
100 | 124 | * Updates Crop API to RC1.
|
101 | 125 | * Modifies any configured Media-related actions to use the new, generic action
|
102 | 126 | plugins provided by core.
|
103 |
| -* Behat contexts used for testing were moved into the |
| 127 | +* Behat contexts used for testing were moved into the |
104 | 128 | `Acquia\LightningExtension\Context` namespace.
|
105 | 129 |
|
106 | 130 | ## 3.0.3
|
|
122 | 146 | * Reads the previous version from config and, as a result, no longer requires
|
123 | 147 | nor accepts the `version` argument.
|
124 | 148 | * Usage:
|
125 |
| - |
| 149 | + |
126 | 150 | ```
|
127 | 151 | drush update:lightning
|
128 | 152 | # To run all available configuration updates without any prompting, use:
|
129 |
| - drush update:lightning --no-inetraction |
| 153 | + drush update:lightning --no-interaction |
130 | 154 | ```
|
131 | 155 | * Note: Configuration updates from versions of Lightning < 3.0.0 will not be
|
132 | 156 | run when using the updated command. You should update to the last available
|
|
154 | 178 | ## 3.0.0
|
155 | 179 | * Lightning's components are no longer bundled with the profile. They are now
|
156 | 180 | packaged as separate components and located alongside other Drupal modules.
|
157 |
| - (Issue #2925010) |
| 181 | + (Issue #2925010) |
158 | 182 | * The following unused modules have been removed from the build manifest
|
159 | 183 | (Issue #2927527):
|
160 | 184 | * Scheduled Updates
|
|
235 | 259 | Console command. (GitHub #462)
|
236 | 260 | * OAuth key pairs:
|
237 | 261 | * Lightning will no longer try to guess where keys should be stored and won't
|
238 |
| - generate the keys until an administrator triggers that action. (GitHub #445) |
| 262 | + generate the keys until an administrator triggers that action. (GitHub #445) |
239 | 263 | * Key pairs are now generated with 600 permissions. (GitHub #443)
|
240 | 264 | * Better error messages are shown if the system encounters an error when
|
241 | 265 | generating OAuth key pairs. (GitHub #440)
|
242 | 266 | * Lightning no longer patches Drush and therefore has no opinion about which
|
243 |
| - version of Drush you use in your project. (GitHub #459) |
| 267 | + version of Drush you use in your project. (GitHub #459) |
244 | 268 | * Page manager is no longer included in the codebase. (GitHub #466)
|
245 | 269 | * You can now choose to hide the links to API docs shown on entity bundles via a
|
246 | 270 | config option. (GitHub #435)
|
|
284 | 308 | ## 2.1.6
|
285 | 309 | * Lightning now provides a Display Plugin for images embedded via CKEditor that
|
286 | 310 | allows editors to select an image style, alt text, and other settings each
|
287 |
| - time an image is embedded. (Issue #2784699) |
| 311 | + time an image is embedded. (Issue #2784699) |
288 | 312 | * You can now select and insert media items from a single-cardinality media
|
289 | 313 | browser with a double-click. (Issue #2888535)
|
290 | 314 | * Added documentation about the known incompatibility between Workbench
|
|
417 | 441 | * Scheduled updates now clearly display what is scheduled to happen and when,
|
418 | 442 | and multiple updates can be created for basic pages. (Issue #2688411)
|
419 | 443 | * Fixed a bug where reverting the layout of a forward revision of a landing page
|
420 |
| - also reverted the layout of the published version. (Issue #2754649) |
| 444 | + also reverted the layout of the published version. (Issue #2754649) |
421 | 445 | * Fixed a bug where Lightning Media failed to validate file size and dimension
|
422 | 446 | constraints. (Issue #2796683)
|
423 | 447 | * The *.features.yml files were removed from our older features that had them.
|
|
559 | 583 | * Most of the configuration previously provided as part of the
|
560 | 584 | Lightning install profile has been moved into Lightning Core.
|
561 | 585 | (#2773519)
|
562 |
| -* The "publish" and "unpublish" actions have been removed from the |
| 586 | +* The "publish" and "unpublish" actions have been removed from the |
563 | 587 | administrative Content view, because they do not make sense with
|
564 | 588 | Workbench Moderation enabled. (#2705931)
|
565 | 589 | * Fixed a regression caused by changes in Panelizer. (#2790699)
|
|
596 | 620 | * Fixed a PHP notice arising from the media asset preview handler. (PR #140)
|
597 | 621 |
|
598 | 622 | ## 1.02
|
599 |
| -* Updated core to 8.1.7 (Security Release) and all contrib modules to latest |
| 623 | +* Updated core to 8.1.7 (Security Release) and all contrib modules to latest |
600 | 624 | available releases.
|
601 | 625 | * It's now possible to define which Lightning extensions will be enabled by
|
602 | 626 | listing them in ```lightning.extend.yml```. (#2765627)
|
|
0 commit comments