Magazento_Facebook_Widgets - Version 1.0.3

Version Notes

Facebook like button works properly. You can select recommend or like button, add send button. Send button allows to share product with image.

Download this release

Release Info

Developer Dmitry Poddubny
Extension Magazento_Facebook_Widgets
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/community/Magazento/Facebook/etc/config.xml CHANGED
@@ -3,7 +3,7 @@
3
  <config>
4
  <modules>
5
  <Magazento_Facebook>
6
- <version>1.0.2</version>
7
  </Magazento_Facebook>
8
  </modules>
9
  <frontend>
@@ -99,24 +99,18 @@
99
  <homecontent>0</homecontent>
100
  <categorycontent>0</categorycontent>
101
  <productcontent>0</productcontent>
102
- <layout>button_count</layout>
103
- <showfaces>false</showfaces>
 
104
  <width>450</width>
105
  <verb>like</verb>
106
- <font></font>
107
  <color>light</color>
108
- </likebutton>
109
- <graphlikebutton>
110
- <homecontent>0</homecontent>
111
- <categorycontent>0</categorycontent>
112
- <productcontent>0</productcontent>
113
  <type>product</type>
114
- </graphlikebutton>
115
  <sendbutton>
116
  <homecontent>0</homecontent>
117
  <categorycontent>0</categorycontent>
118
  <productcontent>0</productcontent>
119
- <font></font>
120
  </sendbutton>
121
  <comments>
122
  <productcontent>0</productcontent>
@@ -133,7 +127,6 @@
133
  <width>190</width>
134
  <height>200</height>
135
  <header>1</header>
136
- <font></font>
137
  <border_color>#C4C1BC</border_color>
138
  <recommendations>1</recommendations>
139
  </activity>
@@ -147,7 +140,6 @@
147
  <width>190</width>
148
  <height>200</height>
149
  <header>1</header>
150
- <font></font>
151
  <border_color>#C4C1BC</border_color>
152
  </recommendations>
153
  <likebox>
3
  <config>
4
  <modules>
5
  <Magazento_Facebook>
6
+ <version>1.0.3</version>
7
  </Magazento_Facebook>
8
  </modules>
9
  <frontend>
99
  <homecontent>0</homecontent>
100
  <categorycontent>0</categorycontent>
101
  <productcontent>0</productcontent>
102
+ <send>1</send>
103
+ <layout>standart</layout>
104
+ <showfaces>0</showfaces>
105
  <width>450</width>
106
  <verb>like</verb>
 
107
  <color>light</color>
 
 
 
 
 
108
  <type>product</type>
109
+ </likebutton>
110
  <sendbutton>
111
  <homecontent>0</homecontent>
112
  <categorycontent>0</categorycontent>
113
  <productcontent>0</productcontent>
 
114
  </sendbutton>
115
  <comments>
116
  <productcontent>0</productcontent>
127
  <width>190</width>
128
  <height>200</height>
129
  <header>1</header>
 
130
  <border_color>#C4C1BC</border_color>
131
  <recommendations>1</recommendations>
132
  </activity>
140
  <width>190</width>
141
  <height>200</height>
142
  <header>1</header>
 
143
  <border_color>#C4C1BC</border_color>
144
  </recommendations>
145
  <likebox>
app/code/community/Magazento/Facebook/etc/system.xml CHANGED
@@ -88,6 +88,17 @@
88
  <show_in_website>1</show_in_website>
89
  <show_in_store>1</show_in_store>
90
  </productcontent>
 
 
 
 
 
 
 
 
 
 
 
91
  <layout translate="label">
92
  <label>Layout style</label>
93
  <comment><![CDATA[ determines the size and amount of social context next to the button ]]>
@@ -153,58 +164,22 @@
153
  <show_in_website>1</show_in_website>
154
  <show_in_store>1</show_in_store>
155
  </color>
