- Drop primary key from
shop_id
ofsw_shop
- Add
app_id
as primary insw_shop
- Change behavior of middleware (using
app_name
andapp_id
)
- Add get middleware for Iframe
- Add SwAppHeaderMiddleware to verify incoming headers requests from Shopware
- Add SwAppIframeMiddleware to verify incoming requests from Iframe Shopware
- Fix wrong shopId parameter
- Update SwAppMiddleware check post request key parameter same as get queries
- Changed the version of the shopware-sdk to 1.*
- Package initial structure
- First release