Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ClicShopping committed Apr 2, 2023
1 parent 6008a24 commit 3a1c617
Show file tree
Hide file tree
Showing 130 changed files with 130 additions and 129 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
3.419
fix js error
OpenIA GPt add organization and gpt 4 options
libraries updated

--------------------
3.418
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function execute()
$CLICSHOPPING_Archive->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_Archive->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Archive = Registry::get('Archive');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function execute()
$CLICSHOPPING_Categories->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_Categories->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Categories = Registry::get('Categories');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_Manufacturers->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_Manufacturers->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Manufacturers = Registry::get('Manufacturers');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function execute()
$CLICSHOPPING_Products->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_Products->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Products = Registry::get('Products');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_ProductsAttributes->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function execute()
$CLICSHOPPING_ProductsAttributes->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_ProductsAttributes = Registry::get('ProductsAttributes');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_Suppliers->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function execute()
$CLICSHOPPING_Suppliers->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Suppliers = Registry::get('Suppliers');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_EMail->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_EMail->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_EMail = Registry::get('EMail');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_Newsletter->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_Newsletter->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Newsletter = Registry::get('Newsletter');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_PageManager->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_PageManager->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_PageManager = Registry::get('PageManager');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_Administrators->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_Administrators->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Administrators = Registry::get('Administrators');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function execute()
$CLICSHOPPING_Antispam->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_Antispam->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Antispam = Registry::get('Antispam');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_Api->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function execute()
/**
*
*/
private static function installDbMenuAdministration() :void: void
private static function installDbMenuAdministration(): void
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Api = Registry::get('Api');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_Cache->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_Cache->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Cache = Registry::get('Cache');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function execute()
$CLICSHOPPING_ChatGpt->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_ChatGpt->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_ChatGpt = Registry::get('ChatGpt');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function execute()
$CLICSHOPPING_Countries->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_Countries->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Countries = Registry::get('Countries');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_Currency->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function execute()
$CLICSHOPPING_Currency->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Currency = Registry::get('Currency');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function execute()
$CLICSHOPPING_Langues->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_Langues->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Langues = Registry::get('Langues');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_Modules->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_Modules->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_Modules = Registry::get('Modules');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_OrdersStatus->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_OrdersStatus->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_OrdersStatus = Registry::get('OrdersStatus');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_OrdersStatusInvoice->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_OrdersStatusInvoice->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_OrdersStatusInvoice = Registry::get('OrdersStatusInvoice');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_ProductsLength->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function execute()
$CLICSHOPPING_ProductsLength->redirect('Configure&module=' . $current_module);
}

private static function installDbMenuAdministration() :void
private static function installDbMenuAdministration()
{
$CLICSHOPPING_Db = Registry::get('Db');
$CLICSHOPPING_ProductsLength = Registry::get('ProductsLength');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute()
$CLICSHOPPING_ProductsQuantityUnit->redirect('Configure&module=' . $current_module);
}

private static function removeMenu() :void
private static function removeMenu()
{
$CLICSHOPPING_Db = Registry::get('Db');

Expand Down
Loading

0 comments on commit 3a1c617

Please sign in to comment.