Version Notes
Initial Release
Download this release
Release Info
Developer | Mage Fumo |
Extension | Fumo_Eclick |
Version | 1.0.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.0 to 1.0.0.1
- app/etc/modules/Fumo_Eclick.xml +28 -0
- package.xml +4 -4
app/etc/modules/Fumo_Eclick.xml
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/*
|
4 |
+
* Mage Fumo Eclick
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
* This source file is subject to the Mage Fumo EULA License which is bundled with
|
8 |
+
* this package in the files LICENSE.txt.
|
9 |
+
*
|
10 |
+
* DISCLAIMER
|
11 |
+
* It is strictly prohibited to copy, redistribute, republish or modify
|
12 |
+
* (in parts or whole) this file or any other file included in the same package.
|
13 |
+
*
|
14 |
+
* @category Service Integration Extension
|
15 |
+
* @package Fumo_Eclick
|
16 |
+
* @author Fumo 2014/12/15
|
17 |
+
* @copyright Copyright (c) 2008-2015 Mage Fumo. (http://http://mage.fu-mo.co.jp//)
|
18 |
+
* @license Mage Fumo EULA License
|
19 |
+
*/
|
20 |
+
-->
|
21 |
+
<config>
|
22 |
+
<modules>
|
23 |
+
<Fumo_Eclick>
|
24 |
+
<active>true</active>
|
25 |
+
<codePool>local</codePool>
|
26 |
+
</Fumo_Eclick>
|
27 |
+
</modules>
|
28 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fumo_Eclick</name>
|
4 |
-
<version>1.0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://mage.fu-mo.co.jp/license-agreement/">Mage Fumo EULA</license>
|
7 |
<channel>community</channel>
|
@@ -16,9 +16,9 @@ The extension offer several unique features such as:
|
|
16 |
- For Details of E-Click Affiliate Service : https://www.e-click.jp/advertisers.html (Japanese)</description>
|
17 |
<notes>Initial Release</notes>
|
18 |
<authors><author><name>Mage Fumo</name><user>MageFumo</user><email>mage@fu-mo.co.jp</email></author></authors>
|
19 |
-
<date>2015-10-
|
20 |
-
<time>
|
21 |
-
<contents><target name="mageetc"><dir name="
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.3.0</min><max>5.5.0</max></php></required></dependencies>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fumo_Eclick</name>
|
4 |
+
<version>1.0.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://mage.fu-mo.co.jp/license-agreement/">Mage Fumo EULA</license>
|
7 |
<channel>community</channel>
|
16 |
- For Details of E-Click Affiliate Service : https://www.e-click.jp/advertisers.html (Japanese)</description>
|
17 |
<notes>Initial Release</notes>
|
18 |
<authors><author><name>Mage Fumo</name><user>MageFumo</user><email>mage@fu-mo.co.jp</email></author></authors>
|
19 |
+
<date>2015-10-24</date>
|
20 |
+
<time>15:46:22</time>
|
21 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Fumo_Eclick.xml" hash="c5f2638b3e60a1ab13ae31d353b4a0e7"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="Fumo_Eclick.csv" hash="355214e98bcc1e64c26f2bb695433b0b"/></dir><dir name="ja_JP"><file name="Fumo_Eclick.csv" hash="9e5699126d1202de6ffd2521dbda83a7"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="fumo_eclick.xml" hash="92282095c312608341394bac2cc2ea5c"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="Fumo"><dir name="Eclick"><dir name="Block"><file name="Eclick.php" hash="53f902bd66adb48b0770dcaad2ef278b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6cb8c358dbb88e665a7b4cb4fb8344ee"/><file name="config.xml" hash="7ead237ae352df7a2ee2c303d5bbcc62"/><file name="system.xml" hash="9b4e7e2f24457e285da6c18b566434a4"/></dir><dir name="Helper"><file name="Data.php" hash="c536fa6346d8f2103b63bdf787a5ff56"/></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.3.0</min><max>5.5.0</max></php></required></dependencies>
|
24 |
</package>
|