156
- </fields>
157
- </likebutton>
158
- <graphlikebutton translate="label">
159
- <label>Open graph Like button</label>
160
- <sort_order>130</sort_order>
161
- <show_in_default>1</show_in_default>
162
- <show_in_website>1</show_in_website>
163
- <show_in_store>1</show_in_store>
164
- <fields>
165
- <homecontent translate="label">
166
- <label>Show on Home page</label>
167
- <frontend_type>select</frontend_type>
168
- <source_model>adminhtml/system_config_source_yesno</source_model>
169
- <sort_order>10</sort_order>
170
- <show_in_default>1</show_in_default>
171
- <show_in_website>1</show_in_website>
172
- <show_in_store>1</show_in_store>
173
- </homecontent>
174
- <categorycontent translate="label">
175
- <label>Show in Category view</label>
176
- <frontend_type>select</frontend_type>
177
- <source_model>adminhtml/system_config_source_yesno</source_model>
178
- <sort_order>20</sort_order>
179
- <show_in_default>1</show_in_default>
180
- <show_in_website>1</show_in_website>
181
- <show_in_store>1</show_in_store>
182
- </categorycontent>
183
- <productcontent translate="label">
184
- <label>Show in Product view</label>
185
- <frontend_type>select</frontend_type>
186
- <source_model>adminhtml/system_config_source_yesno</source_model>
187
- <sort_order>30</sort_order>
188
- <show_in_default>1</show_in_default>
189
- <show_in_website>1</show_in_website>
190
- <show_in_store>1</show_in_store>
191
- </productcontent>
192
  <type translate="label">
193
  <label>Type</label>
194
  <comment><![CDATA[ The type of the entity. ]]>
195
  </comment>
196
  <frontend_type>select</frontend_type>
197
  <source_model>Magazento_Facebook_Adminhtml_Model_System_Config_Source_Type</source_model>
198
- <sort_order>40</sort_order>
199
  <show_in_default>1</show_in_default>
200
  <show_in_website>1</show_in_website>
201
  <show_in_store>1</show_in_store>
202
  </type>
203
  </fields>
204
- </graphlikebutton>
205
  <sendbutton translate="label">
206
  <label>Send button</label>
207
- <sort_order>140</sort_order>
208
  <show_in_default>1</show_in_default>
209
  <show_in_website>1</show_in_website>
210
  <show_in_store>1</show_in_store>
88
  <show_in_website>1</show_in_website>
89
  <show_in_store>1</show_in_store>
90
  </productcontent>
91
+ <send translate="lable">
92
+ <label>Send Button</label>
93
+ <comment><![CDATA[ Include a Send button. The Send Button is available only on sites that use the JavaScript SDK. ]]>
94
+ </comment>
95
+ <frontend_type>select</frontend_type>
96
+ <source_model>adminhtml/system_config_source_yesno</source_model>
97
+ <sort_order>35</sort_order>
98
+ <show_in_default>1</show_in_default>
99
+ <show_in_website>1</show_in_website>
100
+ <show_in_store>1</show_in_store>
101
+ </send>
102
  <layout translate="label">
103
  <label>Layout style</label>
104
  <comment><![CDATA[ determines the size and amount of social context next to the button ]]>
164
  <show_in_website>1</show_in_website>
165
  <show_in_store>1</show_in_store>
166
  </color>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  <type translate="label">
168
  <label>Type</label>
169
  <comment><![CDATA[ The type of the entity. ]]>
170
  </comment>
171
  <frontend_type>select</frontend_type>
172
  <source_model>Magazento_Facebook_Adminhtml_Model_System_Config_Source_Type</source_model>
173
+ <sort_order>100</sort_order>
174
  <show_in_default>1</show_in_default>
175
  <show_in_website>1</show_in_website>
176
  <show_in_store>1</show_in_store>
177
  </type>
178
  </fields>
179
+ </likebutton>
180
  <sendbutton translate="label">
181
  <label>Send button</label>
182
+ <sort_order>130</sort_order>
183
  <show_in_default>1</show_in_default>
184
  <show_in_website>1</show_in_website>
185
  <show_in_store>1</show_in_store>
app/design/frontend/default/default/layout/magazento_facebook.xml CHANGED
@@ -7,7 +7,6 @@
7
  </action>
8
  </reference>
9
  </default>
10
-
11
  <!--like button-->
12
  <cms_index_index>
13
  <reference name="content">
@@ -17,6 +16,13 @@
17
  </action>
18
  </block>
19
  </reference>
 
 
 
 
 
 
 
20
  </cms_index_index>
21
 
22
  <catalog_category_default />
@@ -28,69 +34,30 @@
28
  </action>
29
  </block>
30
  </reference>
31
- </catalog_category_layered>
32
-
33
- <catalog_product_view>
34
- <reference name="content">
35
- <block type="core/template" name="facebook_like" before="-" >
36
- <action method="setTemplate" ifconfig="facebook/likebutton/productcontent">
37
- <template>magazento/facebook/like.phtml</template>
38
- </action>
39
- </block>
40
- </reference>
41
- </catalog_product_view>
42
-
43
- <!--graph like button-->
44
- <cms_index_index>
45
  <reference name="head">
46
  <block type="core/template" name="facebook_meta">
47
- <action method="setTemplate" ifconfig="facebook/graphlikebutton/productcontent">
48
- <template>magazento/facebook/graph_like_head.phtml</template>
49
  </action>
