supercookie 2.0.x-dev

Bug fixes
New features

Development branch of 2.0.x version of module

supercookie 8.x-1.0-alpha7

Bug fixes

More work per #2708847: Error on update.php after supercookie installed, added new supercookie.response service, refactored controller to use ContainerAwareTrait.

supercookie 8.x-1.0-alpha6

Bug fixes
New features

supercookie 8.x-1.0-alpha5

Bug fixes

Fixed MongoDB requirements checking and validation of Composer dependencies.

supercookie 8.x-1.0-alpha1

Initial D8 alpha release. Features notably absent from this release are:

  • No ability to use external JS libraries -- you should download CryptoJS.MD5 and JSON.prune to your sites/all/libraries directory.
  • No node or term view tracking.
  • MongoDB support is still half-baked.

supercookie 8.x-1.x-dev

Very beta 8.x dev release...baseline functionality is in pretty decent shape, but still a fair bit of updating (and learning) to do yet.

supercookie 7.x-1.6

New features

supercookie 7.x-1.3

Bug fixes
New features
  • Added options for tracking of node and term views.
  • Added Next Node and Related Nodes blocks based on stored browsing history.
  • Fixed some bugs related to custom storage of data by submodules.

supercookie 7.x-1.2

Bug fixes
New features
  • Added option to track view count of nodes.
  • Added option to track view count of terms associated to a node.
  • Added hook_supercookie_custom to allow dependent modules to associate their own data to the supercookie record.
  • General formatting and messaging cleanup.

supercookie 7.x-1.1

Bug fixes

Fixed a bug in hook_requirements; new installs should be okay now...apologies for the trouble!

supercookie 7.x-1.x-dev

New features
  • Refactored Supercookie class and removed global stuff. The object is now accessed in code like this: \$supercookie = supercookie_instance();
  • Made the HTTP header value the primary tracking method.
  • Improved support for AJAX requests...all AJAX requests now also include the HTTP header if not yet present.
  • Removed hook for saving of custom data in favor of direct $supercookie->mergeCustom() calls.
  • Added option to honor users DNT browser settings, enabled by default.
Subscribe with RSS Subscribe to Releases for Supercookie