Funnel Builder by CartFlows – Create High Converting Sales Funnels For WordPress - Version 1.2.1

Version Description

Download this release

Release Info

Developer sandesh055
Plugin Icon Funnel Builder by CartFlows – Create High Converting Sales Funnels For WordPress
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.0 to 1.2.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.2.0
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.2.1
7
  * Author: CartFlows Inc
8
  * Author URI: https://cartflows.com/
9
  * Text Domain: cartflows
changelog.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  Version 1.2.0 - Wednesday, 26th June 2019
2
  - New: Header, Footer default template added.
3
  - Improvement: If the cart is empty, then now it will show empty cart notice on global checkout.
1
+ Version 1.2.1 - Thursday, 27th June 2019
2
+ - Fix: Display post states issue.
3
+
4
  Version 1.2.0 - Wednesday, 26th June 2019
5
  - New: Header, Footer default template added.
6
  - Improvement: If the cart is empty, then now it will show empty cart notice on global checkout.
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.2.0' );
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.2.1' );
130
  define( 'CARTFLOWS_SLUG', 'cartflows' );
131
  define( 'CARTFLOWS_SETTINGS', 'cartflows_settings' );
132
 
languages/cartflows.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the CartFlows package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: CartFlows 1.2.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cartflows\n"
7
- "POT-Creation-Date: 2019-06-26 09:54:31+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -825,27 +825,27 @@ msgstr ""
825
  msgid "Your cart is currently empty."
826
  msgstr ""
827
 
828
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:327
829
  msgid ""
830
  "No product is selected. Please select products from the checkout meta "
831
  "settings to continue."
832
  msgstr ""
833
 
834
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:380
835
  msgid "Variations Not set"
836
  msgstr ""
837
 
838
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:389
839
  msgid "This product can't be purcahsed"
840
  msgstr ""
841
 
842
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:985
843
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1016
844
  msgid "Coupon Code"
845
  msgstr ""
846
 
847
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:990
848
- #: modules/checkout/classes/class-cartflows-checkout-markup.php:1025
849
  msgid "Apply"
850
  msgstr ""
851
 
2
  # This file is distributed under the same license as the CartFlows package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: CartFlows 1.2.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cartflows\n"
7
+ "POT-Creation-Date: 2019-06-27 06:20:39+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
825
  msgid "Your cart is currently empty."
826
  msgstr ""
827
 
828
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:331
829
  msgid ""
830
  "No product is selected. Please select products from the checkout meta "
831
  "settings to continue."
832
  msgstr ""
833
 
834
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:384
835
  msgid "Variations Not set"
836
  msgstr ""
837
 
838
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:393
839
  msgid "This product can't be purcahsed"
840
  msgstr ""
841
 
842
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:989
843
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1020
844
  msgid "Coupon Code"
845
  msgstr ""
846
 
847
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:994
848
+ #: modules/checkout/classes/class-cartflows-checkout-markup.php:1029
849
  msgid "Apply"
850
  msgstr ""
851
 
modules/checkout/classes/class-cartflows-checkout-markup.php CHANGED
@@ -269,6 +269,10 @@ class Cartflows_Checkout_Markup {
269
  return;
270
  }
271
 
 
 
 
 
272
  do_action( 'cartflows_checkout_before_configure_cart', $checkout_id );
273
 
274
  $flow_id = wcf()->utils->get_flow_id_from_step_id( $checkout_id );
269
  return;
270
  }
271
 
272
+ if ( apply_filters( 'cartflows_skip_configure_cart', false, $checkout_id ) ) {
273
+ return;
274
+ }
275
+
276
  do_action( 'cartflows_checkout_before_configure_cart', $checkout_id );
277
 
278
  $flow_id = wcf()->utils->get_flow_id_from_step_id( $checkout_id );
modules/flow/classes/class-cartflows-flow-post-type.php CHANGED
@@ -65,9 +65,9 @@ class Cartflows_Flow_Post_Type {
65
 
66
  $post_states['cartflows_step'] = '( ' . __( 'Flow: ', 'cartflows' ) . $flow_id . ' | ' . __( 'Name: ', 'cartflows' ) . $flow_title . ')';
67
 
68
- return $post_states;
69
  }
70
 
 
71
  }
72
 
73
  /**
65
 
66
  $post_states['cartflows_step'] = '( ' . __( 'Flow: ', 'cartflows' ) . $flow_id . ' | ' . __( 'Name: ', 'cartflows' ) . $flow_title . ')';
67
 
 
68
  }
69
 
70
+ return $post_states;
71
  }
72
 
73
  /**
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.2.0
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,9 @@ 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
  = Version 1.2.0 - Wednesday, 26th June 2019 =
128
  * New: Header, Footer default template added.
129
  * Improvement: If the cart is empty, then now it will show empty cart notice on global checkout.
4
  Tags: woocommerce, funnel builder, sales funnels
5
  Requires at least: 4.4
6
  Tested up to: 5.2
7
+ Stable tag: 1.2.1
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.2.1 - Thursday, 27th June 2019 =
128
+ * Fix: Display post states issue.
129
+
130
  = Version 1.2.0 - Wednesday, 26th June 2019 =
131
  * New: Header, Footer default template added.
132
  * Improvement: If the cart is empty, then now it will show empty cart notice on global checkout.