SyliusFeedPlugin
SyliusFeedPlugin copied to clipboard
Create feeds in your Sylius shop
- adjusting routing to symfonyf 6.3 (use of two colons) - allow use new version of packages: > `symfony/event-dispatcher-contracts` -> (added: `^3.0`) > `twig/twig` -> (added: `^3.0`)
There is a syntax error in the admin.yaml file that gives me this error: The controller for URI "/admin/feeds/1" is not callable: Controller "setono_sylius_feed.controller.feed:showAction" does neither exist as service nor...
Avoid 404s if the admin path is modified via the env variable
Updates the requirements on [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) to permit the latest version. Release notes Sourced from psalm/plugin-phpunit's releases. Fix typo What's Changed Fix typo, it turns out $_ is used later on...
Updates the requirements on [psalm/plugin-symfony](https://github.com/psalm/psalm-plugin-symfony) to permit the latest version. Release notes Sourced from psalm/plugin-symfony's releases. v4.0.0 What's Changed Support PHP 8.1 & drop PHP 7.3 by @seferov in psalm/psalm-plugin-symfony#279...
https://github.com/Setono/SyliusFeedPlugin/blob/580921be8b48d5b1a67408c9cb0ac029aed2476c/src/DataProvider/DataProvider.php#L23 It should be parameter so it's easier to customize.
We have the need to filter the products to insert into the feed. We have for example a feed with all the products, but we also have one more feed...
After upgrading Sylius to 1.12 and Symfony to 6, there is this error with flysystem: ``` The config parameter "setono_sylius_feed.storage.feed" references a service !! League\Flysystem\Filesystem, which is not an instance...
Hey :) would it be possible that `league/flysystem` and `league/flysystem-bundle` dependencies are upgraded to `2.4` to match the Sylius ones -> https://github.com/Sylius/Sylius/blob/1.13/composer.json#L59? Should I prepare a PR? :)
Enclosing tag content inside CDATA could be useful for instance to prevent issues with non-utf8 characters.