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
3ff3ea2d
Commit
3ff3ea2d
authored
3 years ago
by
Vadim Justus
Browse files
Options
Downloads
Patches
Plain Diff
Update Changelog and Readme file; Fix automated tests
parent
8ee63e79
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+2
-8
2 additions, 8 deletions
.travis.yml
CHANGELOG.md
+13
-0
13 additions, 0 deletions
CHANGELOG.md
README.md
+5
-4
5 additions, 4 deletions
README.md
with
20 additions
and
12 deletions
.travis.yml
+
2
−
8
View file @
3ff3ea2d
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
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
13
−
0
View file @
3ff3ea2d
# 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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
4
View file @
3ff3ea2d
...
...
@@ -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 | - |
[

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

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

](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"
...
...
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