Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
cleanup and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijnblom committed Dec 16, 2015
1 parent 7483d77 commit 49eba9a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/code/community/Robinhq/Hooks/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Robinhq_Hooks>
<version>2.1.4</version>
<version>2.1.5</version>
</Robinhq_Hooks>
</modules>
<global>
Expand Down Expand Up @@ -44,15 +44,15 @@
</hooks_read>
</resources>
<events>
<controller_front_init_before>
<observers>
<libphonenumber_load>
<type>singleton</type>
<class>hooks/observer</class>
<method>controllerFrontInitBefore</method>
</libphonenumber_load>
</observers>
</controller_front_init_before>
<!--<controller_front_init_before>-->
<!--<observers>-->
<!--<libphonenumber_load>-->
<!--<type>singleton</type>-->
<!--<class>hooks/observer</class>-->
<!--<method>controllerFrontInitBefore</method>-->
<!--</libphonenumber_load>-->
<!--</observers>-->
<!--</controller_front_init_before>-->
<customer_save_after>
<observers>
<customer_save_after_handler>
Expand Down

0 comments on commit 49eba9a

Please sign in to comment.