ClipVilla_Video_Producer - Version 1.0.1

Version Notes

initial release

license key is required for video rendering
(key: test)

The video rendering process is run by a 1-minute cronjob.

Compatible with Magento Community 1.7.x and higher

Download this release

Release Info

Developer Jens Neumann
Extension ClipVilla_Video_Producer
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/design/frontend/base/default/template/clipvilla/videos.phtml CHANGED
@@ -17,108 +17,6 @@
17
  * @see ClipVilla_MorI_Block_Videos
18
  */
19
  ?>
20
- <?php if (Mage::registry('current_product')->getId() == 423) { ?>
21
-
22
- <div itemscope itemtype="http://schema.org/VideoObject" style="max-width: 585px">
23
- <meta itemprop="name" content="<?php echo $this->getMetaTitle(); ?>">
24
- <meta itemprop="description" content="<?php echo $this->getMetaDescription(); ?>">
25
- <meta itemprop="thumbnailUrl" content="<?php echo $this->getImageUrl(); ?>">
26
- <meta itemprop="contentUrl" content="<?php echo $this->getVideoFile(); ?>">
27
- <meta itemprop="duration" content="<?php echo $this->getVideoDuration(); ?>">
28
- <meta itemprop="uploadDate" content="<?php echo $this->getCreationDate(); ?>">
29
- <video id="product_video" class="video-js vjs-default-skin vjs-big-play-centered"
30
- controls preload="auto" width="auto" height="auto" data-setup='{}' />
31
- <source src="http://clipvilla.55.test-dmz-s1-nsd.neusta.de/media/clipvilla/videos/maxi.mp4" type='video/mp4' />
32
- </video>
33
- </div>
34
-
35
- <?php } ?>
36
-
37
- <?php if (Mage::registry('current_product')->getId() == 888) { ?>
38
-
39
- <div itemscope itemtype="http://schema.org/VideoObject" style="max-width: 585px">
40
- <meta itemprop="name" content="<?php echo $this->getMetaTitle(); ?>">
41
- <meta itemprop="description" content="<?php echo $this->getMetaDescription(); ?>">
42
- <meta itemprop="thumbnailUrl" content="<?php echo $this->getImageUrl(); ?>">
43
- <meta itemprop="contentUrl" content="<?php echo $this->getVideoFile(); ?>">
44
- <meta itemprop="duration" content="<?php echo $this->getVideoDuration(); ?>">
45
- <meta itemprop="uploadDate" content="<?php echo $this->getCreationDate(); ?>">
46
- <video id="product_video" class="video-js vjs-default-skin vjs-big-play-centered"
47
- controls preload="auto" width="auto" height="auto" data-setup='{}' />
48
- <source src="http://clipvilla.55.test-dmz-s1-nsd.neusta.de/media/clipvilla/videos/electronics.mp4" type='video/mp4' />
49
- </video>
50
- </div>
51
-
52
- <?php } ?>
53
-
54
- <?php if (Mage::registry('current_product')->getId() == 414) { ?>
55
-
56
- <div itemscope itemtype="http://schema.org/VideoObject" style="max-width: 585px">
57
- <meta itemprop="name" content="<?php echo $this->getMetaTitle(); ?>">
58
- <meta itemprop="description" content="<?php echo $this->getMetaDescription(); ?>">
59
- <meta itemprop="thumbnailUrl" content="<?php echo $this->getImageUrl(); ?>">
60
- <meta itemprop="contentUrl" content="<?php echo $this->getVideoFile(); ?>">
61
- <meta itemprop="duration" content="<?php echo $this->getVideoDuration(); ?>">
62
- <meta itemprop="uploadDate" content="<?php echo $this->getCreationDate(); ?>">
63
- <video id="product_video" class="video-js vjs-default-skin vjs-big-play-centered"
64
- controls preload="auto" width="auto" height="auto" data-setup='{}' />
65
- <source src="http://clipvilla.55.test-dmz-s1-nsd.neusta.de/media/clipvilla/videos/fashionMan.mp4" type='video/mp4' />
66
- </video>
67
- </div>
68
-
69
- <?php } ?>
70
-
71
- <?php if (Mage::registry('current_product')->getId() == 418) { ?>
72
-
73
- <div itemscope itemtype="http://schema.org/VideoObject" style="max-width: 585px">
74
- <meta itemprop="name" content="<?php echo $this->getMetaTitle(); ?>">
75
- <meta itemprop="description" content="<?php echo $this->getMetaDescription(); ?>">
76
- <meta itemprop="thumbnailUrl" content="<?php echo $this->getImageUrl(); ?>">
77
- <meta itemprop="contentUrl" content="<?php echo $this->getVideoFile(); ?>">
78
- <meta itemprop="duration" content="<?php echo $this->getVideoDuration(); ?>">
79
- <meta itemprop="uploadDate" content="<?php echo $this->getCreationDate(); ?>">
80
- <video id="product_video" class="video-js vjs-default-skin vjs-big-play-centered"
81
- controls preload="auto" width="auto" height="auto" data-setup='{}' />
82
- <source src="http://clipvilla.55.test-dmz-s1-nsd.neusta.de/media/clipvilla/videos/fashionWoman.mp4" type='video/mp4' />
83
- </video>
84
- </div>
85
-
86
- <?php } ?>
87
-
88
- <?php if (Mage::registry('current_product')->getId() == 447) { ?>
89
-
90
- <div itemscope itemtype="http://schema.org/VideoObject" style="max-width: 585px">
91
- <meta itemprop="name" content="<?php echo $this->getMetaTitle(); ?>">
92
- <meta itemprop="description" content="<?php echo $this->getMetaDescription(); ?>">
93
- <meta itemprop="thumbnailUrl" content="<?php echo $this->getImageUrl(); ?>">
94
- <meta itemprop="contentUrl" content="<?php echo $this->getVideoFile(); ?>">
95
- <meta itemprop="duration" content="<?php echo $this->getVideoDuration(); ?>">
96
- <meta itemprop="uploadDate" content="<?php echo $this->getCreationDate(); ?>">
97
- <video id="product_video" class="video-js vjs-default-skin vjs-big-play-centered"
98
- controls preload="auto" width="auto" height="auto" data-setup='{}' />
99
- <source src="http://clipvilla.55.test-dmz-s1-nsd.neusta.de/media/clipvilla/videos/sale.mp4" type='video/mp4' />
100
- </video>
101
- </div>
102
-
103
- <?php } ?>
104
-
105
-
106
- <?php if (Mage::registry('current_product')->getId() == 375) { ?>
107
-
108
- <div itemscope itemtype="http://schema.org/VideoObject" style="max-width: 585px">
109
- <meta itemprop="name" content="<?php echo $this->getMetaTitle(); ?>">
110
- <meta itemprop="description" content="<?php echo $this->getMetaDescription(); ?>">
111
- <meta itemprop="thumbnailUrl" content="<?php echo $this->getImageUrl(); ?>">
112
- <meta itemprop="contentUrl" content="<?php echo $this->getVideoFile(); ?>">
113
- <meta itemprop="duration" content="<?php echo $this->getVideoDuration(); ?>">
114
- <meta itemprop="uploadDate" content="<?php echo $this->getCreationDate(); ?>">
115
- <video id="product_video" class="video-js vjs-default-skin vjs-big-play-centered"
116
- controls preload="auto" width="auto" height="auto" data-setup='{}' />
117
- <source src="http://clipvilla.55.test-dmz-s1-nsd.neusta.de/media/clipvilla/videos/circles.mp4" type='video/mp4' />
118
- </video>
119
- </div>
120
-
121
- <?php } ?>
122
 
