Skip to content

Commit

Permalink
NEXT-19734 - Prepare 6.4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Jan 24, 2022
1 parent b00d660 commit 4257b30
Show file tree
Hide file tree
Showing 205 changed files with 715 additions and 13 deletions.
197 changes: 197 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

494 changes: 494 additions & 0 deletions UPGRADE-6.4.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions UPGRADE-6.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 6.5.0.0
## Introduced in 6.4.8.0
The whole namespace `Shopware\Core\Framework\Changelog` was marked `@internal` and is no longer part of the BC-Promise. Please move to a different changelog generator vendor.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,6 @@
"exclude-from-classmap": [
"src/**/Test/"
]
}
},
"version": "6.4.8.0"
}
5 changes: 3 additions & 2 deletions src/Administration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"symfony/http-foundation": "~5.4.1",
"symfony/routing": "~5.4.0",
"symfony/mime": "~5.4.0"
}
}
},
"version": "6.4.8.0"
}
5 changes: 3 additions & 2 deletions src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,6 @@
"*": "dist"
},
"sort-packages": true
}
}
},
"version": "6.4.8.0"
}
5 changes: 3 additions & 2 deletions src/Docs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
},
"require-dev": {
"phpunit/phpunit": "~9.5.6"
}
}
},
"version": "6.4.8.0"
}
5 changes: 3 additions & 2 deletions src/Elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
},
"require-dev": {
"phpunit/phpunit": "~9.5.6"
}
}
},
"version": "6.4.8.0"
}
5 changes: 3 additions & 2 deletions src/Recovery/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
},
"require-dev": {
"phpunit/phpunit": "~9.5.6"
}
}
},
"version": "6.4.8.0"
}
5 changes: 3 additions & 2 deletions src/Storefront/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"require-dev": {
"symfony/css-selector": "~5.4.0",
"phpunit/phpunit": "~9.5.6"
}
}
},
"version": "6.4.8.0"
}

0 comments on commit 4257b30

Please sign in to comment.