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

Update Changelog and Readme file; Fix automated tests

parent 8ee63e79
Branches
Tags
No related merge requests found
addons:
apt:
sources:
- mysql-5.7-trusty
- mysql-8.0-trusty
packages:
- mysql-server
- mysql-client
......@@ -13,19 +13,13 @@ services:
language: php
php:
- 7.3
- 7.4
- 8.1
env:
matrix:
- MAGENTO_VERSION=2.3
- MAGENTO_VERSION=2.4
matrix:
exclude:
- php: 7.4
env: MAGENTO_VERSION=2.3
before_install:
- composer self-update --1
- git clone --depth=50 --branch=$MAGENTO_VERSION https://github.com/magento/magento2.git /tmp/magento
......
# CHANGELOG
## 1.4.0
* *Feature:* Introduce reset CLI command to force content import for already given contents manually
## 1.3.7
* PHP 8.1 support
## 1.3.6
* Change to MIT licence
* No other changes between 1.3.5 to 1.3.6
## 1.3.5
* *Improvement:* Add support for full-width cms pages
......
......@@ -8,9 +8,10 @@ Only the latest patch versions of the following Magento versions are covered by
### "develop" branch
| PHP | Magento 2.3 | Magento 2.4 |
|:---: |:---:|:---:|
| 7.4 | - | [![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) |
| PHP | Magento 2.4 |
|:---: |:---:|
| 7.4 | [![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) |
| 8.1 | [![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) |
## The idea behind this module
......@@ -175,7 +176,7 @@ bin/magento content-provisioning:block:reset -k "myKey"
# reset a CMS blocks by its identifier
bin/magento content-provisioning:block:reset --identifier "myIdentifier"
bin/magento content-provisioning:block:reset --i "myIdentifier"
bin/magento content-provisioning:block:reset -i "myIdentifier"
# add a CMS block by key
bin/magento content-provisioning:block:apply "myKey"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment