Version Notes
Repackaging
Download this release
Release Info
Developer | Kwaku |
Extension | NowInStore_CatalogBuilder |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- app/code/{local → community}/NowInStore/CatalogBuilder/controllers/AuthController.php +0 -0
- app/code/{local → community}/NowInStore/CatalogBuilder/controllers/CategoriesController.php +0 -0
- app/code/{local → community}/NowInStore/CatalogBuilder/controllers/ProductsController.php +0 -0
- app/code/{local → community}/NowInStore/CatalogBuilder/controllers/ProfileController.php +0 -0
- app/code/{local → community}/NowInStore/CatalogBuilder/etc/adminhtml.xml +0 -0
- app/code/{local → community}/NowInStore/CatalogBuilder/etc/config.xml +1 -1
- app/code/local/NowInStore/CatalogBuilder/etc/config.xml~ +0 -19
- app/etc/modules/NowInStore_CatalogBuilder.xml +9 -0
- package.xml +12 -14
app/code/{local → community}/NowInStore/CatalogBuilder/controllers/AuthController.php
RENAMED
File without changes
|
app/code/{local → community}/NowInStore/CatalogBuilder/controllers/CategoriesController.php
RENAMED
File without changes
|
app/code/{local → community}/NowInStore/CatalogBuilder/controllers/ProductsController.php
RENAMED
File without changes
|
app/code/{local → community}/NowInStore/CatalogBuilder/controllers/ProfileController.php
RENAMED
File without changes
|
app/code/{local → community}/NowInStore/CatalogBuilder/etc/adminhtml.xml
RENAMED
File without changes
|
app/code/{local → community}/NowInStore/CatalogBuilder/etc/config.xml
RENAMED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<NowInStore_CatalogBuilder>
|
5 |
-
<version>1.1.
|
6 |
</NowInStore_CatalogBuilder>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<NowInStore_CatalogBuilder>
|
5 |
+
<version>1.1.1</version>
|
6 |
</NowInStore_CatalogBuilder>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/local/NowInStore/CatalogBuilder/etc/config.xml~
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Chiragdodia_Mymodule>
|
5 |
-
<version>0.0.1</version> <!-- Version number of your module -->
|
6 |
-
</Chiragdodia_Mymodule>
|
7 |
-
</modules>
|
8 |
-
<frontend>
|
9 |
-
<routers>
|
10 |
-
<mymodule>
|
11 |
-
<use>standard</use>
|
12 |
-
<args>
|
13 |
-
<module>NowInStore_CatalogBuilder</module>
|
14 |
-
<frontName>catalogbuilder</frontName>
|
15 |
-
</args>
|
16 |
-
</mymodule>
|
17 |
-
</routers>
|
18 |
-
</frontend>
|
19 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/etc/modules/NowInStore_CatalogBuilder.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<NowInStore_CatalogBuilder>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
</NowInStore_CatalogBuilder>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
CHANGED
@@ -1,24 +1,22 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>NowInStore_CatalogBuilder</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
-
<license
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |

|
12 |
-
Our
|
13 |

|
14 |
-
|
15 |
-
|
16 |
-
</
|
17 |
-
<
|
18 |
-
<
|
19 |
-
<
|
20 |
-
<time>15:28:35</time>
|
21 |
-
<contents><target name="magelocal"><dir name="NowInStore"><dir name="CatalogBuilder"><dir name="controllers"><file name="AuthController.php" hash="d64acfc32d9db86b3bb89ac537e2ea91"/><file name="CategoriesController.php" hash="8ac0b1276609c3498926ffe9632a4977"/><file name="ProductsController.php" hash="36dfdb8cd9ff135b3538251aa899bafd"/><file name="ProfileController.php" hash="05679442c999971bad022b2f580331d9"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3d7e6a6f47a3a37945603d5620a49c22"/><file name="config.xml" hash="ed9b0f31d97b98858f289bfac451de4d"/><file name="config.xml~" hash="fa9eaa937860779735ddee5bc4ec7f5f"/></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
-
<dependencies><required><php><min>5.
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>NowInStore_CatalogBuilder</name>
|
4 |
+
<version>1.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Automatically create line sheets, catalogs and flyers of your products that you can print or share online.</summary>
|
10 |
+
<description>Our line sheet and catalog builder automatically creates professional and customizable catalogs and flyers for your Magento listings. 
|
11 |

|
12 |
+
Our blog and online-chat experts are on hand that share tips and tricks on how you can use catalogs and flyers to grow your sales. 
|
13 |

|
14 |
+
With a few clicks, import all of your Magento products into a beautiful drag and drop interface. Easily choose and organize each page of your catalog or flyer, use different layouts, customize your front and back covers and add a wholesale contract and order forms.</description>
|
15 |
+
<notes>Repackaging</notes>
|
16 |
+
<authors><author><name>Kwaku</name><user>Zigah</user><email>kwaku.zigah@nowinstore.com</email></author></authors>
|
17 |
+
<date>2016-05-25</date>
|
18 |
+
<time>21:22:13</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="NowInStore"><dir name="CatalogBuilder"><dir name="controllers"><file name="AuthController.php" hash="083a894900d82e353543cd762da9e157"/><file name="CategoriesController.php" hash="abc588a995c3c8797b824e0c04c57295"/><file name="ProductsController.php" hash="c2a8b30a4f6c92bd87c25365f18b8b42"/><file name="ProfileController.php" hash="f720bea41f8a18d7296d91a81f4a4722"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3d7e6a6f47a3a37945603d5620a49c22"/><file name="config.xml" hash="b10c591395a3f476f452e06885322d65"/><file name="config.xml~" hash="542bda660e3269cf774df308fd389a19"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="NowInStore_CatalogBuilder.xml" hash="a087b751cea9700fd21fa59bb3d0a666"/></dir></target></contents>
|
|
|
|
|
20 |
<compatible/>
|
21 |
+
<dependencies><required><php><min>5.2.0</min><max>5.6.21</max></php></required></dependencies>
|
22 |
</package>
|