Version Description
- 20/09/2014 =
- Fix - Smart Reports beta version enabled too soon, fixed.
Download this release
Release Info
Developer | algoritmika |
Plugin | Booster for WooCommerce |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
- readme.txt +4 -1
- woocommerce-jetpack.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://algoritmika.com/donate/
|
|
4 |
Tags: woocommerce,woocommerce jetpack,custom price labels,call for price,currency symbol,remove sorting,remove old product slugs,add to cart text,order number,sequential order numbering,email pdf invoice,pdf invoice,pdf invoices,already in cart,empty cart,redirect to checkout,minimum order amount,customize checkout fields,checkout fields,email,customize product tabs,product tabs,related products number,empty cart,redirect add to cart,redirect to checkout,product already in cart,custom payment gateway,payment gateway icon,auto-complete all orders,custom order statuses,custom order status,remove text from price
|
5 |
Requires at least: 3.9.1
|
6 |
Tested up to: 4.0
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GNU General Public License v3.0
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -108,6 +108,9 @@ If you wish that some task would go up the queue to make it faster, please conta
|
|
108 |
|
109 |
== Changelog ==
|
110 |
|
|
|
|
|
|
|
111 |
= 1.5.2 - 20/09/2014 =
|
112 |
* Fix - Emails - Bug causing `call_user_func_array()` warning, fixed. Suggested by Andrew.
|
113 |
* Dev - New WooCommerce Jetpack Dashboard in admin settings.
|
4 |
Tags: woocommerce,woocommerce jetpack,custom price labels,call for price,currency symbol,remove sorting,remove old product slugs,add to cart text,order number,sequential order numbering,email pdf invoice,pdf invoice,pdf invoices,already in cart,empty cart,redirect to checkout,minimum order amount,customize checkout fields,checkout fields,email,customize product tabs,product tabs,related products number,empty cart,redirect add to cart,redirect to checkout,product already in cart,custom payment gateway,payment gateway icon,auto-complete all orders,custom order statuses,custom order status,remove text from price
|
5 |
Requires at least: 3.9.1
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 1.5.3
|
8 |
License: GNU General Public License v3.0
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= 1.5.3 - 20/09/2014 =
|
112 |
+
* Fix - Smart Reports beta version enabled too soon, fixed.
|
113 |
+
|
114 |
= 1.5.2 - 20/09/2014 =
|
115 |
* Fix - Emails - Bug causing `call_user_func_array()` warning, fixed. Suggested by Andrew.
|
116 |
* Dev - New WooCommerce Jetpack Dashboard in admin settings.
|
woocommerce-jetpack.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WooCommerce Jetpack
|
4 |
Plugin URI: http://woojetpack.com
|
5 |
Description: Supercharge your WooCommerce site with these awesome powerful features.
|
6 |
-
Version: 1.5.
|
7 |
Author: Algoritmika Ltd
|
8 |
Author URI: http://www.algoritmika.com
|
9 |
Copyright: © 2014 Algoritmika Ltd.
|
@@ -177,7 +177,7 @@ final class WC_Jetpack {
|
|
177 |
$settings[] = include_once( 'includes/class-wcj-orders.php' );
|
178 |
$settings[] = include_once( 'includes/class-wcj-emails.php' );
|
179 |
$settings[] = include_once( 'includes/class-wcj-pdf-invoices.php' );
|
180 |
-
|
181 |
$settings[] = include_once( 'includes/class-wcj-old-slugs.php' );
|
182 |
|
183 |
// Add options
|
3 |
Plugin Name: WooCommerce Jetpack
|
4 |
Plugin URI: http://woojetpack.com
|
5 |
Description: Supercharge your WooCommerce site with these awesome powerful features.
|
6 |
+
Version: 1.5.3
|
7 |
Author: Algoritmika Ltd
|
8 |
Author URI: http://www.algoritmika.com
|
9 |
Copyright: © 2014 Algoritmika Ltd.
|
177 |
$settings[] = include_once( 'includes/class-wcj-orders.php' );
|
178 |
$settings[] = include_once( 'includes/class-wcj-emails.php' );
|
179 |
$settings[] = include_once( 'includes/class-wcj-pdf-invoices.php' );
|
180 |
+
//$settings[] = include_once( 'includes/class-wcj-reports.php' );
|
181 |
$settings[] = include_once( 'includes/class-wcj-old-slugs.php' );
|
182 |
|
183 |
// Add options
|