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

Update changelogs and enable PHP 7.2 for Magento 2.2

parent 4ddf2e9f
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,6 @@ env:
- MAGENTO_VERSION=2.2
- MAGENTO_VERSION=2.3
- MAGENTO_VERSION=2.3-develop
matrix:
exclude:
- php: 7.2
env: MAGENTO_VERSION=2.2
before_install:
- git clone --depth=50 --branch=$MAGENTO_VERSION https://github.com/magento/magento2.git /tmp/magento
......
# CHANGELOG
## 1.2.2 / 1.2.3
* *Bugfix:* `composer.json` blocked installation of the module in Magento 2.2
** Change `composer.json` dependency definition
** Remove some type and return type hints in order to support Magento's code generation in older versions
## 1.2.1
* *Improvement:* Better extensibility for fetching media files from content (PR from @roma-glushko)
## 1.2.0
* *Feature:* Enables module to provide media files
** Introduce optional XML node for pages and blocks: `media_directory`
......
......@@ -3,21 +3,23 @@ This module was developed during a Magento Hackathon organized by FireGento e.V.
## Supported versions matrix
Only the latest patch versions of the following Magento versions are covered by test automation.
### "develop" branch
| PHP | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.3-dev |
| PHP | latest Magento 2.1 | latest Magento 2.2 | latest 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 |
| PHP | latest Magento 2.1 | latest Magento 2.2 | latest 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) |
For older versions see [all versions matrix](all-versions.md)
For older module 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 |
| PHP | latest Magento 2.1 | latest Magento 2.2 | latest 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 |
| PHP | latest Magento 2.1 | latest Magento 2.2 | latest 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 |
| PHP | latest Magento 2.1 | latest Magento 2.2 | latest 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 |
| PHP | latest Magento 2.1 | latest Magento 2.2 | latest 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) |
......
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