Flagbit_ChangeAttributeSet - Version 1.0.1

Version Notes

Initial Release. Already tested in production context.

Download this release

Release Info

Developer Magento Core Team
Extension Flagbit_ChangeAttributeSet
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Flagbit/ChangeAttributeSet/etc/config.xml CHANGED
@@ -4,6 +4,7 @@
4
  <Flagbit_ChangeAttributeSet>
5
  <active>true</active>
6
  <codePool>community</codePool>
 
7
  </Flagbit_ChangeAttributeSet>
8
  </modules>
9
  <global>
@@ -20,7 +21,7 @@
20
  <rewrite>
21
  <!-- This is an identifier for your rewrite that should be unique -->
22
  <flagbit_form_index>
23
- <from><![CDATA[#^/admin/catalog_product/changeattributeset/$#]]></from>
24
  <!--
25
  - mymodule matches the router frontname below
26
  - checkout_cart matches the path to your controller
4
  <Flagbit_ChangeAttributeSet>
5
  <active>true</active>
6
  <codePool>community</codePool>
7
+ <version>1.0.1</version>
8
  </Flagbit_ChangeAttributeSet>
9
  </modules>
10
  <global>
21
  <rewrite>
22
  <!-- This is an identifier for your rewrite that should be unique -->
23
  <flagbit_form_index>
24
+ <from><![CDATA[#^/admin/catalog_product/changeattributeset/.*#]]></from>
25
  <!--
26
  - mymodule matches the router frontname below
27
  - checkout_cart matches the path to your controller