From b36726b3c445f09faf9a2d071d6cc6b9b1ee98ba Mon Sep 17 00:00:00 2001 From: ClicShopping Date: Fri, 22 Jul 2022 14:17:44 +0200 Subject: [PATCH] little update --- CHANGELOG.md | 0 README.md | 8 ++++---- _config.yml | 0 _htaccess | 2 +- error_documents/404.php | 3 +-- error_documents/error_template.php | 2 +- error_documents/maintenance.php | 2 +- .../ClicShopping/External/vendor/composer/installed.php | 4 ++-- includes/ClicShopping/Sites/Shop/RewriteUrl.php | 2 +- .../ClicShoppingAdmin/Header/HeaderOutputBootstrap.php | 2 +- .../Module/Hooks/Shop/Footer/FooterOutputBootStrap.php | 3 +-- .../Module/Hooks/Shop/Header/HeaderOutputBootstrap.php | 2 +- install/templates/main_page.php | 2 +- offline.php | 3 +-- 14 files changed, 16 insertions(+), 19 deletions(-) mode change 100755 => 100644 CHANGELOG.md mode change 100755 => 100644 _config.yml diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/README.md b/README.md index b6153db80..f40b153ff 100755 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Easy to install in just some clicks on a server or on your computer, you can use #Requirement (more information in the wiki) - Apache 2.4
- - MYSQL 7 / MariaDb 10.3 - 10.4 / Postgres
- - PHP > 8.0 and 8.1 + - MYSQL 7 / MariaDb 10.x / Postgres
+ - PHP > 8.1 - More information in the Wiki #Installation @@ -90,7 +90,7 @@ ClicShopping(tm) has a trademark deposed : https://www.clicshopping.org/forum/tr #Functionnalities (some) - B2B - B2C full functionalities -- WYSIWYG to create your products description, content with CKeditor4.x +- WYSIWYG to create your products description, content with CKeditor5.x - Image Editor management with El-Finder 2.x - drag and drop - webp - Full SEO functionalities optimization ad url - Payment and Shipping modules included inside the application with Paypal @@ -99,7 +99,7 @@ ClicShopping(tm) has a trademark deposed : https://www.clicshopping.org/forum/tr - Some dynamic statistics inside the dashboard and all the back-office - GDRP included and some regulation aspect - Some configuration capacities to adapt the settings in function of your needs in B2B or B2C -- Ready for mobile, tablet and desktop with BootStrap 4.x technology +- Ready for mobile, tablet and desktop with BootStrap 5.x technology - Several modes of payment / delivery can be installed - More 250 modules available and free functional on the marketplace and available on Github ! - Full responsive design application with Bootstrap 4.x diff --git a/_config.yml b/_config.yml old mode 100755 new mode 100644 diff --git a/_htaccess b/_htaccess index 47450ddd9..881cf5dc9 100755 --- a/_htaccess +++ b/_htaccess @@ -3,7 +3,7 @@ #Options -MultiViews #AllowOverride All -#AcceptPathInfo on +AcceptPathInfo on ################################## diff --git a/error_documents/404.php b/error_documents/404.php index d8b9a1548..45d362f29 100755 --- a/error_documents/404.php +++ b/error_documents/404.php @@ -32,7 +32,7 @@ - + @@ -65,7 +65,6 @@ - diff --git a/error_documents/error_template.php b/error_documents/error_template.php index 430f20b9f..80967b4f2 100755 --- a/error_documents/error_template.php +++ b/error_documents/error_template.php @@ -18,7 +18,7 @@ - + Template problem ! diff --git a/error_documents/maintenance.php b/error_documents/maintenance.php index 0293b3980..1bfef9107 100755 --- a/error_documents/maintenance.php +++ b/error_documents/maintenance.php @@ -23,7 +23,7 @@ Maintenance - +
diff --git a/includes/ClicShopping/External/vendor/composer/installed.php b/includes/ClicShopping/External/vendor/composer/installed.php index 144849540..394926b9b 100755 --- a/includes/ClicShopping/External/vendor/composer/installed.php +++ b/includes/ClicShopping/External/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../../../../../', 'aliases' => array(), - 'reference' => 'd4533fba17cc201eb4ed69932d6b3cfe6a25cb74', + 'reference' => '4af11bfb1da1c39afad6a763f80c6833593ab957', 'name' => '__root__', 'dev' => true, ), @@ -16,7 +16,7 @@ 'type' => 'library', 'install_path' => __DIR__ . '/../../../../../', 'aliases' => array(), - 'reference' => 'd4533fba17cc201eb4ed69932d6b3cfe6a25cb74', + 'reference' => '4af11bfb1da1c39afad6a763f80c6833593ab957', 'dev_requirement' => false, ), 'darkghosthunter/preloader' => array( diff --git a/includes/ClicShopping/Sites/Shop/RewriteUrl.php b/includes/ClicShopping/Sites/Shop/RewriteUrl.php index 2259882e6..b16e0e225 100755 --- a/includes/ClicShopping/Sites/Shop/RewriteUrl.php +++ b/includes/ClicShopping/Sites/Shop/RewriteUrl.php @@ -438,7 +438,7 @@ private static function getRemoveAccents(string $string ): string } if ( static::seemsUtf8( $string )) { - $chars =[ + $chars = [ // Decompositions for Latin-1 Supplement 'ª' => 'a', 'º' => 'o', diff --git a/includes/Module/Hooks/ClicShoppingAdmin/Header/HeaderOutputBootstrap.php b/includes/Module/Hooks/ClicShoppingAdmin/Header/HeaderOutputBootstrap.php index cd25c973d..e17785f24 100755 --- a/includes/Module/Hooks/ClicShoppingAdmin/Header/HeaderOutputBootstrap.php +++ b/includes/Module/Hooks/ClicShoppingAdmin/Header/HeaderOutputBootstrap.php @@ -24,7 +24,7 @@ public function display(): string //Note : Could be relation with a meta tag allowing to implement a new boostrap theme : Must be installed $output = '' . "\n"; $output .= ''; - $output .= '' . "\n"; + $output .= '' . "\n"; $output .= ''; $output .= ''; $output .= '' . "\n"; diff --git a/includes/Module/Hooks/Shop/Footer/FooterOutputBootStrap.php b/includes/Module/Hooks/Shop/Footer/FooterOutputBootStrap.php index e60c3966a..d7d796cf0 100755 --- a/includes/Module/Hooks/Shop/Footer/FooterOutputBootStrap.php +++ b/includes/Module/Hooks/Shop/Footer/FooterOutputBootStrap.php @@ -19,8 +19,7 @@ class FooterOutputBootStrap public function display(): string { $output = '' . "\n"; - $output .= ' -'; + $output .= ''; $output .= '' . "\n"; return $output; diff --git a/includes/Module/Hooks/Shop/Header/HeaderOutputBootstrap.php b/includes/Module/Hooks/Shop/Header/HeaderOutputBootstrap.php index 7ec428fc8..26d5625fb 100755 --- a/includes/Module/Hooks/Shop/Header/HeaderOutputBootstrap.php +++ b/includes/Module/Hooks/Shop/Header/HeaderOutputBootstrap.php @@ -26,7 +26,7 @@ public function display() //Note : Could be relation with a meta tag allowing to implement a new boostrap theme : Must be installed if (!\defined('MODULE_HEADER_TAGS_BOOTSTRAP_SELECT_THEME') || MODULE_HEADER_TAGS_BOOTSTRAP_SELECT_THEME == 'False') { $output = ' - ' . "\n"; + ' . "\n"; $output .= '' . "\n"; $output .= ''; diff --git a/install/templates/main_page.php b/install/templates/main_page.php index 90f03ed71..91930ffe6 100755 --- a/install/templates/main_page.php +++ b/install/templates/main_page.php @@ -33,7 +33,7 @@ - + diff --git a/offline.php b/offline.php index 2106ac1b9..73db55d72 100755 --- a/offline.php +++ b/offline.php @@ -13,7 +13,7 @@ - + Site offline @@ -34,5 +34,4 @@ - \ No newline at end of file