Version Notes
Second Preview Release
Download this release
Release Info
Developer | NetGo |
Extension | Netgo_Gwishlist |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Netgo/Gwishlist/etc/config.xml
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
<config>
|
20 |
<modules>
|
21 |
<Netgo_Gwishlist>
|
22 |
-
<version>1.0.
|
23 |
</Netgo_Gwishlist>
|
24 |
</modules>
|
25 |
<global>
|
19 |
<config>
|
20 |
<modules>
|
21 |
<Netgo_Gwishlist>
|
22 |
+
<version>1.0.1</version>
|
23 |
</Netgo_Gwishlist>
|
24 |
</modules>
|
25 |
<global>
|
app/code/community/Netgo/Gwishlist/sql/netgo_gwishlist_setup/{install-1.0.0.php → install-1.0.1.php}
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,25 +1,22 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Netgo_Gwishlist</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension is specifically for the feature of enabling wishlist for the customer even though they are log in or not.</summary>
|
10 |
-
<description>This extension is specifically for the feature of enabling wishlist for the customer even though they are log in or not
|
11 |

|
12 |
Through this extension, any not logged in user can also add any product to the wishlist and also lead them to ADD TO CART. 
|
13 |

|
14 |
-
The wish-listed items of a non logged in user will remain for a month in the browser and will only be affected if cookies are deleted
|
15 |
-
|
16 |
-

|
17 |
-
After adding the items to wishlist, if any user logs in the account then this wishlist items are merged with wish list items in the account. From here it works as default wish list of Magento.</description>
|
18 |
-
<notes>First Preview Release</notes>
|
19 |
<authors><author><name>NetGo</name><user>NetGo</user><email>netattingomails@gmail.com</email></author></authors>
|
20 |
-
<date>2015-
|
21 |
-
<time>
|
22 |
-
<contents><target name="magecommunity"><dir name="Netgo"><dir name="Gwishlist"><dir name="Block"><dir name="Adminhtml"><dir name="Gwishlist"><dir name="Edit"><file name="Form.php" hash="3e059046e0d194d4a012637b58667b46"/><dir name="Tab"><file name="Form.php" hash="24773e2dbcfb3d4389c1d2258fa1c271"/><file name="Stores.php" hash="3cdfc5a841e47237ce654cd1a8097578"/></dir><file name="Tabs.php" hash="0a170695f9f6712a597ba89a443fa3e9"/></dir><file name="Edit.php" hash="5fe78e7b341989f52333316c1ad0b68f"/><file name="Grid.php" hash="e639c83a1cd31a7b2cebbbc93067579f"/></dir><file name="Gwishlist.php" hash="6e6fcfa6a6301097fd6711e344961418"/></dir><dir name="Customer"><dir name="Account"><file name="Navigation.php" hash="90a81a43756bf3b948c46398d701fe78"/></dir></dir><dir name="Gwishlist"><file name="Links.php" hash="e2aa951a33f5c2ecc66e581d581da25c"/><file name="List.php" hash="5a4a58da3f1724111b57f9cc69bb0bab"/></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="Gwishlist.php" hash="39639d3c9a96aca86a7c62c7a6455a22"/></dir></dir><dir name="Helper"><file name="Data.php" hash="acbe1e5e031720198bc6eb798c7e0723"/><file name="Gwishlist.php" hash="f9785d54294e6090ceeb6721fa8b4d46"/></dir><dir name="Model"><file name="Gwishlist.php" hash="fd283f75505ff23fe40cb4ab022f9044"/><file name="Observer.php" hash="285b98992000b82fa5ce53ffcc351839"/><dir name="Resource"><dir name="Gwishlist"><file name="Collection.php" hash="92ebbcb8e52050a1e661e64f77b9c3a2"/></dir><file name="Gwishlist.php" hash="5878323cab074f0d1ee8ea60026fd5f9"/><file name="Setup.php" hash="75dcc6b9b9d66275b7251403883f53fb"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Gwishlist"><file name="GwishlistController.php" hash="f938f586ab2a2060b126dbfbe228eb3b"/></dir></dir><file name="GwishlistController.php" hash="68552c6cf7dc00ff25fbae71ddef619e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f4c972930eb337af9e90b8d70743f819"/><file name="config.xml" hash="
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Netgo_Gwishlist</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension is specifically for the feature of enabling wishlist for the customer even though they are log in or not.</summary>
|
10 |
+
<description>This extension is specifically for the feature of enabling wishlist for the customer even though they are log in or not.
|
11 |

