Skip to content

Commit ca4561b

Browse files
committed
New version 1.7.0 with full Magento 2.3.1 compatibility
1 parent 882e993 commit ca4561b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

doc/manual.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,15 @@ Features
4545

4646
Requirements
4747
------------
48-
- **Magento Community Edition** 2.1.x and 2.2.x
48+
- **Magento OpenSource Edition** 2.1.x, 2.2.x and 2.3.x (2.1.x is not supported any more starting from Module Version 1.7.0)
49+
- **Magento Commerce Edition** 2.2.x and 2.3.x
4950
- **Solr** 4.x to 6.x
50-
- **PHP** 5.6 to 7.0
51+
- **PHP** 5.6, 7.0 to 7.2 (5.6 and 7.0 are not supported any more starting from Module Version 1.7.0)
5152

5253
Installation
5354
------------
55+
56+
See our seperate [installation instructions](installation.md).
5457
<!-- @TODO Copy and translate from OR link to installation.md -->
5558

5659
<a name="technical-workflow">Technical workflow</a>

doc/manual_de.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@ Features
4545

4646
Systemvoraussetzungen
4747
------------
48-
- **Magento Community Edition** 2.1.x und 2.2.x
48+
- **Magento OpenSource Edition** 2.1.x, 2.2.x und 2.3.x (2.1.x wird seit Modulversion 1.7.0 nicht mehr unterstützt)
49+
- **Magento Commerce Edition** 2.2.x und 2.3.x
4950
- **Solr** 4.x bis 6.x
50-
- **PHP** 5.6 bis 7.0
51+
- **PHP** 5.6, 7.0 bis 7.2 (5.6 and 7.0 werden seit Modulversion 1.7.0 nicht mehr unterstützt)
5152

5253
Installation
5354
------------
55+
Beachten Sie unsere separaten [Installationsanweisungen](installation.md) (Englisch).
5456
<!-- @TODO Copy and translate from OR link to installation.md -->
5557

5658
<a name="technischer-ablauf">Technischer Ablauf</a>

main/src/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="IntegerNet_Solr" setup_version="1.6.2">
3+
<module name="IntegerNet_Solr" setup_version="1.7.0">
44
<sequence>
55
<module name="Magento_Store"/>
66
<module name="Magento_Search"/>

0 commit comments

Comments
 (0)