Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 143.7 KB
MD5: 4d06c5974cdf3e10ce1a8288bb589b98
SHA-1: 076975748c2602dc24ae52b0e04ef0e2be78beee
SHA-256: b3837689005c1907d4360089a8e86746a61737fa811c3eaacc3acc47d150a5b6
Download zip 275.01 KB
MD5: bdd99ea551bb8c541ac24f9dbaf7129b
SHA-1: 3013548ee951d3c672f7352ccda0cdf9b641e0c5
SHA-256: c85999584dfb831a13229c0734564e503923f361896a95ef5415adfd0769dd57

Release notes

[CLEANUP] Fix watchdog resource's class name

c31a950 by jeff-h
Correct a typo in the class name with a misplaced capital F.

[FEATURE] Update user's access time when authenticating

797dc60 by Luke Wertz
When a user makes an authenticated request, update the access time
on the user object. Just like core does.

[BUGFIX] Allow falsey values to have process callbacks

11e213b by Sam Ingle
Process callbacks are aborted if there resulting value of the
field, or previous process callbacks, is falsey. This commit fixes
that.

[CLEANUP] Documentation improvements for discovery

fcec08f by jeff-h
Include documentation clarifications about the discovery subsystem
and some fixes for typos.

[BUGFIX] Fix URL generation for the Angular example

2be98f1 by jeff-h
Fix the incorrect URL generation for the angular example module.
This includes cases where there is a language code in the URL
and links to statically served files.

[BUGFIX] Allow Patch/ Put NULL values

14a145e by Or

[CLEANUP] Remove old access token when using refresh token

db89d74 by Luke Wertz
If the refresh token is used, go ahead and remove the access token
instead of waiting for it to be expired (if it's not already) and
the cron to delete it.

[BUGFIX] Match default NODE_PUBLISHED filter for count query

dc53c14 by Pedro Cambra
Add the filter for NODE_PUBLISHED to the count query by default,
just like we are doing it for the regular query. Failing to do this
leads to pagination errors.

[BUGFIX] Fix typo: texfield => textfield

a61051f by jeff-h
In the discovery of field information sometimes we were returning the
type of "texfield" instead of "textfield".

Created by: e0ipso
Created on: 24 Oct 2015 at 12:01 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure
Unsupported

Other releases