|
12 |
Through this extension, any not logged in user can also add any product to the wishlist and also lead them to ADD TO CART. 
|
13 |

|
14 |
+
The wish-listed items of a non logged in user will remain for a month in the browser and will only be affected if cookies are deleted.</description>
|
15 |
+
<notes>Second Preview Release</notes>
|
|
|
|
|
|
|
16 |
<authors><author><name>NetGo</name><user>NetGo</user><email>netattingomails@gmail.com</email></author></authors>
|
17 |
+
<date>2015-12-12</date>
|
18 |
+
<time>19:04:10</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Netgo"><dir name="Gwishlist"><dir name="Block"><dir name="Adminhtml"><dir name="Gwishlist"><dir name="Edit"><file name="Form.php" hash="3e059046e0d194d4a012637b58667b46"/><dir name="Tab"><file name="Form.php" hash="24773e2dbcfb3d4389c1d2258fa1c271"/><file name="Stores.php" hash="3cdfc5a841e47237ce654cd1a8097578"/></dir><file name="Tabs.php" hash="0a170695f9f6712a597ba89a443fa3e9"/></dir><file name="Edit.php" hash="5fe78e7b341989f52333316c1ad0b68f"/><file name="Grid.php" hash="e639c83a1cd31a7b2cebbbc93067579f"/></dir><file name="Gwishlist.php" hash="6e6fcfa6a6301097fd6711e344961418"/></dir><dir name="Customer"><dir name="Account"><file name="Navigation.php" hash="90a81a43756bf3b948c46398d701fe78"/></dir></dir><dir name="Gwishlist"><file name="Links.php" hash="e2aa951a33f5c2ecc66e581d581da25c"/><file name="List.php" hash="5a4a58da3f1724111b57f9cc69bb0bab"/></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="Gwishlist.php" hash="39639d3c9a96aca86a7c62c7a6455a22"/></dir></dir><dir name="Helper"><file name="Data.php" hash="acbe1e5e031720198bc6eb798c7e0723"/><file name="Gwishlist.php" hash="f9785d54294e6090ceeb6721fa8b4d46"/></dir><dir name="Model"><file name="Gwishlist.php" hash="fd283f75505ff23fe40cb4ab022f9044"/><file name="Observer.php" hash="285b98992000b82fa5ce53ffcc351839"/><dir name="Resource"><dir name="Gwishlist"><file name="Collection.php" hash="92ebbcb8e52050a1e661e64f77b9c3a2"/></dir><file name="Gwishlist.php" hash="5878323cab074f0d1ee8ea60026fd5f9"/><file name="Setup.php" hash="75dcc6b9b9d66275b7251403883f53fb"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Gwishlist"><file name="GwishlistController.php" hash="f938f586ab2a2060b126dbfbe228eb3b"/></dir></dir><file name="GwishlistController.php" hash="68552c6cf7dc00ff25fbae71ddef619e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f4c972930eb337af9e90b8d70743f819"/><file name="config.xml" hash="6d620813c0ddec768bc3f5190500ed6c"/><file name="system.xml" hash="32dfcafebe5894ce6ae44bee31ddc00e"/></dir><dir name="sql"><dir name="netgo_gwishlist_setup"><file name="install-1.0.1.php" hash="109fc0df0c2f7537e71154a000b5e69d"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="netgo_gwishlist.xml" hash="d3c1ab2a1adbc35373e0667b3103486e"/></dir><dir name="template"><dir name="netgo_gwishlist"><dir name="gwishlist"><file name="addtogwishlist.phtml" hash="2beb1d61fd3085ffe81f866e6b5daf71"/><file name="list.phtml" hash="5cae5156c052706e6212106e0467ac4b"/></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="User_Manual.pdf" hash="d708ac701ce537ea9bba8d97573ec22f"/><file name="readme.txt" hash="516ad57543926c116fc4fbb09ab895ec"/></dir></target><target name="mageetc"><dir name="modules"><file name="Netgo_Gwishlist.xml" hash="a6a43d095bf1bc356485f9787d13db8a"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|