Version Description
Download this release
Release Info
Developer | sandesh055 |
Plugin | Funnel Builder by CartFlows – Create High Converting Sales Funnels For WordPress |
Version | 1.1.21 |
Comparing to | |
See all releases |
Code changes from version 1.1.20 to 1.1.21
- cartflows.php +1 -1
- changelog.txt +3 -0
- classes/class-cartflows-loader.php +1 -1
- modules/checkout/classes/class-cartflows-checkout-markup.php +1 -1
- readme.txt +3 -1
cartflows.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: CartFlows
|
4 |
* Plugin URI: https://cartflows.com/
|
5 |
* Description: Create beautiful checkout pages & sales flows for WooCommerce.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: CartFlows Inc
|
8 |
* Author URI: https://cartflows.com/
|
9 |
* Text Domain: cartflows
|
3 |
* Plugin Name: CartFlows
|
4 |
* Plugin URI: https://cartflows.com/
|
5 |
* Description: Create beautiful checkout pages & sales flows for WooCommerce.
|
6 |
+
* Version: 1.1.21
|
7 |
* Author: CartFlows Inc
|
8 |
* Author URI: https://cartflows.com/
|
9 |
* Text Domain: cartflows
|
changelog.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
Version 1.1.20 - Wednesday, 12th June 2019
|
2 |
- New: WooCommerce dependency removed. Now, you can use CartFlows without WooCommerce.
|
3 |
- Fix: Analytics was not showing.
|
1 |
+
Version 1.1.21 - Wednesday, 12th June 2019
|
2 |
+
- Fix: Thank you page was redirecting to checkout page when global checkout was set.
|
3 |
+
|
4 |
Version 1.1.20 - Wednesday, 12th June 2019
|
5 |
- New: WooCommerce dependency removed. Now, you can use CartFlows without WooCommerce.
|
6 |
- Fix: Analytics was not showing.
|
classes/class-cartflows-loader.php
CHANGED
@@ -126,7 +126,7 @@ if ( ! class_exists( 'Cartflows_Loader' ) ) {
|
|
126 |
define( 'CARTFLOWS_BASE', plugin_basename( CARTFLOWS_FILE ) );
|
127 |
define( 'CARTFLOWS_DIR', plugin_dir_path( CARTFLOWS_FILE ) );
|
128 |
define( 'CARTFLOWS_URL', plugins_url( '/', CARTFLOWS_FILE ) );
|
129 |
-
define( 'CARTFLOWS_VER', '1.1.
|
130 |
define( 'CARTFLOWS_SLUG', 'cartflows' );
|
131 |
define( 'CARTFLOWS_SETTINGS', 'cartflows_settings' );
|
132 |
|
126 |
define( 'CARTFLOWS_BASE', plugin_basename( CARTFLOWS_FILE ) );
|
127 |
define( 'CARTFLOWS_DIR', plugin_dir_path( CARTFLOWS_FILE ) );
|
128 |
define( 'CARTFLOWS_URL', plugins_url( '/', CARTFLOWS_FILE ) );
|
129 |
+
define( 'CARTFLOWS_VER', '1.1.21' );
|
130 |
define( 'CARTFLOWS_SLUG', 'cartflows' );
|
131 |
define( 'CARTFLOWS_SETTINGS', 'cartflows_settings' );
|
132 |
|
modules/checkout/classes/class-cartflows-checkout-markup.php
CHANGED
@@ -97,7 +97,7 @@ class Cartflows_Checkout_Markup {
|
|
97 |
return;
|
98 |
}
|
99 |
|
100 |
-
if ( _is_wcf_checkout_type() || _is_wcf_checkout_shortcode() ) {
|
101 |
return;
|
102 |
}
|
103 |
|
97 |
return;
|
98 |
}
|
99 |
|
100 |
+
if ( _is_wcf_checkout_type() || _is_wcf_checkout_shortcode() || _is_wcf_thankyou_type() ) {
|
101 |
return;
|
102 |
}
|
103 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
|
|
4 |
Tags: woocommerce, funnel builder, sales funnels
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 5.2
|
7 |
-
Stable tag: 1.1.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -124,6 +124,8 @@ Glad you asked! CartFlows Pro is an optional add-on to CartFlows that adds addit
|
|
124 |
5. Easily edit anything with your page builder.
|
125 |
|
126 |
== Changelog ==
|
|
|
|
|
127 |
|
128 |
= Version 1.1.20 - Wednesday, 12th June 2019 =
|
129 |
* New: WooCommerce dependency removed. Now, you can use CartFlows without WooCommerce.
|
4 |
Tags: woocommerce, funnel builder, sales funnels
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 5.2
|
7 |
+
Stable tag: 1.1.21
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
124 |
5. Easily edit anything with your page builder.
|
125 |
|
126 |
== Changelog ==
|
127 |
+
= Version 1.1.21 - Wednesday, 12th June 2019 =
|
128 |
+
* Fix: Thank you page was redirecting to checkout page when global checkout was set.
|
129 |
|
130 |
= Version 1.1.20 - Wednesday, 12th June 2019 =
|
131 |
* New: WooCommerce dependency removed. Now, you can use CartFlows without WooCommerce.
|