Skip to content

Commit

Permalink
feat: release for sw6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpoensgen committed Oct 12, 2022
1 parent 5502cea commit 20bc15c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/src/Resources/app/storefront/dist/storefront/js/*
/src/Resources/app/storefront/node_modules/*
src/Resources/app/storefront/dist/storefront/js/*
src/Resources/app/storefront/node_modules/*
2 changes: 1 addition & 1 deletion LICENCE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Stefan Poensgen
Copyright (c) 2022 Stefan Poensgen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sptec/lazyload",
"version": "0.1.0",
"version": "0.2.0",
"type": "shopware-platform-plugin",
"description": "Simple integration of lazysizes into Shopware 6.",
"license": "MIT",
Expand All @@ -17,18 +17,25 @@
},
"extra": {
"shopware-plugin-class": "Sptec\\Lazyload\\SptecLazyload",
"copyright": "Stefan Poensgen",
"label": {
"de-DE": "Lazyload",
"en-GB": "Lazyload"
},
"description": {
"de-DE": "Einfache Integration von Lazysizes in Shopware 6.",
"en-GB": "Simple integration of lazysizes into Shopware 6."
},
"manufacturerLink": {
"de-DE": "https://github.com/stefanpoensgen/SptecLazyload",
"en-GB": "https://github.com/stefanpoensgen/SptecLazyload"
},
"supportLink": {
"de-DE": "https://github.com/stefanpoensgen/SptecLazyload/issues",
"en-GB": "https://github.com/stefanpoensgen/SptecLazyload/issues"
}
},
"require": {
"shopware/core": "~6.1",
"shopware/storefront": "~6.1"
"shopware/core": "~6.4",
"shopware/storefront": "~6.4"
}
}

0 comments on commit 20bc15c

Please sign in to comment.