50
  </block>
51
  </reference>
52
- <reference name="content">
53
- <block type="core/template" name="facebook_graphlike" before="-" >
54
- <action method="setTemplate" ifconfig="facebook/graphlikebutton/homecontent">
55
- <template>magazento/facebook/graph_like.phtml</template>
56
- </action>
57
- </block>
58
- </reference>
59
- </cms_index_index>
60
 
61
- <catalog_category_default />
62
- <catalog_category_layered>
63
- <reference name="head">
64
- <block type="core/template" name="facebook_meta">
65
- <action method="setTemplate" ifconfig="facebook/graphlikebutton/productcontent">
66
- <template>magazento/facebook/graph_like_head.phtml</template>
67
- </action>
68
- </block>
69
- </reference>
70
  <reference name="content">
71
- <block type="core/template" name="facebook_graphlike" before="-" >
72
- <action method="setTemplate" ifconfig="facebook/graphlikebutton/categorycontent">
73
- <template>magazento/facebook/graph_like.phtml</template>
74
  </action>
75
  </block>
76
  </reference>
77
- </catalog_category_layered>
78
-
79
- <catalog_product_view>
80
  <reference name="head">
81
  <block type="core/template" name="facebook_meta">
82
- <action method="setTemplate" ifconfig="facebook/graphlikebutton/productcontent">
83
- <template>magazento/facebook/graph_like_head.phtml</template>
84
  </action>
85
  </block>
86
  </reference>
87
- <reference name="content">
88
- <block type="core/template" name="facebook_graphlike" before="-" >
89
- <action method="setTemplate" ifconfig="facebook/graphlikebutton/productcontent">
90
- <template>magazento/facebook/graph_like.phtml</template>
91
- </action>
92
- </block>
93
- </reference>
94
  </catalog_product_view>
95
 
96
  <!--send button-->
7
  </action>
8
  </reference>
9
  </default>
 
10
  <!--like button-->
11
  <cms_index_index>
12
  <reference name="content">
16
  </action>
17
  </block>
18
  </reference>
19
+ <reference name="head">
20
+ <block type="core/template" name="facebook_meta">
21
+ <action method="setTemplate" ifconfig="facebook/likebutton/homecontent">
22
+ <template>magazento/facebook/opengraphtags.phtml</template>
23
+ </action>
24
+ </block>
25
+ </reference>
26
  </cms_index_index>
27
 
28
  <catalog_category_default />
34
  </action>
35
  </block>
36
  </reference>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  <reference name="head">
38
  <block type="core/template" name="facebook_meta">
39
+ <action method="setTemplate" ifconfig="facebook/likebutton/categorycontent">
40
+ <template>magazento/facebook/opengraphtags.phtml</template>
41
  </action>
42
  </block>
43
  </reference>
44
+ </catalog_category_layered>
 
 
 
 
 
 
 
45
 
46
+ <catalog_product_view>
 
 
 
 
 
 
 
 
47
  <reference name="content">
48
+ <block type="core/template" name="facebook_like" before="-" >
49
+ <action method="setTemplate" ifconfig="facebook/likebutton/productcontent">
50
+ <template>magazento/facebook/like.phtml</template>
51
  </action>
52
  </block>
53
  </reference>
 
 
 
54
  <reference name="head">
55
  <block type="core/template" name="facebook_meta">
56
+ <action method="setTemplate" ifconfig="facebook/likebutton/productcontent">
57
+ <template>magazento/facebook/opengraphtags.phtml</template>
58
  </action>
59
  </block>
60
  </reference>
 
 
 
 
 
 
 
61
  </catalog_product_view>
62
 
63
  <!--send button-->
