diff --git a/CHANGELOG.md b/CHANGELOG.md index 873153463..0e9c46442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - Fixed issue #452 when installing Thelia on database with special characters - implement search on content, folder and category loop. - all form are documented +- template exists for managing google sitemap : sitemap.html #2.0.1 - possibility to apply a permanent discount on a customer diff --git a/core/lib/Thelia/Model/ProductImage.php b/core/lib/Thelia/Model/ProductImage.php index 981642efa..dba12e0e8 100644 --- a/core/lib/Thelia/Model/ProductImage.php +++ b/core/lib/Thelia/Model/ProductImage.php @@ -4,15 +4,12 @@ namespace Thelia\Model; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\Routing\Router; -use Thelia\Core\Template\Loop\CategoryPath; -use Thelia\Core\Translation\Translator; use Thelia\Model\Base\ProductImage as BaseProductImage; use Propel\Runtime\Connection\ConnectionInterface; use Thelia\Model\Breadcrumb\BreadcrumbInterface; use Thelia\Model\Breadcrumb\CatalogBreadcrumbTrait; use Thelia\Model\Tools\ModelEventDispatcherTrait; use Thelia\Model\Tools\PositionManagementTrait; -use Thelia\Tools\URL; class ProductImage extends BaseProductImage implements BreadcrumbInterface {