fix metadata
This commit is contained in:
parent
9985d2bfcc
commit
e73fa97a54
@ -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 }
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "proudcommerce/cachewarmer",
|
||||
"version": "2.2.0",
|
||||
"description": "psCacheWarmer",
|
||||
"type": "oxideshop-module",
|
||||
"license": [
|
||||
|
10
metadata.php
10
metadata.php
@ -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,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
@ -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" }]
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user