123
  <?php if($this->videoExists()): ?>
124
  <div itemscope itemtype="http://schema.org/VideoObject" style="max-width: 585px">
17
  * @see ClipVilla_MorI_Block_Videos
18
  */
19
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  <?php if($this->videoExists()): ?>
22
  <div itemscope itemtype="http://schema.org/VideoObject" style="max-width: 585px">
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ClipVilla_Video_Producer</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/quick-guide-gplv3.html.en">GNU General Public License (GPLv3)</license>
7
  <channel>community</channel>
@@ -31,8 +31,8 @@ The video rendering process is run by a 1-minute cronjob.&#xD;
31
  Compatible with Magento Community 1.7.x and higher</notes>
32
  <authors><author><name>Jens Neumann</name><user>ClipVilla</user><email>sales@clipvilla.de</email></author></authors>
33
  <date>2014-12-02</date>
34
- <time>11:08:34</time>
35
- <contents><target name="magecommunity"><dir name="ClipVilla"><dir name="MorI"><dir name="Block"><dir name="Adminhtml"><file name="Info.php" hash="11a9ab957bd9af56ae251dc945dbf3f7"/><dir name="ManageVideos"><file name="Grid.php" hash="93bfe2440cc536531526830ff2175a89"/><file name="Popup.php" hash="eb4f3e57c4259cc4aa4f72900eaca2c5"/><dir name="Renderer"><file name="Popup.php" hash="79c2b58afefe0156d515a75c3871bab2"/><file name="Status.php" hash="d5777204eaba4771e748ab82919ff8ad"/><file name="TemplateName.php" hash="98a967e4a0acdc0d3faea263048c309e"/></dir></dir><file name="ManageVideos.php" hash="6f3f816e54806d1de9fc9d1609a62a64"/><file name="Notifications.php" hash="3568e554b60f0e7778531c09812bcec0"/></dir><file name="Videos.php" hash="f387bfc9fa7a7fa5ce60c4b535cf81bf"/></dir><dir name="Helper"><file name="Data.php" hash="7e891ee7e40302da18e12badeb34fada"/><file name="Path.php" hash="eca3738f9a85e0e4155669a1a8ba1125"/></dir><dir name="Model"><dir name="Executer"><file name="Mori.php" hash="8d84c2568f424599e4421e49e3de15c0"/></dir><file name="File.php" hash="a0f923e1c18ad99f2c52c5139b25355a"/><file name="Indexer.php" hash="4e433ef08c72723fe4716c5b8134d329"/><file name="Mail.php" hash="3ddc3d6c3bfb53bf4e374da84e6180c4"/><dir name="Observer"><file name="DefaultValues.php" hash="2015887e0a0522c036957eab24d0fb99"/><file name="MassAction.php" hash="52c8c50369ec39a0fe875e0ef7191a62"/><file name="ProductEditForm.php" hash="c81f34c776c8690d4f2d3c2cba84e09f"/><file name="VideoData.php" hash="7053a67170887e10244bf722410d6396"/></dir><dir name="Resource"><dir name="Stack"><file name="Collection.php" hash="49f4f482f216822d06eb240b6e2549c2"/></dir><file name="Stack.php" hash="26843f9a7dc4a97dd9343bcda6c52dec"/><dir name="Videos"><file name="Collection.php" hash="e7026670ce5e228f9465a9931209164d"/></dir><file name="Videos.php" hash="544d4daffa2673042d2bf1a44042608c"/></dir><dir name="Sitemap"><file name="Video.php" hash="d5b4aada440d3b732592304232c45d4c"/></dir><file name="Stack.php" hash="e3be25e698b6c03bc4da961a9ec38710"/><dir name="System"><dir name="Attribute"><dir name="Source"><file name="Provider.php" hash="eca6a4d1138eebab2322abe44be051ba"/></dir></dir><dir name="Config"><dir name="Source"><file name="TemplateSelect.php" hash="f0e6337d9aac5fcef9b64fa88a167fba"/></dir></dir></dir><file name="VideoCron.php" hash="b1ddf0c49abf0075ec33ce0be24faf28"/><file name="Videos.php" hash="5222e27c5194bce5808305c94175f0dd"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ManageVideosController.php" hash="22ca1253720cc21a9ca0a6e5c97bc32c"/><file name="VideoController.php" hash="f4960f316ca4c6e68d3a9be2297d0bb4"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="25bee954b42943d1717337bd1b3dadb0"/><file name="config.xml" hash="8c225b02edb1dd5e73a0386b46549145"/><file name="mapping.xml" hash="13dfe4dcd8ac3c317608920a4c5d4d6f"/><file name="system.xml" hash="ce0c307a5dfadc4662e1ca4463981870"/></dir><dir name="sql"><dir name="clipvilla_mori_setup"><file name="install-0.1.0.php" hash="f4dbc3569ef52f5ce699b31ad363844b"/><file name="upgrade-0.1.0-0.2.0.php" hash="8b7455e17037e34a5262a50bf943f05e"/><file name="upgrade-0.2.0-0.3.0.php" hash="1f2ede694d1c6dc45f7b449cca933a86"/><file name="upgrade-0.3.0-1.0.0.php" hash="af1aefba7c9f93f21df70373f554e4ca"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ClipVilla_MorI.xml" hash="d74c4a55b43b9f0d1858502516bc70dd"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="clipvilla.xml" hash="e5a53b3cc2f354dac840afeac3004073"/></dir><dir name="template"><dir name="clipvilla"><file name="information.phtml" hash="5b8ee74aa47867dae65b4e772e9b5abe"/><file name="notifications.phtml" hash="c9e7de78d27d87e5807b491167a9bd1b"/><file name="popup.phtml" hash="8faba37c154ce9268d167e6b6bdc61a9"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="clipvilla.xml" hash="6c97edc988b4bdc7004272e7e7928783"/></dir><dir name="template"><dir name="clipvilla"><file name="videos.phtml" hash="07adcbe51b0ee4d0e9aa35e3e46600d4"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="clipvilla.html" hash="5cd448e6d7b204c4bb90045dc010908e"/></dir></dir></dir></target><target name="magemedia"><dir name="clipvilla"><dir name="videos"><file name="clipvillalogo.png" hash="fb17314a8aec4137d5c51e30e8b01e78"/></dir></dir></target><target name="mage"><dir name="js"><dir name="clipvilla"><file name="popup.js" hash="4a9b4041fb717a2dbe0b62d0446806df"/><dir name="video-js"><dir name="font"><file name="vjs.eot" hash="062f06670a3b82ffb0732701c9d1e098"/><file name="vjs.svg" hash="17371a8f614b03b01b31a94d43cab2c4"/><file name="vjs.ttf" hash="0bfbb17e6e700d4815bc405d9fb8d65a"/><file name="vjs.woff" hash="6f37d5f587a44bff46a3d73546f20885"/></dir><dir name="lang"><file name="de.js" hash="fb573755ec207bc7df3b58c834f5bd93"/><file name="es.js" hash="49e8045c13c15e43c83e4c4f7bc7fe8e"/><file name="fr.js" hash="d09213dfb6fc6299ef7e72f0a9488a04"/><file name="it.js" hash="3534a7f02ad8478d544005f1bca4d882"/><file name="ja.js" hash="4b63ef305a1949c79bd3182fb08c455d"/><file name="ko.js" hash="9902b8850949bada295bea73797ac8c4"/><file name="nl.js" hash="84bc9ffa48d885823dd78337c3f708db"/><file name="pt-BR.js" hash="a8cd33f9584d240fba77c670a89e1c18"/><file name="ru.js" hash="0fbad4dd107ec5ea6efebaac905d41d7"/><file name="uk.js" hash="29787f2a551f5faa311643229eab69ef"/></dir><file name="video-js.css" hash="e1d509edbea396a1d429b59526916fc4"/><file name="video.js" hash="e28ac0edecccb3f12fdfa0a65baf21e3"/></dir></dir></dir></target></contents>
36
  <compatible/>
