Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDosin committed Sep 20, 2021
1 parent f1fbe1a commit 125a117
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 27 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 1.0.0 - Erste Veröffentlichung
- Variantenschalter auf der Produktliste anzeigen
- Variantenschalter beim Hovern über eine Produkteigenschaft auf der Produktliste
- Variantenschalter auf dem Off-Canvas-Warenkorb anzeigen
- Variantenschalter auf der Warenkorbseite anzeigen</label>
- Variantenschalter im Off-Canvas-Warenkorb anzeigen
- Variantenschalter auf der Warenkorbseite anzeigen
- Variantenschalter auf der Bestätigungsseite der Kaufabwicklung anzeigen
- Alle diese Optionen sind konfigurierbar
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2020 vienthuong <levienthuong@gmail.com>
Copyright (c) 2021 Shape & Shift

> 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
68 changes: 44 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,48 @@
{
"name": "sas/variant-switch",
"description": "Variant switch",
"type": "shopware-platform-plugin",
"license": "MIT",
"autoload": {
"psr-4": {
"SasVariantSwitch\\": "src"
}
},
"require": {
"shopware/core": "^6.3",
"shopware/storefront": "^6.3"
},
"extra": {
"shopware-plugin-class": "SasVariantSwitch\\SasVariantSwitch",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by Thuong Le<levienthuong@gmail.com>",
"description": {
"de-DE": "Schnellwechsel der Produktvariante",
"en-GB": "Quick switch product's variant"
"name":"sas/variant-switch",
"description":"Show a variant switch within the listing and cart",
"type":"shopware-platform-plugin",
"license":"MIT",
"version":"1.0.0",
"keywords":[
"variant",
"shopware"
],
"authors":[
{
"name":"Shape & Shift",
"role":"Manufacturer",
"homepage":"https://shapeandshift.dev"
}
],
"autoload":{
"psr-4":{
"SasVariantSwitch\\":"src"
}
},
"require":{
"shopware/core":"^6.4",
"shopware/storefront":"^6.4"
},
"label": {
"de-DE": "Variant Schalter",
"en-GB": "Variant switch"
"extra":{
"shopware-plugin-class":"SasVariantSwitch\\SasVariantSwitch",
"plugin-icon":"src/Resources/config/plugin.png",
"copyright":"(c) by Shape & Shift",
"description":{
"de-DE":"Schnellwechsel der Produktvariante im Listing als auch im Warenkorb",
"en-GB":"Show a variant switch within the listing and cart"
},
"label":{
"de-DE":"Varianten switch im Listing",
"en-GB":"Variant switch within the Listing"
},
"manufacturerLink":{
"en-GB":"https://shapeandshift.dev",
"de-DE":"https://shapeandshift.dev"
},
"supportLink":{
"de-DE":"https://shapeandshift.dev",
"en-GB":"https://shapeandshift.dev"
}
}
}
}

0 comments on commit 125a117

Please sign in to comment.