This commit is contained in:
Manuel Raynaud
2014-06-11 16:09:44 +02:00
parent 3434010b54
commit 5edeee6996
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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
{