Comparer les révisions

..

Pas de révisions en commun. "1.7.0" et "main" ont des historiques entièrement différents.
1.7.0 ... main

6 fichiers modifiés avec 26 ajouts et 10 suppressions

Voir le fichier

@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...rel_1.x) ## [Unreleased](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...rel_1.x)
## [1.7.0](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...1.5.0) - 2023-10-10
### Added
- make installable in OXID 6.5.3 (CE 6.14)
## [1.5.0](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...1.5.0) - 2023-08-02 ## [1.5.0](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...1.5.0) - 2023-08-02
### Added ### Added
- 2 longtexts for manufacturers - 2 longtexts for manufacturers

Voir le fichier

@ -11,7 +11,7 @@
{ {
"name": "D3 Data Development (Inh. Thomas Dartsch)", "name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com", "email": "info@shopmodule.com",
"homepage": "https://www.d3data.de", "homepage": "http://www.d3data.de",
"role": "Owner" "role": "Owner"
} }
], ],
@ -29,7 +29,7 @@
} }
}, },
"require": { "require": {
"php": ">=7.3", "php": "^7",
"oxid-esales/oxideshop-ce":"^6" "oxid-esales/oxideshop-ce":"^6"
}, },
"autoload": { "autoload": {

Voir le fichier

@ -44,7 +44,7 @@ $aModule = [
'title' => $logo.' weitere Kategorie- und Herstellerlangtexte', 'title' => $logo.' weitere Kategorie- und Herstellerlangtexte',
'description' => $features, 'description' => $features,
'thumbnail' => 'picture.png', 'thumbnail' => 'picture.png',
'version' => '1.7.0', 'version' => '1.5.0',
'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com', 'email' => 'support@shopmodule.com',
'url' => 'https://www.oxidmodule.com/', 'url' => 'https://www.oxidmodule.com/',

Voir le fichier

@ -4,8 +4,14 @@ declare(strict_types=1);
namespace D3\CategoryLongtext\Migrations; namespace D3\CategoryLongtext\Migrations;
use Doctrine\DBAL\Schema\Schema; use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Types\Type;
use Doctrine\Migrations\AbstractMigration; use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Schema\SchemaException;
use Doctrine\DBAL\Types\TextType;
use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException;
use OxidEsales\Eshop\Core\Exception\DatabaseErrorException;
/** /**
* Auto-generated Migration: Please modify to your needs! * Auto-generated Migration: Please modify to your needs!

Voir le fichier

@ -4,8 +4,15 @@ declare(strict_types=1);
namespace D3\CategoryLongtext\Migrations; namespace D3\CategoryLongtext\Migrations;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema; use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration; use Doctrine\DBAL\Schema\SchemaException;
use Doctrine\DBAL\Types\TextType;
use Doctrine\DBAL\Types\Type;
use OxidEsales\Eshop\Core\DatabaseProvider;
use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException;
use OxidEsales\Eshop\Core\Exception\DatabaseErrorException;
/** /**
* Auto-generated Migration: Please modify to your needs! * Auto-generated Migration: Please modify to your needs!

Voir le fichier

@ -4,8 +4,15 @@ declare(strict_types=1);
namespace D3\CategoryLongtext\Migrations; namespace D3\CategoryLongtext\Migrations;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema; use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration; use Doctrine\DBAL\Schema\SchemaException;
use Doctrine\DBAL\Types\TextType;
use Doctrine\DBAL\Types\Type;
use OxidEsales\Eshop\Core\DatabaseProvider;
use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException;
use OxidEsales\Eshop\Core\Exception\DatabaseErrorException;
/** /**
* Auto-generated Migration: Please modify to your needs! * Auto-generated Migration: Please modify to your needs!