No description
Find a file
Grzegorz Sadowski 2ea2e95a36
minor #17012 [CI] Remove unused social media notifications action + minor improvements (GSadee)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

432013ea84 [CI] Remove unused social media notifications action
8a3dec196d [CI] Minor improvements
2024-09-25 07:25:18 +02:00
.bunnyshell Merge branch '1.12' into 1.13 2024-05-22 14:54:12 +02:00
.docker
.github [CI] Minor improvements 2024-09-25 07:21:54 +02:00
adr remove dead link to codebetter.com 2023-05-01 11:05:24 +02:00
app [Maintenance] Remove redundant Sylius version information in deprecation messages 2023-09-19 09:03:41 +02:00
bin
config [Maintenance] Add image firewall 2024-04-08 12:44:29 +02:00
docs Update state_machine.rst 2024-09-18 10:58:04 +02:00
etc [Maintenance] Update .gitattributes 2024-02-02 15:07:36 +01:00
features Cover the scenario for allowing access for only correctly logged in users 2024-09-06 10:22:37 +02:00
public
src Change application's version to v1.13.7-dev 2024-09-24 13:03:21 +02:00
templates [Swagger] Fix post-token-obtaining dynamic API authorization 2024-03-12 14:43:09 +01:00
tests [ChannelsTest] Use inArray to check locales 2024-07-25 08:55:59 +02:00
translations
var
.babelrc
.dockerignore [Bunnyshell] Adjust the workflows for Fork PRs 2023-07-06 09:19:45 +02:00
.editorconfig
.env
.env.test
.env.test_cached
.eslintrc.js
.gitattributes [Maintenance] Update .gitattributes 2024-02-02 15:07:36 +01:00
.gitignore Resolve conflicts between 1.12 and 1.13 2023-12-22 13:53:00 +01:00
.npmignore
.readthedocs.yaml [Documentation] Add configuration file for Read the Docs 2024-01-26 09:58:59 +01:00
.symfony.insight.yaml
behat.yml.dist Bring back the "chrome_headless_second_session" mink session 2023-12-21 14:51:22 +01:00
CHANGELOG-1.0.md
CHANGELOG-1.1.md
CHANGELOG-1.2.md
CHANGELOG-1.3.md
CHANGELOG-1.4.md
CHANGELOG-1.5.md
CHANGELOG-1.6.md
CHANGELOG-1.7.md
CHANGELOG-1.8.md
CHANGELOG-1.9.md
CHANGELOG-1.10.md
CHANGELOG-1.11.md Generate changelog for v1.11.15 2023-03-28 12:01:40 +02:00
CHANGELOG-1.12.md Generate changelog for v1.12.19 2024-07-17 10:09:53 +02:00
CHANGELOG-1.13.md Generate changelog for v1.13.6 2024-09-24 13:02:43 +02:00
composer-require-checker.json Update composer-require-checker whitelist 2024-09-20 11:46:03 +02:00
composer.json Change application's version to v1.13.7-dev 2024-09-24 13:03:21 +02:00
CONFLICTS.md Merge branch '1.12' into 1.13 2024-04-19 07:33:43 +02:00
docker-compose.test.yml
docker-compose.yml
ecs.php [ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule 2024-04-16 10:23:35 +02:00
gulpfile.babel.js
LICENSE New year 2024 2024-01-04 14:21:06 +01:00
Makefile Remove Psalm 2023-12-04 11:10:34 +01:00
monorepo-builder.php
package.json Bump up Node.js only to supported LTS versions (18 and 20) 2024-02-09 13:52:53 +01:00
phparkitect.php [Maintenance] Ignore abstract classes in spec arkitect rule 2024-01-26 14:57:30 +01:00
phpspec.yml.dist
phpstan-baseline.neon [PHPStan] Regenerate baseline.neon file 2024-03-19 10:38:21 +01:00
phpstan.neon.dist Minor improvements in PHPStan configuration 2024-09-02 07:22:25 +02:00
phpunit.xml.dist Refactor checking whether the channel can be deleted 2023-11-06 16:02:12 +01:00
README.md Update README.md 2024-06-19 14:46:27 +02:00
rector.php
RoboFile.php Extract StateMachine abstraction into its own package 2024-01-15 15:40:07 +01:00
SECURITY.md
symfony.lock [ApiBundle] Implement Sales Statistics feature 2024-01-17 14:21:49 +01:00
UPGRADE-1.0.md
UPGRADE-1.1.md
UPGRADE-1.2.md
UPGRADE-1.3.md
UPGRADE-1.4.md
UPGRADE-1.5.md
UPGRADE-1.6.md
UPGRADE-1.7.md
UPGRADE-1.8.md
UPGRADE-1.9.md
UPGRADE-1.10.md
UPGRADE-1.11.md
UPGRADE-1.12.md Note order token length parametrization 2024-06-14 10:04:37 +02:00
UPGRADE-1.13.md Add a note to UPGRADE file about changing PaymentPreCompleteListener's constructor 2024-06-07 12:38:10 +02:00
UPGRADE-2.0.md [Upgrade] Note new sylius prefix in serialization groups 2024-02-05 09:28:26 +01:00
UPGRADE-API-1.8.md
UPGRADE-API-1.9.md
UPGRADE-API-1.10.md
UPGRADE-API-1.11.md
UPGRADE-API-1.12.md [API] Add note about disabling adjustment GET endpoint to UPGRADE file 2024-07-17 08:14:09 +02:00
UPGRADE-API-1.13.md Merge branch '1.12' into 1.13 2024-07-17 08:56:19 +02:00
UPGRADE-FROM-1.12-WITH-PRICE-HISTORY-PLUGIN-TO-1.13-LEGACY.md Update upgrade file from 1.12 with PriceHistoryPlugin to Sylius 1.13 2023-06-22 14:40:00 +02:00
UPGRADE-FROM-1.12-WITH-PRICE-HISTORY-PLUGIN-TO-1.13.md Update upgrade file from 1.12 with PriceHistoryPlugin to Sylius 1.13 2023-06-22 14:40:00 +02:00
webpack.config.js
yaml-standards.yaml

Sylius is an Open Source eCommerce framework on top of Symfony.

The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for applications tailored to your business requirements. Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with phpspec and Behat.

Enjoy being an eCommerce Developer again!

⚙️ Installation

Install Sylius with Composer (see requirements details).

Follow the Getting started with Sylius tutorial!

📖 Documentation

Documentation is available at docs.sylius.com.

Sylius Plus

Sylius Plus offers modular features like OnePageCheckout and a B2B suite, alongside advanced capabilities such as multi-store management, partial order fulfillment, smooth returns handling, a loyalty system and multi-source inventory. Pick and choose the modules you need to supercharge your eCommerce projects effortlessly.

🤝 Community

Get Sylius support on Slack or Stack Overflow or get professional SLA-backed support and Project Success Assistance with Sylius Plus license! Learn more.

Stay updated by following our Twitter and Facebook.

Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our Contributing Guide!

👮 Security issues

If you think that you have found a security issue in Sylius, please do not use the issue tracker and do not post it publicly. Instead, all security issues must be sent to security@sylius.com.

📦 Plugins and Extensions: Sylius Store

You can find Sylius plugins on our Sylius Store which is a Marketplace with Sylius extensions.

Or search for packages marked as sylius-plugin on Packagist.

📃 License

Sylius is completely free and released under the MIT License.

✍️ Authors

Sylius was originally created by Paweł Jędrzejewski.

Kudos to all Sylius contributors 🙏

... and others!

See the full list of contributors from our awesome community.