Skip to content
Snippets Groups Projects
Commit 53630a68 authored by Vadim Justus's avatar Vadim Justus
Browse files

Update changelog file and readme

parent d526326e
No related branches found
No related tags found
1 merge request!14Introduce logic for handling with media files
# CHANGELOG
## 1.2.0
* *Feature:* Enables module to provide media files
** Introduce optional XML node for pages and blocks: `media_directory`
** Media files, which are used in the content will be copied to Magento's `pub/media` directory if they are
present in the defined source media directory
## 1.1.1
* *Bugfix:* In some cases `bin/magento` execution was not able at all during the initial Magento install
## 1.1.0
* *Feature:* Introduce further interfaces and refactor config reader structure, in order to improve extensibility
## 1.0.4
* *Bugfix:* Backport bugfix from version 1.1.1
## 1.0.3
* *Bugfix:* Fix issue with missing `store_id` values while persisting block entries.
......
......@@ -10,19 +10,14 @@ This module was developed during a Magento Hackathon organized by FireGento e.V.
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/1)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/2)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/3)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/4)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/5)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
### Latest 1.1 Version
### Latest 1.2 Version
| PHP | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.3-dev |
|:---: |:---: |:---: |:---: |:---: |
| 7.0 | - | - | - | - |
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/1)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/2)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/3)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/4)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/5)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/1)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/2)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/3)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/4)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/5)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
### Latest 1.0 Version
| PHP | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.3-dev |
|:---: |:---: |:---: |:---: |:---: |
| 7.0 | - | - | - | - |
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/1)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/2)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/3)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/4)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/5)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
For older versions see [all versions matrix](all-versions.md)
## The idea behind this module
It is a common requirement, that some parts of content (like CMS pages or blocks) need be deployed within
......
## All versions matrix
### "develop" branch
| PHP | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.3-dev |
|:---: |:---: |:---: |:---: |:---: |
| 7.0 | - | - | - | - |
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/1)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/2)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/3)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/4)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/develop/5)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
### Latest 1.2 Version
| PHP | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.3-dev |
|:---: |:---: |:---: |:---: |:---: |
| 7.0 | - | - | - | - |
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/1)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/2)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/3)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/4)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.2/5)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
### Latest 1.1 Version
| PHP | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.3-dev |
|:---: |:---: |:---: |:---: |:---: |
| 7.0 | - | - | - | - |
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/1)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/2)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/3)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/4)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.1/5)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
### Latest 1.0 Version
| PHP | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.3-dev |
|:---: |:---: |:---: |:---: |:---: |
| 7.0 | - | - | - | - |
| 7.1 | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/1)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/2)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/3)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/4)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) | [![Build Status](https://travis-matrix-badges.herokuapp.com/repos/magento-hackathon/m2-content-provisioning/branches/1.0/5)](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
......@@ -8,7 +8,7 @@
"magento/module-widget": "101.1.*"
},
"require-dev": {
"mikey179/vfsStream": "^1.6"
"mikey179/vfsstream": "^1.6"
},
"license": [
"OSL-3.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment