Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Merged
merged 1 commit into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ All notable changes to this Bundle will be documented in this file.
|--------------------|---------------------|
| 1.x.x | Pimcore 10 |

## [1.0.2] - 2023-05-05

- Update README.md

## [1.0.1] - 2023-05-02

- Update README.md to the latest version of https://github.com/studio1gmbh/pimcore-docker
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -27,8 +27,14 @@ bin/console pimcore:bundle:enable Web2PrintToolsBundle
bin/console pimcore:bundle:install Web2PrintToolsBundle
bin/console pimcore:bundle:enable Web2PrintBricksBundle
bin/console pimcore:bundle:install Web2PrintBricksBundle
bin/console pimcore:bundle:enable OutputDataConfigToolkitBundle
bin/console pimcore:bundle:install OutputDataConfigToolkitBundle
```

Also see installation notes for `Web2PrintToolsBundle` and `OutputDataConfigToolkitBundle`:
* https://github.com/pimcore/web2print-tools
* https://github.com/pimcore/output-data-config-toolkit

### 4. Change Web-to-Print settings

![Web-to-Print Settings](doc/web-to-print-settings.png)
Expand Down
2 changes: 1 addition & 1 deletion src/Web2PrintBricksBundle.php
Expand Up @@ -24,7 +24,7 @@ class Web2PrintBricksBundle extends AbstractPimcoreBundle
*/
public function getVersion(): string
{
return '1.0.1';
return '1.0.2';
}

/**
Expand Down