All Versions
36
Latest Version
Avg Release Cycle
85 days
Latest Release
-

Changelog History
Page 2

  • v6.4.0 Changes

    August 02, 2019

    🛠 Fixed

    • 🛠 Fixed return type in Basket::getDiscounts PR-659
    • ✂ Remove unused variables, decrease complexity PR-668
    • Cleanup return statement from ShopList model constructor PR-677
    • 🛠 Fix warning if discounts variable is not array PR-678
    • 🛠 Fix phpdoc types and set consistent returns in BaseController PR-676
    • 🛠 Fix checkIniSet method in SystemRequirements for php 7.2 PR-681
    • 🛠 Fixed bug maintenance mode when changing e-mail address as a guest #0006965
    • 🛠 Fixed bug no possibility to sort accessories of articles in backend #0003609
    • 🛠 Fix php 7.2 compatibility of tests.
    • 🛠 Fix Bank code validation bug in Direct Debit #0006939
    • 0️⃣ Incorrect default values from database-columns, if empty, on MariaDB PR-709 #0006914 #0006888
    • 🛠 Fix sql error in category sort ajax popup PR-707 #0006985
    • 🌐 Use oxideshop.log in place of EXCEPTION_LOG in comments/translations PR-708
    • 🛠 Fixed the code to fit PSR-2 PR-711
    • 👌 Improved form validation #0006924
    • Fix typo in comment PR-717 PR-719
    • ✂ Remove unnecessary parameters in addErrorToDisplay function call in ForgetPasswordController PR-716

    ➕ Added

    • 🆕 New methods:
      • OxidEsales\EshopCommunity\Core\Exception\ExceptionToDisplay::getValues PR-660
      • OxidEsales\EshopCommunity\Application\Model\Article::getStock PR-640
      • OxidEsales\EshopCommunity\Application\Controller\Admin::sortAccessoriesList() #0003609
      • OxidEsales\EshopCommunity\Application\Model\Article::getActionType
      • OxidEsales\EshopCommunity\Application\Model\Article::getStockStatusOnLoad
      • OxidEsales\EshopCommunity\Core\Base::dispatchEvent
    • ⚠ Log a warnings for missused db method calls PR-649
    • 🆕 New blocks:
      • admin_module_sortlist in admin/tpl/module_sortlist.tpl PR-534
      • admin_order_overview_info_items in admin/tpl/include/order_info.tpl PR-688
      • admin_order_overview_info_sumtotal in admin/tpl/include/order_info.tpl PR-688
    • 🌐 Log missing translations PR-520
    • 🆕 New features:

      • Reset category filter 0002046
      • OXID eShop console, which allows to register custom commands for modules and for components via services.yaml.
      • New command to activate module.
      • New command to deactivate module.
      • New oe-console command to install module configuration: oe:module:install-configuration
      • New parameter in config file to change database connection charset - dbCharset PR-670
    • Events:

      • \OxidEsales\EshopCommunity\Internal\Framework\Module\Setup\Event\BeforeModuleDeactivationEvent
      • \OxidEsales\EshopCommunity\Internal\Framework\Module\Setup\Event\FinalizingModuleActivationEvent
      • \OxidEsales\EshopCommunity\Internal\Framework\Module\Setup\Event\FinalizingModuleDeactivationEvent
      • \OxidEsales\EshopCommunity\Internal\Framework\Config\Event\ShopConfigurationChangedEvent
      • \OxidEsales\EshopCommunity\Internal\Framework\Module\Setting\Event\SettingChangedEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\AfterModelDeleteEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\AfterModelInsertEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\AfterModelUpdateEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\AllCookiesRemovedEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\ApplicationExitEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\BasketChangedEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\BeforeHeadersSendEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\BeforeModelDeleteEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\BeforeModelUpdateEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\BeforeSessionStartEvent
      • \OxidEsales\EshopCommunity\Internal\Transition\ShopEvents\ViewRenderedEvent
      • \OxidEsales\EshopCommunity\Internal\Framework\Theme\Event\ThemeSettingChangedEvent
    • Interface:

    • Constants

      • \OxidEsales\EshopCommunity\Application\Model\User::USER_COOKIE_SALT
    • Directory

      • var/ directory, it contains files to which the application writes data during the course of its operation. Must be writable by the HTTP server and CLI user.

    🔄 Changed

    • category_main form layout improvements PR-585
    • Split config parameter initialization from application initialization PR-628
    • 0️⃣ Increase default quantity of productimages to 12 (from 7) PR-514
    • 👉 Make adding template blocks more fast andn reliable PR-580
    • 🔄 Change email encoding to base64 0006468 PR-697
    • 👌 Support PHP 7.2
    • Modules will not be disabled on class loading errors anymore, Error is just logged PR-661
    • 👉 Use facts to calculate CE location PR-685
    • Load SystemRequirements via oxNew PR-694
    • 🎉 Initialize the session only once PR-699
    • 🔊 Backwards compatibility break: \OxidEsales\EshopCommunity\Application\Model\User::_dbLogin will only called until the user successfully logs in the first time. Afterwards the password hash will have been recreated and a new authentication mechanism will be used. This breaks backwards compatibility for modules, which directly override _dbLogin or one of the methods in the call stack.
    • Fix typo in ident for help near name/surname in application/views/admin/tpl/shop_main.tpl PR-701
      • Was HELP_ENERAL_NAME changed to HELP_GENERAL_NAME
    • ⬇️ Drop support for PHP 7.0
    • 👉 Use user from Order::validateOrder method in validatePayment as well PR-706
    • 📚 Methods in the following classes return information based on the project configuration. See documentation about module installation
      • \OxidEsales\EshopCommunity\source\Module\Core\Module
      • \OxidEsales\EshopCommunity\source\Module\Core\ModuleList
    • The variable aDisabledModules in database table oxconfig isn't used anymore.
    • 🚚 The variable aModulePaths in database table oxconfig: Module path will be added on module activation and removed on module deactivation.
    • 🔧 The classes in the folder Core/Module/ now mainly use the project configuration as a basis for information.
    • 📚 File metadata.php in a module: the key id is mandatory and custom php code won't be executed any more. See Metadata documentation
    • ✅ Running tests on travis against all php versions PR-700
    • ✅ Travis runs phpcs and tests scripts with calling the php directly, not relying on script shebang anymore.
    • ⚡️ Updated Yui library components to version 2.9
    • Do not trust input from outside for listtype. Catch PHP Fatal error and show normal page. PR-714

    ✂ Removed

    • Removed old not used blAutoSearchOnCat option from shop_config tab PR-654
    • ✂ Removed unnecessary class imports PR-667
    • ✂ Removed deprecated \OxidEsales\EshopCommunity\Core\Email::$Version use \PHPMailer\PHPMailer\PHPMailer::VERSION instead
    • The value for the password salt will not be stored in the database column oxuser.OXPASSSALT anymore, but in the password hash itself

    🗄 Deprecated

    • \OxidEsales\EshopCommunity\Application\Controller\StartController::getArticleList
    • 0️⃣ \OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridgeInterface was added as the new default for hashing passwords. Hashing passwords with MD5 and SHA512 is still supported in order support login with older password hashes. Therefor the methods and classes below might not be compatible with the current passhword hash any more:
      • \OxidEsales\EshopCommunity\Application\Model\User::_dbLogin
      • \OxidEsales\EshopCommunity\Application\Model\User::_getLoginQuery
      • \OxidEsales\EshopCommunity\Application\Model\User::_getLoginQueryHashedWithMD5
      • \OxidEsales\EshopCommunity\Application\Model\User::encodePassword
      • \OxidEsales\EshopCommunity\Core\Hasher
      • \OxidEsales\EshopCommunity\Core\PasswordHasher
      • \OxidEsales\EshopCommunity\Core\PasswordSaltGenerator
      • \OxidEsales\EshopCommunity\Core\Sha512Hasher
      • \OxidEsales\EshopCommunity\Application\Model\User::formQueryPartForMD5Password
      • \OxidEsales\EshopCommunity\Application\Model\User::formQueryPartForSha512Password
    • \OxidEsales\EshopCommunity\Core\Base::setConfig
    • \OxidEsales\EshopCommunity\Core\Base::getConfig
    • \OxidEsales\EshopCommunity\Core\Base::$_oSession
    • \OxidEsales\EshopCommunity\Core\Base::setSession
    • \OxidEsales\EshopCommunity\Core\Base::getSession
    • \OxidEsales\EshopCommunity\Core\Email::$_oConfig
    • \OxidEsales\EshopCommunity\Core\Email::setConfig
    • \OxidEsales\EshopCommunity\Core\Email::getConfig
    • blDoNotDisableModuleOnError config option
    • OrderArticle::$_aOrderCache
    • \OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleConfiguration::_getModuleForConfigVars
    • 📇 \OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleConfiguration::__loadMetadataConfVars
    • \OxidEsales\EshopCommunity\Core\Module\ModuleChainsGenerator::filterInactiveExtensions() Now, there are only extensions of active modules in the class chain. No need to filter inactive extensions any more.
    • \OxidEsales\EshopCommunity\Core\Module\ModuleChainsGenerator::cleanModuleFromClassChain() If you want to clean a module from the class chain, deactivate the module.
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\ModuleChainsGenerator::getDisabledModuleIds() Use OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Bridge\ShopConfigurationDaoBridgeInterface instead to get inactive modules.
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\ModuleChainsGenerator::getModuleDirectoryByModuleId() Use \OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Bridge\ShopConfigurationDaoBridgeInterface instead.
    • 📦 \OxidEsales\EshopCommunity\Core\Module\ModuleSmartyPluginDirectoryValidator Validation was moved to Internal\Framework\Module package and will be executed during the module activation.
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\ModuleSmartyPluginDirectoryRepository::save Module smarty plugins directory are stored in project configuration file now. Use appropriate Dao to save them.
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\ModuleSmartyPluginDirectories::getWithRelativePath Module smarty plugins directory are stored in project configuration file now. Use appropriate Dao to get them.
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\ModuleSmartyPluginDirectories::add Module smarty plugins directory are stored in project configuration file now. Use appropriate Dao to add them.
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\ModuleSmartyPluginDirectories::set Module smarty plugins directory are stored in project configuration file now. Use appropriate Dao to set them.
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\ModuleSmartyPluginDirectories::remove Module smarty plugins directory are stored in project configuration file now. Use appropriate Dao to remove them.
    • \OxidEsales\EshopCommunity\Core\Module\ModuleExtensionsCleaner::cleanExtensions will use internal module services instead aModulePaths
    • \OxidEsales\EshopCommunity\Core\Module\ModuleInstaller Use service "OxidEsales\EshopCommunity\Internal\Framework\Module\Setup\Bridge\ModuleActivationBridgeInterface".
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\Module Use service 'OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Bridge\ShopConfigurationDaoBridgeInterface'.
    • 🔧 \OxidEsales\EshopCommunity\Core\Module\ModuleList Use service 'OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Bridge\ShopConfigurationDaoBridgeInterface'.
    • 📦 \OxidEsales\EshopCommunity\Core\Contract\IModuleValidator Validation was moved to Internal\Framework\Module package and will be executed during the module activation.
    • 📇 \OxidEsales\EshopCommunity\Core\Module\ModuleMetadataValidator Validation was moved to Internal\Framework\Module package and will be executed during the module activation.
    • 📦 \OxidEsales\EshopCommunity\Core\Module\ModuleCache ModuleCache moved to Internal\Framework\Module package.
    • ⚡️ \OxidEsales\EshopCommunity\Core\Module\ModuleExtensionsCleaner The whole chain is updated during module activation and deactivation in the database. We do not need this functionality any more
    • 📇 \OxidEsales\EshopCommunity\Core\Module\ModuleValidatorFactory Module metadata validation moved to Internal\Framework\Module package
    • 🔧 \OxidEsales\EshopCommunity\Core\Routing\Module\ClassProviderStorage Use OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\DataObject\ModuleConfiguration\ModuleConfigurationDaoBridgeInterface.
    • 🔧 \OxidEsales\EshopCommunity\Core\Contract\ClassProviderStorageInterface Use OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\DataObject\ModuleConfiguration\ModuleConfigurationDaoBridgeInterface.
  • v6.3.8 Changes

    🛠 Fixed

  • v6.3.7 Changes

    March 16, 2020

    🗄 Deprecated

    • \OxidEsales\EshopCommunity\Application\Controller\StartController::getArticleList

    🛠 Fixed

    • 🛠 Fix the host for checking the SystemRequirements->fsockopen to working one #0006606 PR-556
    • 🛠 Fix more complex multiline query command detection PR-734
    • Issue with session ID regeneration on user registration
    • 🛠 Fix not working actions and promotions #0005526
  • v6.3.6 Changes

    October 29, 2019

    🛠 Fixed

    • Recover and use lost _preparePrice result in Article::_prepareModifiedPrice PR-720
    • Load amount price list same way on frontend and backend #0006671 PR-712
    • 👉 Show product active check in admin panel when activation date has been set #0006966
    • 👌 Improve gift registry search #0006698
  • v6.3.5 Changes

    July 30, 2019

    🔒 Security

  • v6.3.4 Changes

    May 24, 2019

    🔄 Changed

    • Rename cust_lang.php files to cust_lang.php.dist
      • source/Application/views/admin/de/cust_lang.php.dist
      • source/Application/views/admin/en/cust_lang.php.dist

    🛠 Fixed

    • 🛠 Fix Bank code validation bug in Direct Debit #0006939

    • Classes:

      • OxidEsales\EshopCommunity\Core\Module\ModuleInstaller
      • OxidEsales\EshopCommunity\source\Module\Core\Module
      • OxidEsales\EshopCommunity\source\Module\Core\ModuleList
      • OxidEsales\EshopCommunity\Core\Contract\IModuleValidator
      • OxidEsales\EshopCommunity\Core\Module\ModuleMetadataValidator
  • v6.3.3 Changes

    April 16, 2019

    🛠 Fixed

    • Ensure temp file in tmp directory PR-683
    • Fix warning in inc_error.tpl PR-690
    • 🛠 Fix url protocol in version tags PR-696
    • 👉 Use correct value for backing up the base language in email PR-692
    • Read config parameter by getConfigParam, not by getRequestParam #0006968 PR-698
  • v6.3.2 Changes

    January 22, 2019

    ➕ Added

    • ➕ Add method SystemEventHandler::onShopEnd() to be called for finishing actions e.g. from ShopControl::pageClose().

    🔄 Changed

    • Call to SystemEventHandler::validateOnline() is now called as finishing action rather than startup.

    🗄 Deprecated

    • 🗄 \OxidEsales\EshopCommunity\Core\Email::$Version This fixes a missing deprecation in PHPMailer, which is the parent class of \OxidEsales\EshopCommunity\Core\Email. PHPMailer will be upgraded to version 6 in the next minor release of OXID eShop CE as PHPMailer 5 will be no longer maintained. Please note, that there are some breaking changes for code which extends \OxidEsales\EshopCommunity\Core\Email. The impact should be really small, but you should be familiar with them, as there are also changes in the SMTP and POP3 classes. Please read the PHPMailer changelog

    🛠 Fixed

    • Wrong behaviour from getOrderArticleSelectList when values from selectionlists and variantselections are selected PR-507 0006539
    • 🛠 Fix SQL file upload error Bug #5764
    • 🛠 Fixed admin login display in Windows 7 IE11 PR-671
    • 🛠 Fix content page data of 8th+ language edit PR-674
    • 🛠 Fix unusable shop after activation of a module with migrated metadata (v2) PR-663
    • 🛠 Fix issue with shop roles readonly. Bug 6851
  • v6.3.1 Changes

    October 16, 2018

    ➕ Added

    • 🆕 New settings: includeProductReviewLinksInEmail defines, if a link to the product review is included in order confirmation email
    • Language constants source/Application/views/admin/[de,en]/lang.php: SHOP_CONFIG_INCLUDE_PRODUCT_REVIEW_LINKS_IN_ORDER_EMAIL

    🛠 Fixed

    • 🛠 Fix global variable name in startProfile PR-651
    • 👌 Improve a check of module id in ModuleExtensionsCleaner::filterExtensionsByModuleId PR-662
    • AccountReviewController extends correct AccountController PR-664
    • Get correct oxid for attributes loaded by loadAttributesDisplayableInBasket PR-452
    • Prevent usage of thankyou-controller in no order-context PR-665
    • 📜 Send correct shop url to includeImages email template parser PR-545
    • Wrong return value FrontendController.isVatIncluded PR-666 0006902
    • 🛠 Fix filecache write/read race conditions PR-658
    • 🛠 Fix wrong variant article price calculation in rss PR-498
    • 🛠 Fix Syntax error in admin css PR-669
  • v6.3.0 Changes

    July 31, 2018

    ➕ Added

    • 🆕 New blocks in admin/tpl/voucherserie_groups.tpl
      • admin_voucherserie_relations
      • admin_voucherserie_groups_form
      • admin_voucherserie_categories_form
      • admin_voucherserie_articles_form
    • PSR3 Logger:
      • New settings:
        • sLogLevel in config.inc.php
      • New methods:
        • OxidEsales\EshopCommunity\Core\Registry::getLogger
        • getLogger in overridablefunctions.php
    • 🔧 Possibility to configure contact form required fields:
      • New settings:
        • contactFormRequiredFields
    • 🔌 Possibility for modules to add new smarty plugins:
      • New settings:
        • moduleSmartyPluginDirectories
      • New setting in module metadata.php
        • smartyPluginDirectories
    • 📇 Module metadata version 2.1

    🔄 Changed

    • 👌 Support for PHP 7.0 and 7.1, PHP 5.6 not supported any more
    • Method visibility changed from private to protected PR-636:
      • OxidEsales\EshopCommunity\Core\Session::isSerializedBasketValid
      • OxidEsales\EshopCommunity\Core\Session::isClassInSerializedObject
      • OxidEsales\EshopCommunity\Core\Session::isClassOrNullInSerializedObjectAfterField
      • OxidEsales\EshopCommunity\Core\Session::isUnserializedBasketValid
    • Name attribute added to no wysiwyg textarea fields in admin

    🗄 Deprecated

    • writeToLog in bootstrap.php
    • \OxidEsales\Eshop\Application\Model\FileChecker::class
    • \OxidEsales\Eshop\Application\Model\FileCheckerResult::class
    • \OxidEsales\EshopCommunity\Application\Controller\Admin\DiagnosticsMain::_checkOxidFiles
    • \OxidEsales\EshopCommunity\Application\Controller\Admin\DiagnosticsMain::_getFileCheckReport
    • \OxidEsales\EshopCommunity\Application\Controller\Admin\DiagnosticsMain::_getFilesToCheck
    • \OxidEsales\EshopCommunity\Application\Model\Diagnostics::$_aFileCheckerExtensionList
    • \OxidEsales\EshopCommunity\Application\Model\Diagnostics::$_aFileCheckerPathList
    • \OxidEsales\EshopCommunity\Application\Model\Diagnostics::getFileCheckerExtensionList
    • \OxidEsales\EshopCommunity\Application\Model\Diagnostics::getFileCheckerPathList
    • \OxidEsales\EshopCommunity\Application\Model\Diagnostics::setFileCheckerExtensionList
    • \OxidEsales\EshopCommunity\Application\Model\Diagnostics::setFileCheckerPathList
    • \OxidEsales\EshopCommunity\Application\Model\FileChecker::class
    • \OxidEsales\EshopCommunity\Application\Model\FileCheckerResult::class
    • \OxidEsales\EshopCommunity\Core\Base::$_oConfig
    • 👻 \OxidEsales\EshopCommunity\Core\Exception\ExceptionHandler::$_iDebug
    • 👻 \OxidEsales\EshopCommunity\Core\Exception\ExceptionHandler::setIDebug
    • 👻 \OxidEsales\EshopCommunity\Core\Exception\ExceptionHandler::writeExceptionToLog
    • 👻 \OxidEsales\EshopCommunity\Core\Exception\ExceptionHandler::displayOfflinePage
    • 👻 \OxidEsales\EshopCommunity\Core\Exception\ExceptionHandler::displayDebugMessage
    • 👻 \OxidEsales\EshopCommunity\Core\Exception\ExceptionHandler::getFormattedException
    • 👻 \OxidEsales\EshopCommunity\Core\Exception\StandardException::debugOut
    • \OxidEsales\EshopCommunity\Core\OnlineCaller::_castExceptionAndWriteToLog

    ✂ Removed

    • Language constants source/Application/views/admin/[de,en]/lang.php:
      • OXDIAG_CHKVERS_FULLREP
      • OXDIAG_CHKVERSION
      • OXDIAG_COLL_CHKV_FILE_GET
      • OXDIAG_COLL_CHKV_NOTINST
      • OXDIAG_COLLECT_CHKVERS
      • OXDIAG_COLLECT_CHKVERS_DURATION
      • OXDIAG_ERRORMESSAGEVERSIONDOESNOTEXIST
      • OXDIAG_ERRORMESSAGEWEBSERVICEISNOTREACHABLE
      • OXDIAG_ERRORMESSAGEWEBSERVICERETURNEDNOXML
      • OXDIAG_ERRORVERSIONCOMPARE
      • OXDIAG_FORM_LIST_ALL_FILES
      • OXDIAG_INTROINFORMATION
      • OXDIAG_INTROINFORMATION_DATA_TRANSMITTED
      • OXDIAG_INTROINFORMATION_FILENAME_TO_BE_CHECKED
      • OXDIAG_INTROINFORMATION_MD5_CHECKSUM
      • OXDIAG_INTROINFORMATION_MORE_INFORMATION
      • OXDIAG_INTROINFORMATION_NO_PERSONAL_INFO
      • OXDIAG_INTROINFORMATION_OXID_ESALES_BLOG
      • OXDIAG_INTROINFORMATION_REVISION_DETECTED
      • OXDIAG_INTROINFORMATION_VERSION_DETECTED
      • OXDIAG_OBSOLETE

    🛠 Fixed

    • Use error_404_handler in article list controller in place of outdated 404 handling PR-643
    • 🛠 Fix indents in config.inc.php.dist PR-527