37
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
38
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ClipVilla_Video_Producer</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/quick-guide-gplv3.html.en">GNU General Public License (GPLv3)</license>
7
  <channel>community</channel>
31
  Compatible with Magento Community 1.7.x and higher</notes>
32
  <authors><author><name>Jens Neumann</name><user>ClipVilla</user><email>sales@clipvilla.de</email></author></authors>
33
  <date>2014-12-02</date>
34
+ <time>12:52:50</time>
35
+ <contents><target name="magecommunity"><dir name="ClipVilla"><dir name="MorI"><dir name="Block"><dir name="Adminhtml"><file name="Info.php" hash="11a9ab957bd9af56ae251dc945dbf3f7"/><dir name="ManageVideos"><file name="Grid.php" hash="93bfe2440cc536531526830ff2175a89"/><file name="Popup.php" hash="eb4f3e57c4259cc4aa4f72900eaca2c5"/><dir name="Renderer"><file name="Popup.php" hash="79c2b58afefe0156d515a75c3871bab2"/><file name="Status.php" hash="d5777204eaba4771e748ab82919ff8ad"/><file name="TemplateName.php" hash="98a967e4a0acdc0d3faea263048c309e"/></dir></dir><file name="ManageVideos.php" hash="6f3f816e54806d1de9fc9d1609a62a64"/><file name="Notifications.php" hash="3568e554b60f0e7778531c09812bcec0"/></dir><file name="Videos.php" hash="f387bfc9fa7a7fa5ce60c4b535cf81bf"/></dir><dir name="Helper"><file name="Data.php" hash="7e891ee7e40302da18e12badeb34fada"/><file name="Path.php" hash="eca3738f9a85e0e4155669a1a8ba1125"/></dir><dir name="Model"><dir name="Executer"><file name="Mori.php" hash="8d84c2568f424599e4421e49e3de15c0"/></dir><file name="File.php" hash="a0f923e1c18ad99f2c52c5139b25355a"/><file name="Indexer.php" hash="4e433ef08c72723fe4716c5b8134d329"/><file name="Mail.php" hash="3ddc3d6c3bfb53bf4e374da84e6180c4"/><dir name="Observer"><file name="DefaultValues.php" hash="2015887e0a0522c036957eab24d0fb99"/><file name="MassAction.php" hash="52c8c50369ec39a0fe875e0ef7191a62"/><file name="ProductEditForm.php" hash="c81f34c776c8690d4f2d3c2cba84e09f"/><file name="VideoData.php" hash="7053a67170887e10244bf722410d6396"/></dir><dir name="Resource"><dir name="Stack"><file name="Collection.php" hash="49f4f482f216822d06eb240b6e2549c2"/></dir><file name="Stack.php" hash="26843f9a7dc4a97dd9343bcda6c52dec"/><dir name="Videos"><file name="Collection.php" hash="e7026670ce5e228f9465a9931209164d"/></dir><file name="Videos.php" hash="544d4daffa2673042d2bf1a44042608c"/></dir><dir name="Sitemap"><file name="Video.php" hash="d5b4aada440d3b732592304232c45d4c"/></dir><file name="Stack.php" hash="e3be25e698b6c03bc4da961a9ec38710"/><dir name="System"><dir name="Attribute"><dir name="Source"><file name="Provider.php" hash="eca6a4d1138eebab2322abe44be051ba"/></dir></dir><dir name="Config"><dir name="Source"><file name="TemplateSelect.php" hash="f0e6337d9aac5fcef9b64fa88a167fba"/></dir></dir></dir><file name="VideoCron.php" hash="b1ddf0c49abf0075ec33ce0be24faf28"/><file name="Videos.php" hash="5222e27c5194bce5808305c94175f0dd"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ManageVideosController.php" hash="22ca1253720cc21a9ca0a6e5c97bc32c"/><file name="VideoController.php" hash="f4960f316ca4c6e68d3a9be2297d0bb4"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="25bee954b42943d1717337bd1b3dadb0"/><file name="config.xml" hash="8c225b02edb1dd5e73a0386b46549145"/><file name="mapping.xml" hash="13dfe4dcd8ac3c317608920a4c5d4d6f"/><file name="system.xml" hash="ce0c307a5dfadc4662e1ca4463981870"/></dir><dir name="sql"><dir name="clipvilla_mori_setup"><file name="install-0.1.0.php" hash="f4dbc3569ef52f5ce699b31ad363844b"/><file name="upgrade-0.1.0-0.2.0.php" hash="8b7455e17037e34a5262a50bf943f05e"/><file name="upgrade-0.2.0-0.3.0.php" hash="1f2ede694d1c6dc45f7b449cca933a86"/><file name="upgrade-0.3.0-1.0.0.php" hash="af1aefba7c9f93f21df70373f554e4ca"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ClipVilla_MorI.xml" hash="d74c4a55b43b9f0d1858502516bc70dd"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="clipvilla.xml" hash="e5a53b3cc2f354dac840afeac3004073"/></dir><dir name="template"><dir name="clipvilla"><file name="information.phtml" hash="5b8ee74aa47867dae65b4e772e9b5abe"/><file name="notifications.phtml" hash="c9e7de78d27d87e5807b491167a9bd1b"/><file name="popup.phtml" hash="8faba37c154ce9268d167e6b6bdc61a9"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="clipvilla.xml" hash="6c97edc988b4bdc7004272e7e7928783"/></dir><dir name="template"><dir name="clipvilla"><file name="videos.phtml" hash="4620e9db31296fc43a4f9994c4d2abfe"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><file name="clipvilla.html" hash="5cd448e6d7b204c4bb90045dc010908e"/></dir></dir></dir></target><target name="magemedia"><dir name="clipvilla"><dir name="videos"><file name="clipvillalogo.png" hash="fb17314a8aec4137d5c51e30e8b01e78"/></dir></dir></target><target name="mage"><dir name="js"><dir name="clipvilla"><file name="popup.js" hash="4a9b4041fb717a2dbe0b62d0446806df"/><dir name="video-js"><dir name="font"><file name="vjs.eot" hash="062f06670a3b82ffb0732701c9d1e098"/><file name="vjs.svg" hash="17371a8f614b03b01b31a94d43cab2c4"/><file name="vjs.ttf" hash="0bfbb17e6e700d4815bc405d9fb8d65a"/><file name="vjs.woff" hash="6f37d5f587a44bff46a3d73546f20885"/></dir><dir name="lang"><file name="de.js" hash="fb573755ec207bc7df3b58c834f5bd93"/><file name="es.js" hash="49e8045c13c15e43c83e4c4f7bc7fe8e"/><file name="fr.js" hash="d09213dfb6fc6299ef7e72f0a9488a04"/><file name="it.js" hash="3534a7f02ad8478d544005f1bca4d882"/><file name="ja.js" hash="4b63ef305a1949c79bd3182fb08c455d"/><file name="ko.js" hash="9902b8850949bada295bea73797ac8c4"/><file name="nl.js" hash="84bc9ffa48d885823dd78337c3f708db"/><file name="pt-BR.js" hash="a8cd33f9584d240fba77c670a89e1c18"/><file name="ru.js" hash="0fbad4dd107ec5ea6efebaac905d41d7"/><file name="uk.js" hash="29787f2a551f5faa311643229eab69ef"/></dir><file name="video-js.css" hash="e1d509edbea396a1d429b59526916fc4"/><file name="video.js" hash="e28ac0edecccb3f12fdfa0a65baf21e3"/></dir></dir></dir></target></contents>
36
  <compatible/>
37
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
38
  </package>