8
0

Commits vergleichen

..

Keine gemeinsamen Commits. "1.0.3.0" und "1.0.2.0" haben vollständig unterschiedliche Historien.

6 geänderte Dateien mit 6 neuen und 15 gelöschten Zeilen

Datei anzeigen

@ -304,7 +304,7 @@ abstract class pdfdocumentsGeneric extends Base implements genericInterface
if (ob_get_contents()) {
$oPdf->pdf->Error('Some data has already been output, can\'t send PDF file');
}
if (substr(php_sapi_name(), 0, 3) != 'cli') {
if (php_sapi_name() != 'cli') {
//We send to a browser
header('Content-Type: text/html');
if (headers_sent()) {

Datei anzeigen

@ -32,7 +32,7 @@
},
"require": {
"php": "^7.0 || ^8.0",
"oxid-esales/oxideshop-ce": "6.3 - 6.13",
"oxid-esales/oxideshop-ce": "6.3 - 6.8",
"spipu/html2pdf": "^5.2",
"d3/modcfg": "^5.3.6.000 || ^6"
},

Datei anzeigen

@ -2,13 +2,6 @@
title: Changelog
---
## 1.0.3.0 - (2023-01-04)
### Added
- installierbar in OXID 6.4 und 6.5
---
## 1.0.2.0 - (2021-04-30)
### Added

Datei anzeigen

@ -1,9 +1,9 @@
{
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> PDF Dokumente",
"moduleversion": "1.0.3.0",
"moduleversion": "1.0.2.0",
"titledesc": "für den Oxid eShop",
"author": "D³ Data Development",
"moduledate": "04.01.2023",
"moduledate": "20.08.2020",
"editors": "",
"tagline": "",
"image": "",

Datei anzeigen

@ -3,14 +3,12 @@ title: Systemanforderungen
---
* PHP Version
* 7.0.x bis 8.x
* 7.0.x bis 8.0.x
* Shopversionen / -editionen
* OXID eShop Community Edition (CE), Professional Edition (PE) oder Enterprise Edition (EE) in Compilation Version
* 6.1.x
* 6.2.x
* 6.3.x
* 6.4.x
* 6.5.x
* Themes
* Diese Modul bindet sich nicht in Frontendthemes ein und ist daher davon unabhängig
* (D3) Modul-Connector ([kostenfrei bei D3 erhältlich](https://www.oxidmodule.com/connector/)) ab Version 5.3.6.0

Datei anzeigen

@ -28,7 +28,7 @@ $aModule = [
'de' => $logo.' PDF-Dokumente',
'en' => $logo.' PDF documents',
],
'version' => '1.0.3.0',
'version' => '1.0.2.0',
'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',
'url' => 'http://www.oxidmodule.com/',