ujjval kumar jha → created an issue.
ujjval kumar jha → created an issue.
@shivam_tiwari I notice there is one space before span tag previously but you missed it
because if you check the original line where all these variable is used
Example:
$this->t('New Drupal Navigation, Test integration') . $new_label . $experimental_label,
Based on your code now there is no space between them
So may be need to correct it
Thanks
ujjval kumar jha → created an issue.
ujjval kumar jha → created an issue.
Thanks @asmdk
Tested, 3.0.0 version is working fine with Drupal 11
ujjval kumar jha → created an issue.
ujjval kumar jha → created an issue.
Hi @thaoquang
You need to update the minimum-stability in composer.json
By default it should be stable
So update this based on your requirement
Possible values are: dev, alpha, beta, RC, stable.
Example:
"minimum-stability": "dev",
Please review & merge...
ujjval kumar jha → created an issue.
ujjval kumar jha → created an issue.
Here is the attached patch regarding above issue.
ujjval kumar jha → created an issue.
Here is the patch regarding above issue.
Here is the patch regarding above solution
Ujjval Kumar Jha → created an issue.
Coding standards fixed in attached patch.
Ujjval Kumar Jha → created an issue.