/
home
/
sharedstore
/
public_html
/
prestashop.sharedstore.ma
/
src
/
Core
/
/home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core
mkdir
upload
Name
Size
Mode
Actions
Action/
-
0755
rm
Addon/
-
0755
rm
Address/
-
0755
rm
AttributeGroup/
-
0755
rm
B2b/
-
0755
rm
Backup/
-
0755
rm
Cache/
-
0755
rm
Cart/
-
0755
rm
Category/
-
0755
rm
Checkout/
-
0755
rm
CMS/
-
0755
rm
CommandBus/
-
0755
rm
Configuration/
-
0755
rm
ConstraintValidator/
-
0755
rm
Country/
-
0755
rm
CreditSlip/
-
0755
rm
Crypto/
-
0755
rm
Currency/
-
0755
rm
Customer/
-
0755
rm
Data/
-
0755
rm
Domain/
-
0755
rm
Email/
-
0755
rm
Employee/
-
0755
rm
Encoding/
-
0755
rm
Exception/
-
0755
rm
Export/
-
0755
rm
Feature/
-
0755
rm
FeatureFlag/
-
0755
rm
File/
-
0755
rm
Filter/
-
0755
rm
Form/
-
0755
rm
Foundation/
-
0755
rm
Geolocation/
-
0755
rm
Grid/
-
0755
rm
Group/
-
0755
rm
Help/
-
0755
rm
Hook/
-
0755
rm
Image/
-
0755
rm
Import/
-
0755
rm
Kpi/
-
0755
rm
Language/
-
0755
rm
Localization/
-
0755
rm
MailTemplate/
-
0755
rm
MerchandiseReturn/
-
0755
rm
Meta/
-
0755
rm
Module/
-
0755
rm
Multistore/
-
0755
rm
Order/
-
0755
rm
Payment/
-
0755
rm
PDF/
-
0755
rm
Product/
-
0755
rm
Proxy/
-
0755
rm
Repository/
-
0755
rm
Routing/
-
0755
rm
Search/
-
0755
rm
Security/
-
0755
rm
Session/
-
0755
rm
Shop/
-
0755
rm
SqlManager/
-
0755
rm
Stock/
-
0755
rm
String/
-
0755
rm
Support/
-
0755
rm
Tax/
-
0755
rm
Team/
-
0755
rm
Theme/
-
0755
rm
Translation/
-
0755
rm
Util/
-
0755
rm
Validation/
-
0755
rm
Webservice/
-
0755
rm
ConfigurationInterface.php
1225
0644
edit
dl
rm
ContainerBuilder.php
2277
0644
edit
dl
rm
EnvironmentInterface.php
1686
0644
edit
dl
rm
Version.php
1558
0644
edit
dl
rm
Edit:
/home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Version.php
(1558B)
<?php /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors <contact@prestashop.com> * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ namespace PrestaShop\PrestaShop\Core; /** * This class contains the current prestashop version constants. * This will be updated everytime we release a new version. */ final class Version { public const VERSION = '8.2.3'; public const MAJOR_VERSION_STRING = '8'; public const MAJOR_VERSION = 8; public const MINOR_VERSION = 2; public const RELEASE_VERSION = 3; // This class should not be instanciated private function __construct() { } }
Save
cmd:
run