tlh 8.x-1.5

Bug fixes

Stupid me forgot the use Drupal\views\Views; in the Drupal.org version :(

tlh 8.x-1.4

Bug fixes

Rewrote the drupal_view function and added support for view arguments.

Return the render array for the default display of the view 'my_view' with contextual parameters /all/167


or if you need to get a specific display

Return the render array for the block_1 display of the view  'my_view'  with contextual parameters /all/167

<code {{ drupal_view('my_view','block_1',['all',167]) }}

Both parameters and display are optional.

cleantalk 8.x-1.7

Bug fixes

Fix weboform submission errors
Fix check users/comments
Bug fixes and other minor improvements

relaxed 8.x-1.0-beta2

Bug fixes
New features

In this release:
- Bug fixes
- More tests
- Add CouchDB 2 testing
- Multipart response fixes
- Caching fixes
- Permissions fixes for replication role
- Replication optimization: use since parameter, implement the bulk docs limit, add tests for bulk docs and changes limit
- File attachments fixes - attachments now are replicated with file entities, not with nodes

Pages

Subscribe with RSS Subscribe to RSS - Bug fixes