Skip to content
Tags give the ability to mark specific points in history as being important
  • 2.0.0-beta4
    2.0.0 Beta 4
    
    Move to Gitlab CI and other fixes
    
    [hussainweb](https://www.drupal.org/u/hussainweb), [Gauravvvv](https://www.drupal.org/u/gauravvvv)
    
    **Issues**: 6 issues resolved.
    
    Changes since [2.0.0-beta3](https://www.drupal.org/project/do_username/releases/2.0.0-beta3):
    
    * [#3401254](https://www.drupal.org/node/3401254) by [hussainweb](https://www.drupal.org/u/hussainweb): Fix module not installable errors in test
    * [#3400135](https://www.drupal.org/node/3400135) by [Gauravvvv](https://www.drupal.org/u/gauravvvv): Deprecated function: Creation of dynamic property Drupal\do_username\DOComputedFields::$value is deprecated
    
    * [#3401251](https://www.drupal.org/node/3401251) by [hussainweb](https://www.drupal.org/u/hussainweb): Fix phpcs errors
    * [#3401244](https://www.drupal.org/node/3401244) by [hussainweb](https://www.drupal.org/u/hussainweb): Fix phpstan errors
    * [#3401246](https://www.drupal.org/node/3401246) by [hussainweb](https://www.drupal.org/u/hussainweb): Fix phpcs sniff error
    * [#3401242](https://www.drupal.org/node/3401242) by [hussainweb](https://www.drupal.org/u/hussainweb): Fix eslint errors
  • 2.0.0-beta3
    2.0.0 Beta 3
    
    * [#3394977](https://www.drupal.org/node/3394977): Deprecation error in DOComputedFields
    * [#3394985](https://www.drupal.org/node/3394985) by [jagraj_singh_gill](https://www.drupal.org/u/jagraj_singh_gill): Attempt to read property "value" on array in Drupal\do_username\DOComputedFields->getValue()
    * [#3394978](https://www.drupal.org/node/3394978) by [Mohd Sahzad](https://www.drupal.org/u/mohd-sahzad), [hussainweb](https://www.drupal.org/u/hussainweb): Undefined variable $websites in Drupal\do_username\DOComputedFields->getValue()
  • 2.0.0-beta2
    v2.0.0-beta2
    
    Fixes #3394443
  • 2.0.0-beta1
    2.0.0-beta1
    
    Support Drupal 10 dependencies
  • 2.0-beta1
    2.0-beta1
    
    - Make it installable on Drupal 10
  • 8.x-1.0-beta1
    1.0-beta1
    
    We are near a full release. Still waiting on https://www.drupal.org/project/do_username/issues/3255289 to move to full release.
    
    Changes in this release:
    * Issue #3287016 by Project Update Bot: Automated Drupal 10 compatibility fixes
    * Issue #3255230 by sahal_va, hussainweb: Add validation to check the username information from the API
    * Added drush command for copying field values
    * Issue #3166026 by ankithashetty, hussainweb: Fix Drupal Coding Standard Errors
    * Issue #3166024 by ankithashetty, hussainweb: Avoid t() calls, instead use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t()
  • 8.x-1.0-alpha2
    8.x-1.0-alpha2
    
    * Issue [#3160816]: Update package requirement for guzzle6-adapter
    * Issue [#3162061]: Document workaround for guzzle6-adapter 1.x
  • 8.x-1.0-alpha1
    8.x-1.0-alpha1
    
    First usable release. Basic field and API is usable.
    
    TODO: Views integration, more API use cases.