Skip to content

Commit

Permalink
Added documentation for older pimcore versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctippler committed Aug 7, 2018
1 parent bcde320 commit 28077fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ composer update elements/process-manager-bundle; bin/console process-manager:upd
## Release notes
Take a look at the tags :-)

## Running with Pimcore < 5.4
With Pimcore 5.4 the location of static Pimcore files like icons has changed. In order to make this bundle work
with Pimcore < 5.4, please add following rewrite rule to your `.htaccess`.
```
# rewrite rule for pre pimcore 5.4 core static files
RewriteRule ^bundles/pimcoreadmin/(.*) /pimcore/static6/$1 [PT,L]
```
## Migration from Pimcore 4 to Pimcore 5

* Create a backup of the following tables
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "pimcore-bundle",
"description": "The Process Manager allows you to manage (define,execute...) arbitrary processes/commands in the Pimcore backend.",
"require": {
"pimcore/core-version": ">=5.4.2",
"pimcore/core-version": ">=5.1.0 <5.4",
"mtdowling/cron-expression": "^1.1.0"
},
"autoload": {
Expand Down

0 comments on commit 28077fa

Please sign in to comment.