Version Notes
Minor Fixes
Download this release
Release Info
| Developer | Plumrocket Team |
| Extension | Plumrocket_Print_Order_Confirmation_As_Guest |
| Version | 1.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.0 to 1.0.1
- app/code/community/Plumrocket/GuestPrintOrder/Block/System/Config/Version.php +2 -3
- app/code/community/Plumrocket/GuestPrintOrder/Helper/Data.php +2 -3
- app/code/community/Plumrocket/GuestPrintOrder/controllers/Sales/OrderController.php +1 -3
- app/code/community/Plumrocket/GuestPrintOrder/etc/config.xml +1 -1
- app/etc/modules/Plumrocket_GuestPrintOrder.xml +1 -1
- package.xml +5 -5
app/code/community/Plumrocket/GuestPrintOrder/Block/System/Config/Version.php
CHANGED
|
@@ -11,11 +11,10 @@
|
|
| 11 |
* send an email to support@plumrocket.com so we can send you a copy immediately.
|
| 12 |
*
|
| 13 |
* @package Plumrocket_Guest_Print_Order
|
| 14 |
-
* @copyright Copyright (c)
|
| 15 |
* @license http://wiki.plumrocket.net/wiki/EULA End-user License Agreement
|
| 16 |
*/
|
| 17 |
-
|
| 18 |
-
<?php
|
| 19 |
|
| 20 |
class Plumrocket_GuestPrintOrder_Block_System_Config_Version extends Mage_Adminhtml_Block_System_Config_Form_Field
|
| 21 |
{
|
| 11 |
* send an email to support@plumrocket.com so we can send you a copy immediately.
|
| 12 |
*
|
| 13 |
* @package Plumrocket_Guest_Print_Order
|
| 14 |
+
* @copyright Copyright (c) 2014 Plumrocket Inc. (http://www.plumrocket.com)
|
| 15 |
* @license http://wiki.plumrocket.net/wiki/EULA End-user License Agreement
|
| 16 |
*/
|
| 17 |
+
|
|
|
|
| 18 |
|
| 19 |
class Plumrocket_GuestPrintOrder_Block_System_Config_Version extends Mage_Adminhtml_Block_System_Config_Form_Field
|
| 20 |
{
|
app/code/community/Plumrocket/GuestPrintOrder/Helper/Data.php
CHANGED
|
@@ -11,11 +11,10 @@
|
|
| 11 |
* send an email to support@plumrocket.com so we can send you a copy immediately.
|
| 12 |
*
|
| 13 |
* @package Plumrocket_Guest_Print_Order
|
| 14 |
-
* @copyright Copyright (c)
|
| 15 |
* @license http://wiki.plumrocket.net/wiki/EULA End-user License Agreement
|
| 16 |
*/
|
| 17 |
-
|
| 18 |
-
<?php
|
| 19 |
|
| 20 |
class Plumrocket_GuestPrintOrder_Helper_Data extends Mage_Core_Helper_Abstract
|
| 21 |
{
|
| 11 |
* send an email to support@plumrocket.com so we can send you a copy immediately.
|
| 12 |
*
|
| 13 |
* @package Plumrocket_Guest_Print_Order
|
| 14 |
+
* @copyright Copyright (c) 2014 Plumrocket Inc. (http://www.plumrocket.com)
|
| 15 |
* @license http://wiki.plumrocket.net/wiki/EULA End-user License Agreement
|
| 16 |
*/
|
| 17 |
+
|
|
|
|
| 18 |
|
| 19 |
class Plumrocket_GuestPrintOrder_Helper_Data extends Mage_Core_Helper_Abstract
|
| 20 |
{
|
app/code/community/Plumrocket/GuestPrintOrder/controllers/Sales/OrderController.php
CHANGED
|
@@ -11,12 +11,10 @@
|
|
| 11 |
* send an email to support@plumrocket.com so we can send you a copy immediately.
|
| 12 |
*
|
| 13 |
* @package Plumrocket_Guest_Print_Order
|
| 14 |
-
* @copyright Copyright (c)
|
| 15 |
* @license http://wiki.plumrocket.net/wiki/EULA End-user License Agreement
|
| 16 |
*/
|
| 17 |
-
?>
|
| 18 |
|
| 19 |
-
<?php
|
| 20 |
|
| 21 |
require_once(Mage::getModuleDir('controllers', 'Mage_Sales').DS.'OrderController.php');
|
| 22 |
|
| 11 |
* send an email to support@plumrocket.com so we can send you a copy immediately.
|
| 12 |
*
|
| 13 |
* @package Plumrocket_Guest_Print_Order
|
| 14 |
+
* @copyright Copyright (c) 2014 Plumrocket Inc. (http://www.plumrocket.com)
|
| 15 |
* @license http://wiki.plumrocket.net/wiki/EULA End-user License Agreement
|
| 16 |
*/
|
|
|
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
require_once(Mage::getModuleDir('controllers', 'Mage_Sales').DS.'OrderController.php');
|
| 20 |
|
app/code/community/Plumrocket/GuestPrintOrder/etc/config.xml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<modules>
|
| 4 |
<Plumrocket_GuestPrintOrder>
|
| 5 |
<wiki>http://wiki.plumrocket.com/wiki/Magento_Print_Order_Confirmation_as_Guest_v1.x_Extension</wiki>
|
| 6 |
-
<version>1.0.
|
| 7 |
</Plumrocket_GuestPrintOrder>
|
| 8 |
</modules>
|
| 9 |
<frontend>
|
| 3 |
<modules>
|
| 4 |
<Plumrocket_GuestPrintOrder>
|
| 5 |
<wiki>http://wiki.plumrocket.com/wiki/Magento_Print_Order_Confirmation_as_Guest_v1.x_Extension</wiki>
|
| 6 |
+
<version>1.0.1</version>
|
| 7 |
</Plumrocket_GuestPrintOrder>
|
| 8 |
</modules>
|
| 9 |
<frontend>
|
app/etc/modules/Plumrocket_GuestPrintOrder.xml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<Plumrocket_GuestPrintOrder>
|
| 5 |
<active>true</active>
|
| 6 |
<codePool>community</codePool>
|
| 7 |
-
<version>1.0.
|
| 8 |
<name>Plumrocket Print Order Confirmation as Guest</name>
|
| 9 |
<depends>
|
| 10 |
<Plumrocket_Base />
|
| 4 |
<Plumrocket_GuestPrintOrder>
|
| 5 |
<active>true</active>
|
| 6 |
<codePool>community</codePool>
|
| 7 |
+
<version>1.0.1</version>
|
| 8 |
<name>Plumrocket Print Order Confirmation as Guest</name>
|
| 9 |
<depends>
|
| 10 |
<Plumrocket_Base />
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Plumrocket_Print_Order_Confirmation_As_Guest</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://wiki.plumrocket.net/wiki/EULA">End-user License Agreement</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>The functionality of Print order confirmation receipt as guest allows your unregistered visitors to print orders on order confirmation page.</summary>
|
| 10 |
<description>The functionality of Print order confirmation receipt as guest allows your unregistered visitors to print orders on order confirmation page. It is a totally free, open source extension that was created to attract more visitors to your store, encourage purchases and increase customers’ loyalty. This magento print order plugin is a great way to open the door to your magento site for new customers.</description>
|
| 11 |
-
<notes>
|
| 12 |
<authors><author><name>Plumrocket Team</name><user>plumrocket</user><email>support@plumrocket.com</email></author></authors>
|
| 13 |
-
<date>2014-
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magecommunity"><dir name="Plumrocket"><dir name="GuestPrintOrder"><dir name="Block"><dir name="System"><dir name="Config"><file name="Version.php" hash="
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Plumrocket_Base</name><channel>community</channel><min></min><max></max></package></required></dependencies>
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Plumrocket_Print_Order_Confirmation_As_Guest</name>
|
| 4 |
+
<version>1.0.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://wiki.plumrocket.net/wiki/EULA">End-user License Agreement</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>The functionality of Print order confirmation receipt as guest allows your unregistered visitors to print orders on order confirmation page.</summary>
|
| 10 |
<description>The functionality of Print order confirmation receipt as guest allows your unregistered visitors to print orders on order confirmation page. It is a totally free, open source extension that was created to attract more visitors to your store, encourage purchases and increase customers’ loyalty. This magento print order plugin is a great way to open the door to your magento site for new customers.</description>
|
| 11 |
+
<notes>Minor Fixes</notes>
|
| 12 |
<authors><author><name>Plumrocket Team</name><user>plumrocket</user><email>support@plumrocket.com</email></author></authors>
|
| 13 |
+
<date>2014-09-19</date>
|
| 14 |
+
<time>11:22:31</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="Plumrocket"><dir name="GuestPrintOrder"><dir name="Block"><dir name="System"><dir name="Config"><file name="Version.php" hash="3470196e336ec172d12040ae7dc4d428"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="3004533f8fe10fae14ae13db82b6f0ed"/></dir><dir name="controllers"><dir name="Sales"><file name="OrderController.php" hash="9f98cb0dd88f42e739003041fd01f312"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="1c279d13b996c4d4ea4bd727ae79cb4d"/><file name="config.xml" hash="15f5ce601554cdca83edf82dfba16598"/><file name="system.xml" hash="1f8333447c950198f67da7f3ebd5d151"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Plumrocket_GuestPrintOrder.xml" hash="27e5dc9ba0c31bbcb0296505792d0562"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="guestprintorder"><dir name="checkout"><file name="success.phtml" hash="265da8a33fbcba882adc08d8000acd0a"/></dir></dir></dir><dir name="layout"><file name="guestprintorder.xml" hash="eb1888e63fc96c71be97c160e09c14f4"/></dir></dir></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Plumrocket_Base</name><channel>community</channel><min></min><max></max></package></required></dependencies>
|
| 18 |
</package>
|
