Skip to content

Commit

Permalink
Merge pull request #38 from matks/add-814
Browse files Browse the repository at this point in the history
Manually add 8.1.4 handled for the modules list #36
  • Loading branch information
Hlavtox committed Feb 1, 2024
2 parents f9f4b3b + 0a79a6e commit 5f55bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/GenerateJsonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private function addVersionsUnderDelopment(array $prestashopVersions): array
{
// Add current development version so that its module's list is available, but only if it is not part of the released ones.
$developmentVersion = '9.0.0';
$nextPatchVersion = '8.1.3';
$nextPatchVersion = '8.1.4';

// Check if versions are already in the list
$addDevelopmentVersion = true;
Expand Down

0 comments on commit 5f55bc3

Please sign in to comment.