Version Notes
Fixing Magento Connect installation problem
Download this release
Release Info
Developer | Agli Panci |
Extension | cf-cache-purge |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- app/code/community/DM/Cloudflare/Model/Observer.php +0 -0
- app/code/community/DM/Cloudflare/Model/cloudflare.php +0 -0
- app/code/community/DM/Cloudflare/controllers/Adminhtml/ClearapcController.php +0 -0
- app/code/community/DM/Cloudflare/etc/config.xml +1 -1
- app/code/community/DM/Cloudflare/etc/system.xml +0 -0
- app/etc/modules/DM_Cloudflare.xml +0 -0
- package.xml +7 -7
app/code/community/DM/Cloudflare/Model/Observer.php
CHANGED
File without changes
|
app/code/community/DM/Cloudflare/Model/cloudflare.php
CHANGED
File without changes
|
app/code/community/DM/Cloudflare/controllers/Adminhtml/ClearapcController.php
CHANGED
File without changes
|
app/code/community/DM/Cloudflare/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<DM_Cloudflare>
|
5 |
-
<version>1.0.
|
6 |
</DM_Cloudflare>
|
7 |
</modules>
|
8 |
<admin>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<DM_Cloudflare>
|
5 |
+
<version>1.0.2</version>
|
6 |
</DM_Cloudflare>
|
7 |
</modules>
|
8 |
<admin>
|
app/code/community/DM/Cloudflare/etc/system.xml
CHANGED
File without changes
|
app/etc/modules/DM_Cloudflare.xml
CHANGED
File without changes
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>cf-cache-purge</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integrate CloudFlare with Magento. Purge Cloudflare cache directly from Mangeto Cache Management.</summary>
|
10 |
<description>You don't need anymore to go to your Cloudflare account every time you needed to purge your cache because you made some changes on your Magento site. By using this extension you can Purge Cloudflare cache directly from Mangeto Cache Management.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Agli Panci</name><user>aglipanci</user><email>agli.panci@gmail.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="DM"><dir name="Cloudflare"><dir name="Model"><file name="Observer.php" hash="e9afbdeffd398c585cbfad39a2561c07"/><file name="cloudflare.php" hash="020a9a8f92d0b5cd31f6a548f7a96750"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ClearapcController.php" hash="3785c9e3df99cbaf14ae012de534baa7"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>cf-cache-purge</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integrate CloudFlare with Magento. Purge Cloudflare cache directly from Mangeto Cache Management.</summary>
|
10 |
<description>You don't need anymore to go to your Cloudflare account every time you needed to purge your cache because you made some changes on your Magento site. By using this extension you can Purge Cloudflare cache directly from Mangeto Cache Management.</description>
|
11 |
+
<notes>Fixing Magento Connect installation problem</notes>
|
12 |
<authors><author><name>Agli Panci</name><user>aglipanci</user><email>agli.panci@gmail.com</email></author></authors>
|
13 |
+
<date>2014-04-09</date>
|
14 |
+
<time>20:05:48</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="DM"><dir name="Cloudflare"><dir name="Model"><file name="Observer.php" hash="e9afbdeffd398c585cbfad39a2561c07"/><file name="cloudflare.php" hash="020a9a8f92d0b5cd31f6a548f7a96750"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ClearapcController.php" hash="3785c9e3df99cbaf14ae012de534baa7"/></dir></dir><dir name="etc"><file name="config.xml" hash="cee6681e422fbf1ee32da3ebe2ad89fd"/><file name="system.xml" hash="ffdfd2f9fa1271190fa73a7160151544"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DM_Cloudflare.xml" hash="8702fd1338e94aabb3b091144a96bc0d"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>5.5.11</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min/><max/></package><extension><name>curl</name><min/><max/></extension></required></dependencies>
|
18 |
</package>
|