Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 62.74 KB
MD5: 7db39a6fab9096442b0a7b2bd60f63cb
SHA-1: 9eb47c562338facda4607c4ff9cc7a1e9ac2402d
SHA-256: 57dfda05da2377432eae79d56dc4d38d3b8e47980867bc7fe1109e3fcce30a12
Download zip 105.1 KB
MD5: edbf09e44a361a2ae905b061c05d88a2
SHA-1: 1a09625945e2214e74e80284a6a672daf954350b
SHA-256: a61d1c496d5a3fcaa6e7f47665de65e83979db56723e63ea4892ea339fbcd8cf

Release notes

New Features:

  • feat (wsconfig): allowing variable replacements in the wsconfig type endpoints
    • Generally in different environments our web service endpoint are different. To facilitate this, I've added variable replacements to wsconfig type endpoint.
      The syntax is to include into the endpoint urls. This is parsed out when the webservice call is made and the replacement is done
      using variable_get(variable_name, 'default value');
  • Issue #2558085 by spotzero, lampson: Ability to disable/enable wsconfig entity type

Bug fixes:

  • feat (export): cleaned-up exported wsconfig entities
    • Now when wsconfig entities are exported, they won't include the wsconfig_type and connector which should be loaded from the wsconfig type and won't include the created and changed dates since those just mess with the feature status.
  • Issue #2565753 by MorinLuc0: WS Search API does not clean up table
  • Issue #2482765 by MorinLuc0: Issue with language plugin
  • Issue #2482601 by MorinLuc0: Issue with address data alter
Created by: spotzero
Created on: 26 Oct 2015 at 14:46 UTC
Last updated: 19 Sep 2016 at 16:14 UTC
Bug fixes
New features
Unsupported

Other releases