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

Commit 88a3cc9

Browse files
author
Florian Horn
committed
Release version v1.2.0
1 parent 9b558db commit 88a3cc9

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

Changelog.md

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

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

5+
## 1.2.0
6+
7+
- Added unit test
8+
- Fixed validation check on products fuzzyfyr
9+
- Added missing folder to development environment and build script
10+
511
## 1.1.0
612

713
- Added default value for URLs

build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,11 @@ cp -pPR "${SRC}/docs" "${TMP}/docs"
387387
cp -pPR "${SRC}/etc" "${TMP}/etc"
388388
cp -pPR "${SRC}/Model" "${TMP}/Model"
389389
cp -pPR "${SRC}/Observer" "${TMP}/Observer"
390-
cp -pPR "${SRC}/Test" "${TMP}/Test"
391390
cp -pP "${SRC}/Changelog.md" "${TMP}/Changelog.md"
392391
cp -pP "${SRC}/composer.json" "${TMP}/composer.json"
393392
cp -pP "${SRC}/composer.lock" "${TMP}/composer.lock"
394393
cp -pP "${SRC}/CONTRIBUTING.md" "${TMP}/CONTRIBUTING.md"
395394
cp -pP "${SRC}/LICENSE" "${TMP}/LICENSE"
396-
cp -pP "${SRC}/phpunit.xml" "${TMP}/phpunit.xml"
397395
cp -pP "${SRC}/README.md" "${TMP}/README.md"
398396
cp -pP "${SRC}/registration.php" "${TMP}/registration.php"
399397

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "allindata/magento2-content-fuzzyfyr",
33
"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.",
44
"type": "magento2-module",
5-
"version": "1.1.0",
5+
"version": "1.2.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.1.0">
14+
<module name="AllInData_ContentFuzzyfyr" setup_version="1.2.0">
1515
<sequence>
1616
<module name="Magento_Catalog"/>
1717
<module name="Magento_Cms"/>

0 commit comments

Comments
 (0)