Skip to content

Commit

Permalink
feat: shopware 6.5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Feb 21, 2023
1 parent 6b56551 commit 20d1343
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 40 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/pack-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: PackPlugin
name: Build extension
on:
push:
branches:
- master
workflow_dispatch:
push:
branches:
- main

jobs:
build:
uses: FriendsOfShopware/actions/.github/workflows/store.yml@main
with:
extensionName: ${{ github.event.repository.name }}
shopwareVersion: '6.4.0'
secrets:
accountUser: ${{ secrets.ACCOUNT_USER }}
accountPassword: ${{ secrets.ACCOUNT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}
build:
uses: FriendsOfShopware/actions/.github/workflows/store-shopware-cli.yml@main
with:
extensionName: ${{ github.event.repository.name }}
secrets:
accountUser: ${{ secrets.ACCOUNT_USER }}
accountPassword: ${{ secrets.ACCOUNT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}
24 changes: 0 additions & 24 deletions CHANGELOG_de-DE.md

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG_en-GB.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.0

* Support for Shopware 6.5

# 1.0.4

* Increase height of expanded filters
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "frosh/platform-filter-search",
"description": "This plugin inserts a search input above the filter options in the listing.",
"type": "shopware-platform-plugin",
"version": "1.0.4",
"version": "2.0.0",
"authors": [
{
"name": "FriendsOfShopware",
"homepage": "https://friendsofshopware.de"
}
],
"require": {
"shopware/core": "~6.4",
"shopware/storefront": "~6.4"
"shopware/core": "~6.5.0",
"shopware/storefront": "~6.5.0"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 20d1343

Please sign in to comment.