app/design/frontend/default/default/template/magazento/facebook/graph_like.phtml DELETED
@@ -1,21 +0,0 @@
1
- <?php if (Mage::getStoreConfig('facebook/general/enabled')) : ?>
2
- <div id="fb-root"></div>
3
- <script>
4
- window.fbAsyncInit = function() {
5
- FB.init({
6
- appId : <?php echo Mage::getStoreConfig('facebook/general/appid'); ?>,
7
- status : true,
8
- cookie : true,
9
- xfbml : true
10
- });
11
- };
12
-
13
- (function() {
14
- var e = document.createElement('script');
15
- e.src = document.location.protocol + '//connect.facebook.net/<?php echo Mage::app()->getLocale()->getDefaultLocale(); //en_US?>/all.js';
16
- e.async = true;
17
- document.getElementById('fb-root').appendChild(e);
18
- }());
19
- </script>
20
- <div><fb:like expr:href=' <?php echo Mage::helper('core/url')->getCurrentUrl(); ?> '/></div>
21
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/default/default/template/magazento/facebook/like.phtml CHANGED
@@ -1,5 +1,5 @@
1
  <?php if (Mage::getStoreConfig('facebook/general/enabled')) : ?>
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo Mage::app()->getLocale()->getDefaultLocale(); //en_US?>/all.js#appId=<?php echo Mage::getStoreConfig('facebook/general/appid'); ?>&amp;xfbml=1"></script>
4
- <fb:like href="<?php echo $this->helper('core/url')->getCurrentUrl();?>" send="true" layout="<?php echo Mage::getStoreConfig('facebook/likebutton/layout'); ?>" width="<?php echo Mage::getStoreConfig('facebook/likebutton/width'); ?>" show_faces="<?php echo (Mage::getStoreConfig('facebook/likebutton/showfaces')) ? 'true' : 'false'; ?>" colorscheme="<?php echo Mage::getStoreConfig('facebook/likebutton/color'); ?>" font="<?php echo Mage::getStoreConfig('facebook/likebutton/font'); ?>"></fb:like>
5
  <?php endif; ?>
1
  <?php if (Mage::getStoreConfig('facebook/general/enabled')) : ?>
2
  <div id="fb-root"></div>
3
  <script src="http://connect.facebook.net/<?php echo Mage::app()->getLocale()->getDefaultLocale(); //en_US?>/all.js#appId=<?php echo Mage::getStoreConfig('facebook/general/appid'); ?>&amp;xfbml=1"></script>
4
+ <fb:like href="<?php echo $this->helper('core/url')->getCurrentUrl();?>" send="<?php echo (Mage::getStoreConfig('facebook/likebutton/send')) ? 'true' : 'false'; ?>" layout="<?php echo Mage::getStoreConfig('facebook/likebutton/layout'); ?>" width="<?php echo Mage::getStoreConfig('facebook/likebutton/width'); ?>" show_faces="<?php echo (Mage::getStoreConfig('facebook/likebutton/showfaces')) ? 'true' : 'false'; ?>" action="<?php echo Mage::getStoreConfig('facebook/likebutton/verb'); ?>" colorscheme="<?php echo Mage::getStoreConfig('facebook/likebutton/color'); ?>" font="<?php echo Mage::getStoreConfig('facebook/likebutton/font'); ?>"></fb:like>
5
  <?php endif; ?>
app/design/frontend/default/default/template/magazento/facebook/{graph_like_head.phtml → opengraphtags.phtml} RENAMED
@@ -1,7 +1,7 @@
1
  <?php $product = Mage::registry('current_product'); ?>
2
 
3
  <meta property="fb:app_id" content="<?php echo Mage::getStoreConfig('facebook/general/appid'); ?>"/>
4
- <meta property="og:type" content="<?php echo Mage::getStoreConfig('facebook/graphlikebutton/type'); ?>" />
5
  <meta property="og:url" content="<?php echo $this->helper('core/url')->getCurrentUrl();?>" />
6
  <meta property="og:site_name" content="<?php echo Mage::app()->getStore()->getName(); ?>" />
7
  <?php if ($product): ?>
1
  <?php $product = Mage::registry('current_product'); ?>
2
 
3
  <meta property="fb:app_id" content="<?php echo Mage::getStoreConfig('facebook/general/appid'); ?>"/>
4
+ <meta property="og:type" content="<?php echo Mage::getStoreConfig('facebook/likebutton/type'); ?>" />
5
  <meta property="og:url" content="<?php echo $this->helper('core/url')->getCurrentUrl();?>" />
6
  <meta property="og:site_name" content="<?php echo Mage::app()->getStore()->getName(); ?>" />
7
  <?php if ($product): ?>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magazento_Facebook_Widgets</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>All-In-One Facebook Widgets Integration</summary>
10
  <description>All-In-One Facebook Widgets Integration</description>
11
- <notes>Likebox works now, It is availaible to set Facebook Page URL. Were added comments to all options.</notes>
12
  <authors><author><name>Dmitry Poddubny</name><user>Magazento</user><email>magazento@gmail.com</email></author></authors>
13
  <date>2011-06-25</date>
