dreamcommerce / appstore-bundle
Symfony bundle for DreamCommerce-based shops application
Installs: 667
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 9
Forks: 4
Open Issues: 0
pkg:composer/dreamcommerce/appstore-bundle
Requires
- php: >=5.4.0
- dreamcommerce/shop-appstore-lib: ~1.2
Requires (Dev)
- phpunit/phpunit: ~5.3
- symfony/symfony: ~2.8
This package is auto-updated.
Last update: 2025-10-07 15:02:56 UTC
README
Bundle used with DreamCommerce's Symfony applications. More documentation coming soon.
Changelog
- 1.4.11
- bump SDK JS version to 1.0.5
 
- 1.4.10
- less restrictive version constraint
 
- 1.4.9
- added dream_commerce_shop_appstore:webhooksto dump configured webhooks
- fixed FQCN in Doctrine Version detection
 
- added 
- 1.4.8
- fixed interfaces mapping due to changes in event_listener/event_subscriber
 
- 1.4.7
- fixed subscription limiter
 
- 1.4.6
- added subscriber.(create|delete|edit)webhook events support
 
- added 
- 1.4.5
- fixed ParcelDispatchEventwebhook
 
- fixed 
- 1.4.4
- added support for shops with a valid SSL-chain but disabled in admin panel
 
- 1.4.3
- class name fixed
 
- 1.4.2
- self-issued certificate support in shop checker
 
- 1.4.1
- fixed an issue with redirection loops if shop platform returns an URL with protocol reduction (SSL->no-SSL->SSL)
 
- 1.4.0
- narrowed exceptions thrown on invalid bundle configuration supplied
- webhooks support added
 
- 1.3.3
- fixed ShopCheckerURL jumping
 
- fixed 
- 1.3.2
- removed version constraint from composer.json
 
- removed version constraint from 
- 1.3.1
- fixed 301-redirects on install process detection
 
- 1.3.0
- added User-Agent configuration entry to distinguish app within access_logs
 
- 1.2.1
- added workaround on 301-redirects with shop URL during install process
 
- 1.2.0
- refactored URL-generating routines to make them compatible with Symfony 3.0
- automatic messages errors are now passed-through instead of muting
 
- 1.1.3
- added workaround on 301-redirects with shop URL during install process
 
- 1.1.2
- fixed token refresh on application update
- fixed incorrect exception catching on appstore exception
 
- 1.1.1
- security: added <meta name="referrer" content="origin">to the main layout file
 
- security: added 
- 1.1.0
- added dream_commerce_shop_appstore:refresh_tokenscommand that can be executed periodically in order to automatically extend shop tokens validity
- added ShopCheckerwith methodverifySslto verify if specified shop has a SSL stack set up correctly
- added minimal_versionparam toApplicationservices
 
- added 
- 1.0.1
- CollectionChoiceListLoader deprecated dependencies removed
 
- 1.0.0
- using client library 1.x - needed to increase first number due to the exceptions API changed
- improved library exception handling - now any uncaught library exception is being handled with data used for request, even in production
- added dream_commerce_shop_appstore:log_viewcommand - allows to see library log errors formatted with new lines
- rebuilt internals - now services classes are specified by parameters; creating inherited bundles are easier
- removed calls marked as deprecated in Symfony 2.8
- fixed incorrect RequestStackhandling in Symfony 2.8
- added option skip_sslto ignore SSL errors
- improved related resource fetching - added redundant values removal
- added method which helps to partition query_string arguments
- added ParamConvertersupport inApplicationControllerInterface-aware controllers - forShopInterfaceandClientInterfacearguments
 
- 0.1.4
- fixed token refreshing issues
 
- 0.1.3
- repo maintenance commit
 
- 0.1.2
- fixed missing ui.html.twig
 
- fixed missing 
- 0.1
- first Packagist release