Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
M2 content provisioning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TechDivision Public
M2 content provisioning
Commits
2b68c1cf
Commit
2b68c1cf
authored
5 years ago
by
Vadim Justus
Browse files
Options
Downloads
Patches
Plain Diff
Update changelogs and enable PHP 7.2 for Magento 2.2
parent
4ddf2e9f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+0
-4
0 additions, 4 deletions
.travis.yml
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
README.md
+5
-3
5 additions, 3 deletions
README.md
all-versions.md
+4
-4
4 additions, 4 deletions
all-versions.md
with
17 additions
and
11 deletions
.travis.yml
+
0
−
4
View file @
2b68c1cf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
8
−
0
View file @
2b68c1cf
# 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`
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
3
View file @
2b68c1cf
...
...
@@ -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 | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](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 | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](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
...
...
This diff is collapsed.
Click to expand it.
all-versions.md
+
4
−
4
View file @
2b68c1cf
## 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 | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](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 | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](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 | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
| 7.2 | - | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](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 | - |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
[

](https://travis-ci.org/magento-hackathon/m2-content-provisioning) |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment