Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit 8c5bfd5

Browse files
author
Florian Horn
committed
Release version v1.4.0
1 parent 777d088 commit 8c5bfd5

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 1.4.0
6+
7+
- Added feature to add dummy images for products and categories
8+
59
## 1.3.0
610

711
- Added feature to export database with fuzzyfied content without altering current database content persistently.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Content Fuzzyfyr Module for Magento® 2
22

33
The **Content Fuzzyfyr** module for *Magento® 2* fills up empty content fields - and if needed - switches real content with dummy content.
4-
This is for development purposes, e.g. save time to prepare test data and matching GDPR restrictions.
4+
This is for development purposes, e.g. save time to prepare test data and being compliant to GDPR.
55

66

77
## Features:
8-
* Fill up empty content fields with dummy content - completely automated
8+
* Fill up empty content and image fields with dummy content - completely automated
99
* Match GDPR compliance for development, when using production data
1010
* Export your production database already matching GDPR compliance
1111
* Use parameters to control the sections required to be filled up with dummy content

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "allindata/magento2-content-fuzzyfyr",
3-
"description": "The Content Fuzzyfyr module for Magento2 fills up empty content fields - and if needed - switches real content with dummy content. This is for development purposes, e.g. save time to prepare test data and matching GDPR restrictions.",
3+
"description": "The Content Fuzzyfyr module for Magento2 fills up empty content fields - and if needed - switches real content with dummy content. This is for development purposes, e.g. save time to prepare test data and being compliant to GDPR.",
44
"type": "magento2-module",
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"minimum-stability": "stable",
77
"license": "Apache-2.0",
88
"authors": [

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
-->
1212
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
14-
<module name="AllInData_ContentFuzzyfyr" setup_version="1.3.0">
14+
<module name="AllInData_ContentFuzzyfyr" setup_version="1.4.0">
1515
<sequence>
1616
<module name="Magento_Catalog"/>
1717
<module name="Magento_Cms"/>

0 commit comments

Comments
 (0)