Version Notes
New Released:
- Enable automatic invoice and shipment generation based on payment methods.
- Automatically create and change order status.
- Send invoice e-mail to customer.
Download this release
Release Info
Developer | Bss Commerce |
Extension | auto-invoice-free-extension |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
app/code/community/Bss/Autoinvoice/etc/config.xml
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
<config>
|
31 |
<modules>
|
32 |
<Bss_Autoinvoice>
|
33 |
-
<version>1.0.
|
34 |
</Bss_Autoinvoice>
|
35 |
</modules>
|
36 |
<global>
|
30 |
<config>
|
31 |
<modules>
|
32 |
<Bss_Autoinvoice>
|
33 |
+
<version>1.0.8</version>
|
34 |
</Bss_Autoinvoice>
|
35 |
</modules>
|
36 |
<global>
|
package.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>auto-invoice-free-extension</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Auto Invoice Extension was designed to automatically change order status by sending invoice email to customers.</summary>
|
@@ -16,10 +16,10 @@
|
|
16 |
- Enable automatic invoice and shipment generation based on payment methods.
|
17 |
- Automatically create and change order status.
|
18 |
- Send invoice e-mail to customer.</notes>
|
19 |
-
<authors><author><name>Bss Commerce</name><user>
|
20 |
-
<date>2016-03-
|
21 |
-
<time>10:
|
22 |
-
<contents><target name="magecommunity"><dir name="Bss"><dir name="Autoinvoice"><dir name="Helper"><file name="Data.php" hash="8ce5939b6474072e209331e0f6977515"/></dir><dir name="Model"><file name="Observer.php" hash="f38e0bad2741e029263953f6fdacad45"/></dir><dir name="etc"><file name="config.xml" hash="
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>4.0.0</min><max>7.0.3</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>auto-invoice-free-extension</name>
|
4 |
+
<version>1.0.8</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="https://opensource.org/licenses/OSL-3.0">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Auto Invoice Extension was designed to automatically change order status by sending invoice email to customers.</summary>
|
16 |
- Enable automatic invoice and shipment generation based on payment methods.
|
17 |
- Automatically create and change order status.
|
18 |
- Send invoice e-mail to customer.</notes>
|
19 |
+
<authors><author><name>Bss Commerce</name><user>Nguyen</user><email>support@bsscommerce.com</email></author></authors>
|
20 |
+
<date>2016-03-28</date>
|
21 |
+
<time>03:10:58</time>
|
22 |
+
<contents><target name="magecommunity"><dir name="Bss"><dir name="Autoinvoice"><dir name="Helper"><file name="Data.php" hash="8ce5939b6474072e209331e0f6977515"/></dir><dir name="Model"><file name="Observer.php" hash="f38e0bad2741e029263953f6fdacad45"/></dir><dir name="etc"><file name="config.xml" hash="2ffa6736fc56b0c7c8a28fac15da16ce"/><file name="system.xml" hash="019d677c196419846d7b3b95d0e6c5d4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Bss_Autoinvoice.xml" hash="fea148ebae4c57b86273790f57423702"/></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>4.0.0</min><max>7.0.3</max></php></required></dependencies>
|
25 |
</package>
|