hashids 8.x-1.0-alpha1

Bug fixes

Adds a label for the HashidsHashItem value property to remove tokens warning
Implement the generateSampleValue function
Moves functions in module file into a service
Fixes #3116432: Move functions in module file into a service

The hashids_generate and hashids_decode functions are now deprecated in favor of the hashids service's generate and decode functions.

hashids 8.x-1.x-dev

Initial Drupal 8 port with support for migrations for hashids_hash fields.

hashids 7.x-1.3

New features

Fixes #2872819 by tmin: Module not working with latest version of hashids

hashids 7.x-1.2

Bug fixes

Minor update to allow for better use of entity_metadata_wrapper with the hashids hash field. Requires database updates.

hashids 7.x-1.1

New features

New Functionality

Hashids hash field: Automatically generate hashes using the host entity, related entity, or entity's reference fields.

Also included in this release is a modification to the way hashids can be generated with hashids_generate(). A list (array) may be passed as the sole argument, or multiple arguments as in version 1.0.

hashids 7.x-1.0

Initial release. Use hashids_generate to generate an id, and hashids_decode to decode the hash generated. Make sure you set a unique salt at 'admin/config/system/hashids'.

Subscribe with RSS Subscribe to Releases for Hashids