Merge pull request #518 from bibich/improvements

updated changelog
This commit is contained in:
Julien
2014-07-08 15:35:26 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
- New feature: Product Brands / Suppliers management - New feature: Product Brands / Suppliers management
- New 'brand' loop and substitution. product, image and document loop have been updated. - New 'brand' loop and substitution. product, image and document loop have been updated.
- Images and document processing have been refactored. - Images and document processing have been refactored.
- Added store description field for SEO
- Added code editor on textarea on email templates page
- Fixed issues on position tests
- Fixed issues on RSS feed links
#2.0.2 #2.0.2
- Coupon UI has been redesigned. - Coupon UI has been redesigned.

View File

@@ -51,7 +51,7 @@ GNU General Public License : http://www.gnu.org/licenses/
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
{block name="meta"} {block name="meta"}
<meta name="description" content="{if $page_description}{$page_description}{else}{$store_description}{/if}"> <meta name="description" content="{if $page_description}{$page_description}{else}{$store_description|strip|truncate:120}{/if}">
<meta name="robots" content="noindex,nofollow"> <meta name="robots" content="noindex,nofollow">
{/block} {/block}