diff --git a/CHANGELOG.md b/CHANGELOG.md index bc04c70..ab9960c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 572ecde..411a7d7 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/Web2PrintBricksBundle.php b/src/Web2PrintBricksBundle.php index 100837c..455e2bb 100644 --- a/src/Web2PrintBricksBundle.php +++ b/src/Web2PrintBricksBundle.php @@ -24,7 +24,7 @@ class Web2PrintBricksBundle extends AbstractPimcoreBundle */ public function getVersion(): string { - return '1.0.1'; + return '1.0.2'; } /**