From 8f2a576187fffa12e5379191702654a437b16cce Mon Sep 17 00:00:00 2001 From: Daniel Stein Date: Mon, 30 Nov 2020 15:00:47 +0100 Subject: [PATCH] add 5.0.4.1 (ionCube for PHP 5.6 - 7.0) --- composer.json | 4 +- docs/daux/changelog/010_Changelog.md | 9 + docs/daux/config.json | 4 +- .../010_Systemanforderungen.md | 4 +- docs/html/changelog/Changelog.html | 18 +- docs/html/index.html | 6 +- .../Anforderungen/Systemanforderungen.html | 8 +- .../Anforderungen/Vorbereitungen.html | 4 +- .../Deinstallation/Dateien_loeschen.html | 4 +- .../Modul_aus_der_Installation_entfernen.html | 4 +- .../Deinstallation/Modul_deaktivieren.html | 4 +- ...eiterungen_deaktivieren_und_entfernen.html | 4 +- .../Deinstallation/TMP-Ordner_leeren.html | 4 +- docs/html/installation/Demodaten.html | 4 +- docs/html/installation/Installation.html | 4 +- .../installation/Installationspruefung.html | 4 +- .../Neuinstallation/Admin_neu_starten.html | 4 +- .../Neuinstallation/Datenbankanpassungen.html | 4 +- .../Neuinstallation/Lizenz_eintragen.html | 4 +- .../Neuinstallation/Modul_hinzufuegen.html | 4 +- .../Modul_im_Shop_aktivieren.html | 4 +- .../Providerspezifische_Installation.html | 4 +- .../Shopanpassungen_installieren.html | 4 +- .../Neuinstallation/TMP-Ordner_leeren.html | 4 +- .../Neuinstallation/Updatefaehigkeit.html | 4 +- .../Verwendung_eigener_Themes.html | 4 +- .../Neuinstallation/Vorbereitung.html | 4 +- .../installation/Neuinstallation/index.html | 4 +- docs/html/installation/Schnellstart.html | 4 +- .../installation/Update/Dateien_erneuern.html | 4 +- .../Update/Erweiterungen_anpassen.html | 4 +- .../Lizenzschluessel_aktualisieren.html | 4 +- .../Update/Modul_deaktivieren.html | 4 +- .../Modulinformationen_aktualisieren.html | 4 +- .../Providerspezifische_Installation.html | 4 +- .../Update/Shopanpassungen_installieren.html | 4 +- .../Update/TMP-Ordner_leeren.html | 4 +- .../installation/Update/Updatedefinition.html | 4 +- .../Beschreibung_Funktionsumfang.html | 4 +- .../Cronjob_Einrichtung/Einleitung.html | 4 +- .../Einrichtung_per_Crontab.html | 4 +- .../Einrichtung_per_Shell.html | 4 +- .../Einrichtung_per_Web_Aufruf.html | 4 +- .../Grundsaetzliche_Informationen.html | 4 +- .../manual/Bedienungsanleitung/Demodaten.html | 4 +- .../Haeufig_gestellte_Fragen.html | 4 +- .../Anlegen_einer_eigenen_Importdatei.html | 4 +- .../Artikelfelder.html | 4 +- .../Artikelimport/Artikelfelder.html | 4 +- .../Artikelimport/Attribute.html | 4 +- .../Artikelimport/Auswahllisten.html | 4 +- .../Cross-Selling_+_Zubehoer.html | 4 +- .../Artikelimport/Hersteller_Lieferanten.html | 4 +- .../Artikelimport/Import.html | 4 +- .../Artikelimport/Kategorien.html | 4 +- .../Konfiguration/Artikel_Ident_Optionen.html | 4 +- .../Konfiguration/Grundeinstellungen.html | 4 +- .../Konfiguration/Preis_Optionen.html | 4 +- .../Artikelimport/Mall.html | 4 +- .../Artikelimport/Staffelpreise.html | 4 +- .../Artikelimport/Stamm.html | 4 +- .../Artikelimport/Varianten.html | 4 +- .../anlegen_von_Importprofilen.html | 4 +- .../Artikelimport/nach_Import.html | 4 +- .../Bilderimport/Import.html | 4 +- .../Bilderimport/Stamm.html | 4 +- .../Upload_Bilder_in_Importverzeichnis.html | 4 +- .../Einleitung.html | 4 +- .../Grundeinstellungen.html | 4 +- .../Schnelleinstieg/Teil1_Artikelimport.html | 4 +- .../Teil2_Vorbereitung_Bilderimport.html | 4 +- .../Schnelleinstieg/Teil3_Bilderimport.html | 4 +- .../Technische_Vorraussetzungen.html | 4 +- docs/html/support/Hilfe-und-Support.html | 4 +- .../html/tipuesearch/tipuesearch_content.json | 2 +- .../Admin/Articleimport/AdminList.php | 80 +- .../Admin/Articleimport/Afterimport.php | 197 +-- .../Admin/Articleimport/Attribute.php | 120 +- .../Controller/Admin/Articleimport/Base.php | 54 +- .../Admin/Articleimport/Category.php | 100 +- .../Controller/Admin/Articleimport/Config.php | 108 +- .../Admin/Articleimport/Crosselling.php | 80 +- .../Controller/Admin/Articleimport/Fields.php | 205 ++- .../Controller/Admin/Articleimport/Import.php | 132 +- .../Controller/Admin/Articleimport/Main.php | 320 ++-- .../Controller/Admin/Articleimport/Mall.php | 103 +- .../Controller/Admin/Articleimport/Scales.php | 80 +- .../Admin/Articleimport/SelectList.php | 102 +- .../Admin/Articleimport/Variants.php | 181 +-- .../Admin/Articleimport/Vendors.php | 79 +- src/Application/Controller/Admin/Base.php | 296 ++-- .../Controller/Admin/Config/AdminList.php | 68 +- .../Controller/Admin/Config/Base.php | 64 +- .../Controller/Admin/Config/Settings.php | 168 +- .../Controller/Admin/Config/Support.php | 55 +- .../Controller/Admin/Desc/Base.php | 48 +- .../Controller/Admin/Desc/Itemlist.php | 54 +- .../Controller/Admin/Desc/Main.php | 123 +- .../Controller/Admin/Log/AdminList.php | 48 +- src/Application/Controller/Admin/Log/Base.php | 60 +- .../Admin/Pictureimport/AdminList.php | 80 +- .../Controller/Admin/Pictureimport/Base.php | 54 +- .../Controller/Admin/Pictureimport/Import.php | 241 ++- .../Controller/Admin/Pictureimport/Main.php | 236 +-- src/Application/Controller/Import/Article.php | 376 ++--- src/Application/Models/Afterimport.php | 76 +- src/Application/Models/Collector.php | 60 +- src/Application/Models/Csvconverter.php | 114 +- src/Application/Models/Formbuilder.php | 85 +- src/Application/Models/Groupbuilder.php | 54 +- src/Application/Models/Import/Accessories.php | 178 +-- src/Application/Models/Import/Article.php | 461 +++--- src/Application/Models/Import/Attributes.php | 245 ++- src/Application/Models/Import/Category.php | 388 ++--- .../Models/Import/Crossselling.php | 180 +-- .../Models/Import/ImportAbstract.php | 54 +- src/Application/Models/Import/Mall.php | 120 +- .../Models/Import/Manufacturer.php | 152 +- .../Models/Import/Price2article.php | 173 ++- src/Application/Models/Import/Selectlist.php | 182 +-- src/Application/Models/Import/Vendor.php | 150 +- src/Application/Models/ImportConfig.php | 613 ++++---- .../Models/ImporterDescription.php | 56 +- src/Application/Models/Interface/Import.php | 38 +- src/Application/Models/PictureImport.php | 1362 ++++++++--------- src/Application/Models/Profilemapper.php | 75 +- src/Application/Models/Service/Import.php | 122 +- src/Application/Models/Settings/Combined.php | 63 +- src/Application/Models/Settings/Complex.php | 128 +- src/Application/Models/Settings/Config.php | 110 +- .../Models/Settings/Defaultboolean.php | 88 +- src/Application/Models/Settings/Element.php | 72 +- src/Application/Models/Settings/Mall.php | 90 +- src/Setup/InstallRoutine.php | 18 +- src/metadata.php | 6 +- 135 files changed, 4883 insertions(+), 4865 deletions(-) diff --git a/composer.json b/composer.json index 0d17c03..2273037 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ { "name": "D3 Data Development (Inh. Thomas Dartsch)", "email": "info@shopmodule.com", - "homepage": "http://www.d3data.de", + "homepage": "https://www.d3data.de", "role": "Owner" } ], @@ -30,7 +30,7 @@ }, "require": { "php": "5.6 - 7.0", "ext-ionCube-Loader": "*", - "oxid-esales/oxideshop-ce": "6.0 - 6.5", + "oxid-esales/oxideshop-ce": "6.0 - 6.6", "d3/modcfg": "^5.3.0.000" }, "suggest": { diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 3785a64..e9fb216 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -2,6 +2,15 @@ title: Changelog --- +## 5.0.4.1 - (2020-11-30) +### Added +- Freigabe für OXID 6.2.3 + +### Changed +- Shopid für Tabelle d3importconfig auf init(11) + +--- + ## 5.0.4.0 - (2020-04-20) ### Added - installierbar in OXID 6.2 diff --git a/docs/daux/config.json b/docs/daux/config.json index 3a59b34..821d2da 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " Importer", - "moduleversion": "5.0.4.0", + "moduleversion": "5.0.4.1", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "20.04.2020", + "moduledate": "30.11.2020", "editors": "", "tagline": "", "image": "", diff --git a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md index 8666c4a..22c714c 100644 --- a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md +++ b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md @@ -3,7 +3,7 @@ title: Systemanforderungen --- * PHP Version - * 5.6.x bis 7.3.x + * 5.6.x bis 7.4.x * PHP Decoder * installierter ionCube Loader * Shopversionen / -editionen @@ -18,6 +18,6 @@ title: Systemanforderungen * Installation via [Composer](https://getcomposer.org) * mindestens ein freier Cronjob zur automatischen Ausführung der angelegten Aufgaben -Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für **PHP 5.6**, **PHP 7.0**, **PHP 7.1**, **PHP 7.2** oder **PHP 7.3** sowie dem auf Ihrem Server vorhandenen Decoder (**ionCube Loader**) kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version. +Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für **PHP 5.6**, **PHP 7.0**, **PHP 7.1**, **PHP 7.2** **PHP 7.3** oder **PHP 7.4** sowie dem auf Ihrem Server vorhandenen Decoder (**ionCube Loader**) kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version. Kontrollieren Sie bitte auch, ob diese Modulversion für die von Ihnen eingesetzte Shopedition (Professional Edition (PE) oder Enterprise Edition (EE)) ausgelegt ist. diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index 2b4718b..b93511e 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -53,7 +53,7 @@
Shop
Blog
- FAQ
+ FAQ
Dokumentationen
D³ Support Center
Kontakt
@@ -72,16 +72,26 @@
-

5.0.4.0 - (2020-04-20)

+

5.0.4.1 - (2020-11-30)

Added

+

Changed

+ +
+

5.0.4.0 - (2020-04-20)

+

Added

+ -

Changed

+

Changed

diff --git a/docs/html/index.html b/docs/html/index.html index 9017778..05a5bd9 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -48,8 +48,8 @@
-
Autor: D³ Data Development
Stand: 20.04.2020
-
Version: 5.0.4.0
+
Autor: D³ Data Development
Stand: 30.11.2020
+
Version: 5.0.4.1
@@ -76,7 +76,7 @@