Hi, Thanks for amazing module, I am trying to download the latest development branch 8.x-2-x, I think you have to release new development same 8.x-1.x-dev for 8.x-2.x,
available releases using drush
drush dl entity_limit --select
Choose one of the available releases for entity_limit:
[0] : Cancel
[1] : 8.x-2.0-alpha1 - 2017-Nov-05 - Supported, Recommended
[2] : 8.x-1.x-dev - 2016-Oct-20 - Development
available releases using composer
composer require drupal/entity_limit:2.x-dev
Problem 1
- The requested package drupal/entity_limit 2.x-dev exists as drupal/entity_limit[dev-1.x, 1.x-dev, 2.0.0-alpha1] but these are rejected by your constraint.
I would not advise you to use develop version of this module since we are working on new sets of features and it might break your site and that is the reason we are not creating a release for develop version of this module.
I agree with you that all contributed module and core have development releases. But we haven't released dev version because there is heavy development going on and we do not recommend it at all. We'd be releasing dev version in a couple of days so that it is somewhat stable.
Comments
Comment #2
purushotam.rai commentedComment #3
abu-zakham commentedHi, Thanks for amazing module, I am trying to download the latest development branch 8.x-2-x, I think you have to release new development same 8.x-1.x-dev for 8.x-2.x,
available releases using drush
available releases using composer
Regards.
Comment #4
gaurav.goyal commentedHey abu-zakham,
I would not advise you to use develop version of this module since we are working on new sets of features and it might break your site and that is the reason we are not creating a release for develop version of this module.
Comment #5
abu-zakham commentedHi gaurav.goyal, I noticed the 8x-2.0-alpha1 generate
Notice : Undefined offset: 0 in Drupal\entity_limit\EntityLimitInspector->checkEntityLimits()and this error has been fixed in latest development version, and all contrib modules even core has development release.
Comment #6
gaurav.goyal commentedHey @abu-zakham,
I agree with you that all contributed module and core have development releases. But we haven't released dev version because there is heavy development going on and we do not recommend it at all. We'd be releasing dev version in a couple of days so that it is somewhat stable.
Comment #7
ivnish