14
- <time>17:23:22</time>
15
- <contents><target name="magecommunity"><dir name="Magazento"><dir name="Facebook"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="f4ba3832ead854e6072ec80f68a80726"/><file name="Font.php" hash="6ce9fbea979f02285201c25cbc0260c5"/><file name="Layout.php" hash="26360f206d212c8a0c0e599542c0ea58"/><file name="Size.php" hash="0309dde39015803207494f0b48f68902"/><file name="Type.php" hash="1442f1c92f340698c846efdad8d8ba17"/><file name="Verb.php" hash="09d1040546f39d5e23dc971534dce0f4"/></dir></dir></dir></dir></dir><dir name="Block"><file name="Developer.php" hash="64f326c09669b920a8222669bae786c1"/></dir><dir name="Helper"><file name="Data.php" hash="5695321065576db4feb4f5b716d661db"/></dir><dir name="etc"><file name="config.xml" hash="a8f782b45b53a318810076f4265dd9f6"/><file name="system.xml" hash="7a21bcdea73cf6e28f7c02a21442c914"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Facebook.xml" hash="eff07e7edbfd8f6c049bcca3073dbca3"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="facebook"><file name="fb.css" hash="cc56a91057a06413284ed11c63d725ea"/><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magazento_facebook.xml" hash="67b8632051a18fdb25994a8468b0e128"/></dir><dir name="template"><dir name="magazento"><dir name="facebook"><file name="activity.phtml" hash="d4278e04bad4122cd614e21ca361a5dd"/><file name="comments.phtml" hash="db21f3759a0b9a2293b103d1c05b0a58"/><file name="facepile.phtml" hash="0607dcae9706c735ebc0642f5edb4f62"/><file name="graph_like.phtml" hash="12a46d5ebe749228b11881c7ed4850c5"/><file name="graph_like_head.phtml" hash="bd12d493a1fe2831a8f88bc01dd6b4c2"/><file name="like.phtml" hash="8ca560d0bcd62a345974c904ec97ea40"/><file name="likebox.phtml" hash="174993da918b8498a2adfd4df5c66eb4"/><file name="livestream.phtml" hash="bb3ce7ee21ede8b808e50bf57d667d2e"/><file name="recommendations.phtml" hash="cf5e5741902673a2cdc3a930028afff7"/><file name="send.phtml" hash="7bac808819c9e11e4eae1ff4491dcbae"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magazento_Facebook_Widgets</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>All-In-One Facebook Widgets Integration</summary>
10
  <description>All-In-One Facebook Widgets Integration</description>
11
+ <notes>Facebook like button works properly. You can select recommend or like button, add send button. Send button allows to share product with image.</notes>
12
  <authors><author><name>Dmitry Poddubny</name><user>Magazento</user><email>magazento@gmail.com</email></author></authors>
13
  <date>2011-06-25</date>
14
+ <time>20:38:04</time>
15
+ <contents><target name="magecommunity"><dir name="Magazento"><dir name="Facebook"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="f4ba3832ead854e6072ec80f68a80726"/><file name="Font.php" hash="6ce9fbea979f02285201c25cbc0260c5"/><file name="Layout.php" hash="26360f206d212c8a0c0e599542c0ea58"/><file name="Size.php" hash="0309dde39015803207494f0b48f68902"/><file name="Type.php" hash="1442f1c92f340698c846efdad8d8ba17"/><file name="Verb.php" hash="09d1040546f39d5e23dc971534dce0f4"/></dir></dir></dir></dir></dir><dir name="Block"><file name="Developer.php" hash="64f326c09669b920a8222669bae786c1"/></dir><dir name="Helper"><file name="Data.php" hash="5695321065576db4feb4f5b716d661db"/></dir><dir name="etc"><file name="config.xml" hash="f4fe375efa0af146c0670bff6bef9d32"/><file name="system.xml" hash="19de571f5b0b87bc39566cad76540ced"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Facebook.xml" hash="eff07e7edbfd8f6c049bcca3073dbca3"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="facebook"><file name="fb.css" hash="cc56a91057a06413284ed11c63d725ea"/><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magazento_facebook.xml" hash="9af5310110e413209561b7f88429ac0a"/></dir><dir name="template"><dir name="magazento"><dir name="facebook"><file name="activity.phtml" hash="d4278e04bad4122cd614e21ca361a5dd"/><file name="comments.phtml" hash="db21f3759a0b9a2293b103d1c05b0a58"/><file name="facepile.phtml" hash="0607dcae9706c735ebc0642f5edb4f62"/><file name="like.phtml" hash="1cf9c203918cb567c230ffc18825436b"/><file name="likebox.phtml" hash="174993da918b8498a2adfd4df5c66eb4"/><file name="livestream.phtml" hash="bb3ce7ee21ede8b808e50bf57d667d2e"/><file name="opengraphtags.phtml" hash="c9a2ad18ca022c901d5057158912041b"/><file name="recommendations.phtml" hash="cf5e5741902673a2cdc3a930028afff7"/><file name="send.phtml" hash="7bac808819c9e11e4eae1ff4491dcbae"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>