FAQ change logs
========================================================
version 0.1.7 (updated on August 15th, 2011)
1. Fix error when changing store view of category or FAQ in backend.
- Changed files:
+ app/code/local/Magestore/Faq/Helper/Data.php in line 119 and 205
2. Update multi store feature.
--------------------------------------------------------
version 0.1.6 (updated on July 4th, 2011)
1. Auto generated URL keys contain unsupported characters if questions contains them (e.g. äöü).
- change nomalization URL key function in app/code/local/Magestore/Faq/Helper/Data.php
2. Add WYSIWYG editor to support text formatting in answers except FAQ for Magento version 1.3. Edit files:
- Enable WYSIWYG in editAction() of FaqController: app/code/Magestore/Faq/controllers/Adminhtml/FaqController.php
- Add WYSIWYG to form: app/code/local/Magestore/Faq/Block/Adminhtml/Faq/Edit/Tab/Form.php
- Change frontend view: app/code/local/Magestore/Faq/Block/View.php
- app/design/adminhtml/default/default/layout/faq.xml
- app/design/frontend/base/default/template/faq/view.phtml
--------------------------------------------------------
version 0.1.5 (updated on May 20th, 2011)
1. Fix error in admin router
Edit in tag in file Magestore/Faq/etc/config.xml
Edit in tag in file Magestore/Faq/etc/config.xml (magento 1.3)
Edit in file Magestore/Faq/etc/adminhtml.xml (magento 1.4)
Edit admin layout file app/design/adminhtml/default/default/layout/Faq.xml
2. Fix error can not edit category and faq
Edit in file Magestore/Faq/Helper/Data.php function cloneFaqStoreData($faqStore) and cloneCategoryStoreData($categoryStore)
--------------------------------------------------------