fix metadata

This commit is contained in:
Tobias Merkl 2020-08-06 14:35:24 +02:00
parent 9985d2bfcc
commit e73fa97a54
No known key found for this signature in database
GPG Key ID: B971FFBCFA6D09BC
4 changed files with 7 additions and 38 deletions

View File

@ -17,6 +17,7 @@ Installation
Changelog
2020-08-06 2.2.1 fix for OXID 6.2
2019-07-19 2.2.0 Write Report in a file (PR #3)
2019-07-17 2.1.0 add error 500 check (PR #2)
2019-06-26 2.0.0 OXID eShop 6 (PR #1)
@ -41,5 +42,4 @@ License
Copyright
Proud Sourcing GmbH 2016
www.proudcommerce.com / www.proudsourcing.de
ProudCommerce { www.proudcommerce.com }

View File

@ -1,6 +1,5 @@
{
"name": "proudcommerce/cachewarmer",
"version": "2.2.0",
"description": "psCacheWarmer",
"type": "oxideshop-module",
"license": [

View File

@ -5,10 +5,10 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* @copyright (c) Proud Sourcing GmbH | 2016
* @copyright (c) Proud Sourcing GmbH | 2020
* @link www.proudcommerce.com
* @package psCacheWarmer
* @version 1.0.1
* @version 2.2.1
**/
/**
@ -29,7 +29,7 @@ $aModule = array(
<b>URL:</b> <a href="'.oxRegistry::getConfig()->getConfigParam('sShopURL').'?cl=psCacheWarmer&key='.oxRegistry::getConfig()->getShopConfVar('psCacheWarmerKey', oxRegistry::getConfig()->getShopId()).'" target="_blank">'.oxRegistry::getConfig()->getConfigParam('sShopURL').'?cl=psCacheWarmer&key='.oxRegistry::getConfig()->getShopConfVar('psCacheWarmerKey', oxRegistry::getConfig()->getShopId()).'</a>',
),
'thumbnail' => 'logo_pc-os.jpg',
'version' => '2.2.0',
'version' => '2.2.1',
'author' => 'Proud Sourcing GmbH',
'url' => 'http://www.proudcommerce.com/',
'email' => 'support@proudcommerce.com',
@ -71,13 +71,13 @@ $aModule = array(
'group' => 'psCacheWarmerConfig',
'name' => 'psCacheWarmerWriteCsv',
'type' => 'bool',
'value' => '',
'value' => false,
),
array(
'group' => 'psCacheWarmerConfig',
'name' => 'psCacheWarmerWriteCsvOnlyError',
'type' => 'bool',
'value' => '',
'value' => true,
),
),
);

View File

@ -1,30 +0,0 @@
<?php
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* @copyright (c) Proud Sourcing GmbH | 2016
* @link www.proudcommerce.com
* @package psCacheWarmer
* @version 1.0.1
**/
$sLangName = "Deutsch";
// -------------------------------
// RESOURCE IDENTITFIER = STRING
// -------------------------------
$aLang = array(
'charset' => 'UTF-8',
'SHOP_MODULE_GROUP_psCacheWarmerConfig' => 'Einstellungen',
'SHOP_MODULE_psCacheWarmerSitemapUrl' => 'XML-Sitemap URL',
'SHOP_MODULE_psCacheWarmerKey' => 'Cronjob-Key',
'SHOP_MODULE_psCacheWarmerUser' => 'Basic-Auth Benutzer',
'SHOP_MODULE_psCacheWarmerPass' => 'Basic-Auth Kennwort',
);
/*
[{ oxmultilang ident="GENERAL_YOUWANTTODELETE" }]
*/