PepperJamExchange - Version 1.0.1

Version Notes

X.commerce Fabric onboarding update.

Download this release

Release Info

Developer True Action PepperJam
Extension PepperJamExchange
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/TrueAction/PepperJam/Helper/Xfabric.php CHANGED
@@ -5,8 +5,6 @@
5
  * @copyright Copyright (c) 2012 True Action Network (http://www.trueaction.com)
6
  */
7
 
8
- <?php
9
-
10
  class TrueAction_PepperJam_Helper_XFabric extends Mage_Core_Helper_Data
11
  {
12
 
5
  * @copyright Copyright (c) 2012 True Action Network (http://www.trueaction.com)
6
  */
7
 
 
 
8
  class TrueAction_PepperJam_Helper_XFabric extends Mage_Core_Helper_Data
9
  {
10
 
app/code/community/TrueAction/PepperJam/etc/config.xml CHANGED
@@ -9,7 +9,7 @@
9
  <config>
10
  <modules>
11
  <TrueAction_PepperJam>
12
- <version>1.0.0</version>
13
  </TrueAction_PepperJam>
14
  </modules>
15
  <global>
9
  <config>
10
  <modules>
11
  <TrueAction_PepperJam>
12
+ <version>1.0.1</version>
13
  </TrueAction_PepperJam>
14
  </modules>
15
  <global>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>PepperJamExchange</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://media.trueaction.com/magento/LICENSE.TXT">GSI Commerce End User License Agreement</license>
7
  <channel>community</channel>
@@ -18,11 +18,11 @@
18
  &lt;li&gt;Scalable technology to support rapidly changing consumer shopping landscape&lt;/li&gt;&#xD;
19
  &lt;li&gt;Innovative product development and multi-channel solutions&lt;/li&gt;&#xD;
20
  &lt;/ul&gt;</description>
21
- <notes>Initial Release.</notes>
22
  <authors><author><name>True Action PepperJam</name><user>trueaction_pj</user><email>pepperjam@trueaction.com</email></author></authors>
23
- <date>2012-07-10</date>
24
- <time>22:51:44</time>
25
- <contents><target name="magecommunity"><dir name="TrueAction"><dir name="PepperJam"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><file name="View.php" hash="2a886a2f00c362b4fe8e72cefbeb94a2"/></dir></dir><dir name="System"><dir name="Form"><dir name="Renderer"><dir name="Config"><file name="HeadingComment.php" hash="c469f453c06aefdb32b943780e80e71b"/><file name="RegisterButton.php" hash="73a3173d145f2c77dd7ece6c7f3f21d0"/></dir></dir></dir></dir></dir><file name="Beacon.php" hash="a1ca59415bab1bb7d5133a03eed0c731"/></dir><dir name="Helper"><file name="Data.php" hash="56a3a7372eade5fd3735ca91445d1f3c"/><file name="Xfabric.php" hash="5ee028e6e5a00e300e217c2a959a0505"/></dir><file name="LICENSE.TXT" hash="90f4fc90c81a1ca036fad0087c9c7dee"/><dir name="Model"><dir name="Message"><file name="Order.php" hash="68ba41d89fb60dad57af8bb782886d41"/><file name="Shipment.php" hash="c93633cba746e6368a92c8b9d4ae0ca4"/></dir><file name="Observer.php" hash="78caba0c5c0716c90e7ccfff4d49b512"/><file name="Referral.php" hash="d18fcb550dd7a6b5ed11979d0c63cc81"/><dir name="Resource"><dir name="Referral"><file name="Collection.php" hash="00d0bcd78aa84352cb8fc7efda30e7da"/></dir><file name="Referral.php" hash="46f4a240d601a82015c9ac5973f8ce7b"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Pepperjam"><file name="RegisterController.php" hash="31ad44d503b844686b2514d7da2abb62"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="3968c6f709d375102fa256ccbd224851"/><file name="config.xml" hash="ab7135f4394d62a51ea538d46da2fa90"/><file name="system.xml" hash="b177cf093cb8d8ce34e30a43b94ede57"/></dir><dir name="sql"><dir name="pepperjam_setup"><file name="install-0.1.0.php" hash="329f06d0be9ef00d61d30a4a75ad76f3"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="pepperjam.xml" hash="5f5450e93559191ed46038c14f6fac6b"/></dir><dir name="template"><dir name="pepperjam"><dir name="register"><file name="view.phtml" hash="a96c543d3e6ad65db04e55d8f28c2f45"/></dir><dir name="system"><dir name="config"><file name="register_button.phtml" hash="b55eb2a2ed44315b66ddac5e7038440a"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="pepperjam.xml" hash="f93ec3a1a53b33b8d5f0cf65bfec8cf4"/></dir><dir name="template"><dir name="pepperjam"><file name="beacon.phtml" hash="b2d0756ef1f0f0a74513c2998fa766cd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TrueAction_PepperJam.xml" hash="340b5d3c52161a773764f3e3cd731c0e"/></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>xintegrationpack</name><channel>community</channel><min>1.0.0</min><max>1.0.9</max></package></required></dependencies>
28
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>PepperJamExchange</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://media.trueaction.com/magento/LICENSE.TXT">GSI Commerce End User License Agreement</license>
7
  <channel>community</channel>
18
  &lt;li&gt;Scalable technology to support rapidly changing consumer shopping landscape&lt;/li&gt;&#xD;
19
  &lt;li&gt;Innovative product development and multi-channel solutions&lt;/li&gt;&#xD;
20
  &lt;/ul&gt;</description>
21
+ <notes>X.commerce Fabric onboarding update.</notes>
22
  <authors><author><name>True Action PepperJam</name><user>trueaction_pj</user><email>pepperjam@trueaction.com</email></author></authors>
23
+ <date>2012-07-12</date>
24
+ <time>21:19:00</time>
25
+ <contents><target name="magecommunity"><dir name="TrueAction"><dir name="PepperJam"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><file name="View.php" hash="2a886a2f00c362b4fe8e72cefbeb94a2"/></dir></dir><dir name="System"><dir name="Form"><dir name="Renderer"><dir name="Config"><file name="HeadingComment.php" hash="c469f453c06aefdb32b943780e80e71b"/><file name="RegisterButton.php" hash="73a3173d145f2c77dd7ece6c7f3f21d0"/></dir></dir></dir></dir></dir><file name="Beacon.php" hash="a1ca59415bab1bb7d5133a03eed0c731"/></dir><dir name="Helper"><file name="Data.php" hash="56a3a7372eade5fd3735ca91445d1f3c"/><file name="Xfabric.php" hash="800b1ed4ff08bc51d550e3845cce6d3d"/></dir><file name="LICENSE.TXT" hash="90f4fc90c81a1ca036fad0087c9c7dee"/><dir name="Model"><dir name="Message"><file name="Order.php" hash="68ba41d89fb60dad57af8bb782886d41"/><file name="Shipment.php" hash="c93633cba746e6368a92c8b9d4ae0ca4"/></dir><file name="Observer.php" hash="78caba0c5c0716c90e7ccfff4d49b512"/><file name="Referral.php" hash="d18fcb550dd7a6b5ed11979d0c63cc81"/><dir name="Resource"><dir name="Referral"><file name="Collection.php" hash="00d0bcd78aa84352cb8fc7efda30e7da"/></dir><file name="Referral.php" hash="46f4a240d601a82015c9ac5973f8ce7b"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Pepperjam"><file name="RegisterController.php" hash="31ad44d503b844686b2514d7da2abb62"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="3968c6f709d375102fa256ccbd224851"/><file name="config.xml" hash="037237e703eba09a2970b5729c6fe58c"/><file name="system.xml" hash="b177cf093cb8d8ce34e30a43b94ede57"/></dir><dir name="sql"><dir name="pepperjam_setup"><file name="install-0.1.0.php" hash="329f06d0be9ef00d61d30a4a75ad76f3"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="pepperjam.xml" hash="5f5450e93559191ed46038c14f6fac6b"/></dir><dir name="template"><dir name="pepperjam"><dir name="register"><file name="view.phtml" hash="a96c543d3e6ad65db04e55d8f28c2f45"/></dir><dir name="system"><dir name="config"><file name="register_button.phtml" hash="b55eb2a2ed44315b66ddac5e7038440a"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="pepperjam.xml" hash="f93ec3a1a53b33b8d5f0cf65bfec8cf4"/></dir><dir name="template"><dir name="pepperjam"><file name="beacon.phtml" hash="b2d0756ef1f0f0a74513c2998fa766cd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TrueAction_PepperJam.xml" hash="340b5d3c52161a773764f3e3cd731c0e"/></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>xintegrationpack</name><channel>community</channel><min>1.0.0</min><max>1.0.9</max></package></required></dependencies>
28
  </package>