Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isekep committed May 5, 2023
1 parent 3eb6dbe commit 56c17a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
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

0 comments on commit 56c17a7

Please sign in to comment.