📜 ⬆️ ⬇️

Magento 1.7.0.0 released

On April 24, the world saw another version of the popular e-commerce engine - Magento 1.7.0.0

Major improvements over previous versions:



Also available are various backup options, memcached support, and more.

For quick installation via SSH I prepared the necessary commands:
')
wget www.magentocommerce.com/downloads/assets/1.7.0.0/magento-1.7.0.0.tar.gz
tar -zxvf magento-1.7.0.0.tar.gz
mv magento/* magento/.htaccess magento/.htaccess.sample .
rmdir magento
chmod -R o+w media var
chmod o+w app/etc
mkdir media/catalog media/catalog/product media/catalog/category
chmod o+w media/catalog
chmod o+w media/catalog/product
chmod o+w media/catalog/category


A complete list of innovations can be found on the official website of Magento.

Source: https://habr.com/ru/post/142764/


All Articles