Version Notes
First release - fully tested and compatible with the Community Versions 1.6.x - 1.9.x.
Download this release
Release Info
Developer | Alexander Kitov |
Extension | Perpetto_Perpetto |
Version | 1.0.0 |
Comparing to | |
See all releases |
Code changes from version 0.3.0 to 1.0.0
- app/code/community/Perpetto/Perpetto/Block/Adminhtml/System/Config/Form/Account.php +1 -1
- app/code/community/Perpetto/Perpetto/Block/Adminhtml/System/Config/Form/Campaigns.php +1 -1
- app/code/community/Perpetto/Perpetto/Block/Adminhtml/System/Config/Form/Header.php +1 -1
- app/code/community/Perpetto/Perpetto/Block/Adminhtml/System/Config/Form/Recommendations.php +1 -1
- app/code/community/Perpetto/Perpetto/etc/config.xml +1 -1
- app/design/adminhtml/default/default/template/perpetto/{adminhtml/system/config → config}/form/account.phtml +0 -0
- app/design/adminhtml/default/default/template/perpetto/{adminhtml/system/config → config}/form/campaigns.phtml +0 -0
- app/design/adminhtml/default/default/template/perpetto/{adminhtml/system/config → config}/form/header.phtml +0 -0
- app/design/adminhtml/default/default/template/perpetto/{adminhtml/system/config → config}/form/recommendations.phtml +0 -0
- package.xml +8 -8
app/code/community/Perpetto/Perpetto/Block/Adminhtml/System/Config/Form/Account.php
CHANGED
@@ -12,7 +12,7 @@ class Perpetto_Perpetto_Block_Adminhtml_System_Config_Form_Account extends Perpe
|
|
12 |
{
|
13 |
parent::_construct();
|
14 |
|
15 |
-
$this->setTemplate('perpetto/
|
16 |
}
|
17 |
|
18 |
/**
|
12 |
{
|
13 |
parent::_construct();
|
14 |
|
15 |
+
$this->setTemplate('perpetto/config/form/account.phtml');
|
16 |
}
|
17 |
|
18 |
/**
|
app/code/community/Perpetto/Perpetto/Block/Adminhtml/System/Config/Form/Campaigns.php
CHANGED
@@ -17,7 +17,7 @@ class Perpetto_Perpetto_Block_Adminhtml_System_Config_Form_Campaigns extends Per
|
|
17 |
{
|
18 |
parent::_construct();
|
19 |
|
20 |
-
$this->setTemplate('perpetto/
|
21 |
|
22 |
// @TODO: calls the API every time
|
23 |
try {
|
17 |
{
|
18 |
parent::_construct();
|
19 |
|
20 |
+
$this->setTemplate('perpetto/config/form/campaigns.phtml');
|
21 |
|
22 |
// @TODO: calls the API every time
|
23 |
try {
|
app/code/community/Perpetto/Perpetto/Block/Adminhtml/System/Config/Form/Header.php
CHANGED
@@ -14,7 +14,7 @@ class Perpetto_Perpetto_Block_Adminhtml_System_Config_Form_Header extends Mage_A
|
|
14 |
public function _construct()
|
15 |
{
|
16 |
parent::_construct();
|
17 |
-
$this->setTemplate('perpetto/
|
18 |
}
|
19 |
|
20 |
/**
|
14 |
public function _construct()
|
15 |
{
|
16 |
parent::_construct();
|
17 |
+
$this->setTemplate('perpetto/config/form/header.phtml');
|
18 |
}
|
19 |
|
20 |
/**
|
app/code/community/Perpetto/Perpetto/Block/Adminhtml/System/Config/Form/Recommendations.php
CHANGED
@@ -17,7 +17,7 @@ class Perpetto_Perpetto_Block_Adminhtml_System_Config_Form_Recommendations exten
|
|
17 |
{
|
18 |
parent::_construct();
|
19 |
|
20 |
-
$this->setTemplate('perpetto/
|
21 |
}
|
22 |
|
23 |
/**
|
17 |
{
|
18 |
parent::_construct();
|
19 |
|
20 |
+
$this->setTemplate('perpetto/config/form/recommendations.phtml');
|
21 |
}
|
22 |
|
23 |
/**
|
app/code/community/Perpetto/Perpetto/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Perpetto_Perpetto>
|
5 |
-
<version>0.
|
6 |
</Perpetto_Perpetto>
|
7 |
</modules>
|
8 |
<admin>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Perpetto_Perpetto>
|
5 |
+
<version>1.0.0</version>
|
6 |
</Perpetto_Perpetto>
|
7 |
</modules>
|
8 |
<admin>
|
app/design/adminhtml/default/default/template/perpetto/{adminhtml/system/config → config}/form/account.phtml
RENAMED
File without changes
|
app/design/adminhtml/default/default/template/perpetto/{adminhtml/system/config → config}/form/campaigns.phtml
RENAMED
File without changes
|
app/design/adminhtml/default/default/template/perpetto/{adminhtml/system/config → config}/form/header.phtml
RENAMED
File without changes
|
app/design/adminhtml/default/default/template/perpetto/{adminhtml/system/config → config}/form/recommendations.phtml
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Perpetto_Perpetto</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="https://
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Alexander Kitov</name><user>Perpetto135</user><email>alex@perpetto.com</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>13:
|
15 |
-
<contents><target name="magecommunity"><dir name="Perpetto"><dir name="Perpetto"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Abstract.php" hash="dd49c3c870ac168368fc31c319b4bb36"/><file name="Account.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.3</min><max>8.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Perpetto_Perpetto</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="https://www.perpetto.com/terms/">Perpetto Terms of Use</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>The Perpetto integration module for Magento 1</summary>
|
10 |
+
<description>Boost your revenue and retention with Predictive Recommendations and Automated 1:1 Emails in one solution.</description>
|
11 |
+
<notes>First release - fully tested and compatible with the Community Versions 1.6.x - 1.9.x.</notes>
|
12 |
<authors><author><name>Alexander Kitov</name><user>Perpetto135</user><email>alex@perpetto.com</email></author></authors>
|
13 |
+
<date>2016-09-10</date>
|
14 |
+
<time>13:55:40</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Perpetto_Perpetto.xml" hash="41894aacd62084ffb2b02e0eae5c88f1"/></dir></target><target name="magecommunity"><dir name="Perpetto"><dir name="Perpetto"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Abstract.php" hash="dd49c3c870ac168368fc31c319b4bb36"/><file name="Account.php" hash="47ba3d4afee14a603c78e549447c7f9f"/><file name="Campaigns.php" hash="409122d7255da84acfab4851bc8b8702"/><file name="Header.php" hash="378b2f21e39bbb87c6814adeffd55ada"/><file name="Recommendations.php" hash="85fcc94343263f2b914c90142443c7b9"/></dir></dir></dir></dir><file name="Recommendations.php" hash="7018abbfb8f67e00d804d955706c150d"/><dir name="Service"><file name="Cart.php" hash="2a7737c2fc58cf9f525ac478b2984269"/><file name="Category.php" hash="87dfb8c2663afcb89d257c81fd15ac5a"/><file name="Product.php" hash="0c5608d50dc5775946dd7cdac1c50fb3"/><file name="Success.php" hash="fade7f991f2fd66ea548513c878a3c31"/><file name="User.php" hash="3ecc91d4905691d82791c5d1dc82dae7"/></dir></dir><dir name="Controller"><file name="Action.php" hash="1b8c66780b294c4d962102b092bd7207"/></dir><file name="Exception.php" hash="3dcd48e3f0bc3aea2aac8487a8289877"/><dir name="Helper"><file name="Api.php" hash="241e375484d5bc01c3e54f2558d5e4d0"/><file name="Catalog.php" hash="5924f9121d329d27761db49822ef3bcb"/><file name="Data.php" hash="fee0bcd2243a584c14985ce127fbdbe3"/><file name="Url.php" hash="1cf99bf10618a1e7cb4efe24c760e709"/><file name="Widget.php" hash="7c8a2b5881fa7b160358e90f81ba170b"/></dir><dir name="Model"><file name="Observer.php" hash="52b5418fe035f4feb40bf31c76e373bc"/><dir name="Resource"><dir name="Slot"><file name="Collection.php" hash="d7b1318bb3671f0aba9b811f0f6b717f"/></dir><file name="Slot.php" hash="3188ea05e2df4d1ede4cc59ff9382783"/></dir><file name="Slot.php" hash="c2957f48cb5a4d0692429077b7a82be8"/><dir name="Source"><file name="Slots.php" hash="d22b40006df74d1e56d1c7175e11d85d"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Perpetto"><file name="CampaignsController.php" hash="d36b4299d6f80e6aef9656c18a7c5d10"/></dir></dir><file name="OrdersController.php" hash="536ff23530876501aa3a1d3343bc5e65"/><file name="RecommendationsController.php" hash="d452a3146d0fb0912e68cebb483a66c8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3664637a6ff7ce79f1e2e85862e58e54"/><file name="config.xml" hash="928fb09fb55db357a0bf86d964e36326"/><file name="system.xml" hash="5a47205b884e3eb818e4e27e2a159a35"/><file name="widget.xml" hash="a58b58f6dbde4cb01d3ec6abc4d8e37d"/></dir><dir name="sql"><dir name="perpetto_setup"><file name="install-0.1.0.php" hash="77795322f494b492a6b659c15a81eff0"/></dir></dir></dir></dir></target><target name="magelib"><dir name="Perpetto"><file name="Client.php" hash="df2a1b76a202744b84123d0ec6e14a4f"/><file name="Exception.php" hash="e982bd6a09364adee95a69c3da31268f"/><file name="Product.php" hash="9b17da412af2861dd7fe8cded6034eec"/><file name="Response.php" hash="b4407a5f08a4bf617909fe7766238eed"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="perpetto.css" hash="72b0803faaaff91b4cc21c25f6208cbb"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="perpetto"><file name="perpetto.xml" hash="b9473fe700b37a27096d7a8cab331772"/></dir></dir><dir name="template"><dir name="perpetto"><file name="javascript-sdk.phtml" hash="3db6a3b3776b2a077c1291a4eeea9cca"/><file name="recommendations.phtml" hash="e9ce152c3e7ab9af41449b96defe4d01"/><dir name="service"><file name="category-page.phtml" hash="ab968dd4931fc9f3a287070e96adf9e8"/><file name="checkout-cart.phtml" hash="6c2105200877e9ae552960a6f511a833"/><file name="product-page.phtml" hash="330d21e8e5b225194e8162036dbe457d"/><file name="success-page.phtml" hash="e4021ae06985ca232dd7dfaea713ef8e"/><file name="user.phtml" hash="4730743e9afa00642ee812d1b6d40b55"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="perpetto"><dir name="config"><dir name="form"><file name="account.phtml" hash="2809a707e0ac7eec6122bef9edad4986"/><file name="campaigns.phtml" hash="8f00d976bd8d370f8252040135909ff3"/><file name="header.phtml" hash="c464bc62a0a7bfa9bab9c52515a12496"/><file name="recommendations.phtml" hash="ddc567f252dca3e369270eafbd02b254"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.3</min><max>8.0.0</max></php></required></dependencies>
|
18 |
</package>
|