WooCommerce Cart Abandonment Recovery - Version 1.2.13

Version Description

Download this release

Release Info

Developer cartflowswp
Plugin Icon 128x128 WooCommerce Cart Abandonment Recovery
Version 1.2.13
Comparing to
See all releases

Code changes from version 1.2.12 to 1.2.13

changelog.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  Version 1.2.12 - Thursday, 29th April 2021
2
  - Improvement: Added the placeholder image for the product image.
3
  - Fix: PHP error while notifying recovery to admin.
1
+ Version 1.2.13 - Tuesday, 13th July 2021
2
+ - Fix: Some strings of the plugin were not translatable.
3
+
4
  Version 1.2.12 - Thursday, 29th April 2021
5
  - Improvement: Added the placeholder image for the product image.
6
  - Fix: PHP error while notifying recovery to admin.
classes/class-cartflows-ca-loader.php CHANGED
@@ -82,7 +82,7 @@ if ( ! class_exists( 'CARTFLOWS_CA_Loader' ) ) {
82
  define( 'CARTFLOWS_CA_BASE', plugin_basename( CARTFLOWS_CA_FILE ) );
83
  define( 'CARTFLOWS_CA_DIR', plugin_dir_path( CARTFLOWS_CA_FILE ) );
84
  define( 'CARTFLOWS_CA_URL', plugins_url( '/', CARTFLOWS_CA_FILE ) );
85
- define( 'CARTFLOWS_CA_VER', '1.2.12' );
86
 
87
  define( 'CARTFLOWS_CA_SLUG', 'cartflows_ca' );
88
 
82
  define( 'CARTFLOWS_CA_BASE', plugin_basename( CARTFLOWS_CA_FILE ) );
83
  define( 'CARTFLOWS_CA_DIR', plugin_dir_path( CARTFLOWS_CA_FILE ) );
84
  define( 'CARTFLOWS_CA_URL', plugins_url( '/', CARTFLOWS_CA_FILE ) );
85
+ define( 'CARTFLOWS_CA_VER', '1.2.13' );
86
 
87
  define( 'CARTFLOWS_CA_SLUG', 'cartflows_ca' );
88
 
languages/woo-cart-abandonment-recovery.pot CHANGED
@@ -1,35 +1,39 @@
1
  # Copyright (C) 2021 CartFlows Inc
2
- # This file is distributed under the same license as the WooCommerce Cart Abandonment Recovery package.
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: WooCommerce Cart Abandonment Recovery 1.2.12\n"
6
- "Report-Msgid-Bugs-To: "
7
- "https://wordpress.org/support/plugin/woo-cart-abandonment-recovery\n"
8
- "POT-Creation-Date: 2021-04-28 12:40:14+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: en\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-Country: United States\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: "
20
- "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
21
- "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
22
- "X-Poedit-Basepath: ../\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-Bookmarks: \n"
25
- "X-Textdomain-Support: yes\n"
26
- "X-Generator: grunt-wp-i18n 1.0.3\n"
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
- #: classes/class-cartflows-ca-loader.php:143
29
  #. translators: %s: html tags
30
- msgid ""
31
- "The %1$sWooCommerce Cart Abandonment Recovery%2$s plugin requires "
32
- "%1$sWooCommerce%2$s plugin installed & activated."
33
  msgstr ""
34
 
35
  #: classes/class-cartflows-ca-loader.php:152
@@ -49,10 +53,7 @@ msgid "Enable Tracking"
49
  msgstr ""
50
 
51
  #: classes/class-cartflows-ca-settings.php:69
52
- msgid ""
53
- "Start capturing abandoned carts. <br/><br/> <span "
54
- "class=\"description\"><strong>Note:</strong> Cart will be considered "
55
- "abandoned if order is not completed in <strong>15 minutes</strong>.</span>"
56
  msgstr ""
57
 
58
  #: classes/class-cartflows-ca-settings.php:79
@@ -60,9 +61,7 @@ msgid "Disable Tracking For"
60
  msgstr ""
61
 
62
  #: classes/class-cartflows-ca-settings.php:83
63
- msgid ""
64
- " It will ignore selected users from abandonment process when they logged "
65
- "in, and hence they can not receive mail for cart abandoned by themselves."
66
  msgstr ""
67
 
68
  #: classes/class-cartflows-ca-settings.php:93
@@ -70,9 +69,7 @@ msgid "Exclude email sending For"
70
  msgstr ""
71
 
72
  #: classes/class-cartflows-ca-settings.php:97
73
- msgid ""
74
- " It will not send future recovery emails to selected order status and will "
75
- "mark as recovered."
76
  msgstr ""
77
 
78
  #: classes/class-cartflows-ca-settings.php:107
@@ -92,11 +89,7 @@ msgid "Delete Coupons Automatically"
92
  msgstr ""
93
 
94
  #: classes/class-cartflows-ca-settings.php:135
95
- msgid ""
96
- "Delete coupons automatically on weekly basis.<br><span "
97
- "class=\"description\"><br/><strong>Note:</strong> This option will set a "
98
- "weekly cron to delete all <strong>expired</strong> and "
99
- "<strong>used</strong> coupons automatically in the background.</p>"
100
  msgstr ""
101
 
102
  #: classes/class-cartflows-ca-settings.php:145
@@ -104,10 +97,7 @@ msgid "Delete Coupons Manually"
104
  msgstr ""
105
 
106
  #: classes/class-cartflows-ca-settings.php:149
107
- msgid ""
108
- "<br><strong>Note:</strong> This will delete all <strong>expired</strong> "
109
- "and <strong>used</strong> coupons that were created by Woo Cart Abandonment "
110
- "Recovery.</p>"
111
  msgstr ""
112
 
113
  #: classes/class-cartflows-ca-settings.php:161
@@ -143,9 +133,7 @@ msgid "Enable Webhook"
143
  msgstr ""
144
 
145
  #: classes/class-cartflows-ca-settings.php:217
146
- msgid ""
147
- "Allows you to trigger webhook automatically upon cart abandonment and "
148
- "recovery."
149
  msgstr ""
150
 
151
  #: classes/class-cartflows-ca-settings.php:222
@@ -161,9 +149,7 @@ msgid "Create Coupon Code"
161
  msgstr ""
162
 
163
  #: classes/class-cartflows-ca-settings.php:252
164
- msgid ""
165
- "Auto-create the special coupon for the abandoned cart to send over the "
166
- "emails."
167
  msgstr ""
168
 
169
  #: classes/class-cartflows-ca-settings.php:257
@@ -181,9 +167,7 @@ msgid "Coupon Expires After"
181
  msgstr ""
182
 
183
  #: classes/class-cartflows-ca-settings.php:279
184
- msgid ""
185
- "<br/><br/> <span class=\"description\"><strong>Note: </strong>. Enter zero "
186
- "(0) to restrict coupon from expiring.</span>"
187
  msgstr ""
188
 
189
  #: classes/class-cartflows-ca-settings.php:310
@@ -199,10 +183,7 @@ msgid "Enable GDPR Integration"
199
  msgstr ""
200
 
201
  #: classes/class-cartflows-ca-settings.php:330
202
- msgid ""
203
- "Ask confirmation from the user before tracking data. <br/><br/> <span "
204
- "class=\"description\"><strong>Note:</strong> By checking this, it will show "
205
- "up confirmation text below the email id on checkout page.</span>"
206
  msgstr ""
207
 
208
  #: classes/class-cartflows-ca-settings.php:335
@@ -287,6 +268,11 @@ msgstr ""
287
  msgid "Time"
288
  msgstr ""
289
 
 
 
 
 
 
290
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:211
291
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1043
292
  msgid "This order was abandoned & subsequently recovered."
@@ -314,9 +300,7 @@ msgid "Unsubscribed"
314
  msgstr ""
315
 
316
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:502
317
- msgid ""
318
- "This checkout page is generated by WooCommerce Cart Abandonment Recovery "
319
- "plugin from test mail."
320
  msgstr ""
321
 
322
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:544
@@ -341,9 +325,7 @@ msgid "User(s) unsubscribed successfully!"
341
  msgstr ""
342
 
343
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1305
344
- msgid ""
345
- "Do you really want to delete the used and expired coupons created by Cart "
346
- "Abandonment Plugin?"
347
  msgstr ""
348
 
349
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1306
@@ -370,6 +352,10 @@ msgstr ""
370
  msgid "Settings"
371
  msgstr ""
372
 
 
 
 
 
373
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1761
374
  msgid "there"
375
  msgstr ""
@@ -410,8 +396,8 @@ msgstr ""
410
  msgid "Shipping"
411
  msgstr ""
412
 
413
- #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:2180
414
  #. translators: %1$s: Coupons Deleted, %2$s: Deleted coupons count'.
 
415
  msgid "%1$s: %2$d"
416
  msgstr ""
417
 
@@ -557,10 +543,7 @@ msgid "Free Shipping"
557
  msgstr ""
558
 
559
  #: modules/cart-abandonment/class-cartflows-ca-email-templates.php:637
560
- msgid ""
561
- "Allows you to grant free shipping. A free shipping method must be enabled "
562
- "in your shipping zone and be set to require \"a valid free shipping "
563
- "coupon\". "
564
  msgstr ""
565
 
566
  #: modules/cart-abandonment/class-cartflows-ca-email-templates.php:644
@@ -568,9 +551,7 @@ msgid "Individual use only"
568
  msgstr ""
569
 
570
  #: modules/cart-abandonment/class-cartflows-ca-email-templates.php:658
571
- msgid ""
572
- "Check this box if the coupon cannot be used in conjunction with other "
573
- "coupons."
574
  msgstr ""
575
 
576
  #: modules/cart-abandonment/class-cartflows-ca-email-templates.php:665
@@ -626,9 +607,7 @@ msgid "Email Details:"
626
  msgstr ""
627
 
628
  #: modules/cart-abandonment/includes/admin/cartflows-ca-single-report-details.php:52
629
- msgid ""
630
- "All new activated emails will be reschedule for this abandoned order. New "
631
- "emails will be sent to user according to schedule time."
632
  msgstr ""
633
 
634
  #: modules/cart-abandonment/includes/admin/cartflows-ca-single-report-details.php:59
@@ -684,9 +663,7 @@ msgid "The email has been sent."
684
  msgstr ""
685
 
686
  #: modules/cart-abandonment/includes/admin/cartflows-ca-single-report-details.php:130
687
- msgid ""
688
- "The email has been unscheduled due to the complete order and won't be sent "
689
- "further."
690
  msgstr ""
691
 
692
  #: modules/cart-abandonment/includes/admin/cartflows-ca-single-report-details.php:163
@@ -835,21 +812,3 @@ msgstr ""
835
  #: modules/cart-abandonment/includes/admin/cartflows-cart-abandonment-tabs.php:14
836
  msgid "WooCommerce Cart Abandonment Recovery "
837
  msgstr ""
838
-
839
- #. Plugin Name of the plugin/theme
840
- msgid "WooCommerce Cart Abandonment Recovery"
841
- msgstr ""
842
-
843
- #. Author URI of the plugin/theme
844
- msgid "https://cartflows.com/"
845
- msgstr ""
846
-
847
- #. Description of the plugin/theme
848
- msgid ""
849
- "Recover your lost revenue. Capture email address of users on the checkout "
850
- "page and send follow up emails if they don't complete the purchase."
851
- msgstr ""
852
-
853
- #. Author of the plugin/theme
854
- msgid "CartFlows Inc"
855
- msgstr ""
1
  # Copyright (C) 2021 CartFlows Inc
2
+ # This file is distributed under the same license as the WooCommerce Cart Abandonment Recovery plugin.
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: WooCommerce Cart Abandonment Recovery 1.2.12\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-cart-abandonment-recovery\n"
 
 
 
 
 
 
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-07-13T04:09:13+00:00\n"
13
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
+ "X-Generator: WP-CLI 2.4.0\n"
15
+ "X-Domain: woo-cart-abandonment-recovery\n"
16
+
17
+ #. Plugin Name of the plugin
18
+ msgid "WooCommerce Cart Abandonment Recovery"
19
+ msgstr ""
20
+
21
+ #. Plugin URI of the plugin
22
+ #. Author URI of the plugin
23
+ msgid "https://cartflows.com/"
24
+ msgstr ""
25
+
26
+ #. Description of the plugin
27
+ msgid "Recover your lost revenue. Capture email address of users on the checkout page and send follow up emails if they don't complete the purchase."
28
+ msgstr ""
29
+
30
+ #. Author of the plugin
31
+ msgid "CartFlows Inc"
32
+ msgstr ""
33
 
 
34
  #. translators: %s: html tags
35
+ #: classes/class-cartflows-ca-loader.php:143
36
+ msgid "The %1$sWooCommerce Cart Abandonment Recovery%2$s plugin requires %1$sWooCommerce%2$s plugin installed & activated."
 
37
  msgstr ""
38
 
39
  #: classes/class-cartflows-ca-loader.php:152
53
  msgstr ""
54
 
55
  #: classes/class-cartflows-ca-settings.php:69
56
+ msgid "Start capturing abandoned carts. <br/><br/> <span class=\"description\"><strong>Note:</strong> Cart will be considered abandoned if order is not completed in <strong>15 minutes</strong>.</span>"
 
 
 
57
  msgstr ""
58
 
59
  #: classes/class-cartflows-ca-settings.php:79
61
  msgstr ""
62
 
63
  #: classes/class-cartflows-ca-settings.php:83
64
+ msgid " It will ignore selected users from abandonment process when they logged in, and hence they can not receive mail for cart abandoned by themselves."
 
 
65
  msgstr ""
66
 
67
  #: classes/class-cartflows-ca-settings.php:93
69
  msgstr ""
70
 
71
  #: classes/class-cartflows-ca-settings.php:97
72
+ msgid " It will not send future recovery emails to selected order status and will mark as recovered."
 
 
73
  msgstr ""
74
 
75
  #: classes/class-cartflows-ca-settings.php:107
89
  msgstr ""
90
 
91
  #: classes/class-cartflows-ca-settings.php:135
92
+ msgid "Delete coupons automatically on weekly basis.<br><span class=\"description\"><br/><strong>Note:</strong> This option will set a weekly cron to delete all <strong>expired</strong> and <strong>used</strong> coupons automatically in the background.</p>"
 
 
 
 
93
  msgstr ""
94
 
95
  #: classes/class-cartflows-ca-settings.php:145
97
  msgstr ""
98
 
99
  #: classes/class-cartflows-ca-settings.php:149
100
+ msgid "<br><strong>Note:</strong> This will delete all <strong>expired</strong> and <strong>used</strong> coupons that were created by Woo Cart Abandonment Recovery.</p>"
 
 
 
101
  msgstr ""
102
 
103
  #: classes/class-cartflows-ca-settings.php:161
133
  msgstr ""
134
 
135
  #: classes/class-cartflows-ca-settings.php:217
136
+ msgid "Allows you to trigger webhook automatically upon cart abandonment and recovery."
 
 
137
  msgstr ""
138
 
139
  #: classes/class-cartflows-ca-settings.php:222
149
  msgstr ""
150
 
151
  #: classes/class-cartflows-ca-settings.php:252
152
+ msgid "Auto-create the special coupon for the abandoned cart to send over the emails."
 
 
153
  msgstr ""
154
 
155
  #: classes/class-cartflows-ca-settings.php:257
167
  msgstr ""
168
 
169
  #: classes/class-cartflows-ca-settings.php:279
170
+ msgid "<br/><br/> <span class=\"description\"><strong>Note: </strong>. Enter zero (0) to restrict coupon from expiring.</span>"
 
 
171
  msgstr ""
172
 
173
  #: classes/class-cartflows-ca-settings.php:310
183
  msgstr ""
184
 
185
  #: classes/class-cartflows-ca-settings.php:330
186
+ msgid "Ask confirmation from the user before tracking data. <br/><br/> <span class=\"description\"><strong>Note:</strong> By checking this, it will show up confirmation text below the email id on checkout page.</span>"
 
 
 
187
  msgstr ""
188
 
189
  #: classes/class-cartflows-ca-settings.php:335
268
  msgid "Time"
269
  msgstr ""
270
 
271
+ #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:125
272
+ #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:127
273
+ msgid "New Customer Order - Recovered Order ID: "
274
+ msgstr ""
275
+
276
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:211
277
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1043
278
  msgid "This order was abandoned & subsequently recovered."
300
  msgstr ""
301
 
302
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:502
303
+ msgid "This checkout page is generated by WooCommerce Cart Abandonment Recovery plugin from test mail."
 
 
304
  msgstr ""
305
 
306
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:544
325
  msgstr ""
326
 
327
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1305
328
+ msgid "Do you really want to delete the used and expired coupons created by Cart Abandonment Plugin?"
 
 
329
  msgstr ""
330
 
331
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1306
352
  msgid "Settings"
353
  msgstr ""
354
 
355
+ #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1632
356
+ msgid "Looks like abandonment tracking is disabled! Please enable it from <a href="
357
+ msgstr ""
358
+
359
  #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:1761
360
  msgid "there"
361
  msgstr ""
396
  msgid "Shipping"
397
  msgstr ""
398
 
 
399
  #. translators: %1$s: Coupons Deleted, %2$s: Deleted coupons count'.
400
+ #: modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php:2180
401
  msgid "%1$s: %2$d"
402
  msgstr ""
403
 
543
  msgstr ""
544
 
545
  #: modules/cart-abandonment/class-cartflows-ca-email-templates.php:637
546
+ msgid "Allows you to grant free shipping. A free shipping method must be enabled in your shipping zone and be set to require \"a valid free shipping coupon\". "
 
 
 
547
  msgstr ""
548
 
549
  #: modules/cart-abandonment/class-cartflows-ca-email-templates.php:644
551
  msgstr ""
552
 
553
  #: modules/cart-abandonment/class-cartflows-ca-email-templates.php:658
554
+ msgid "Check this box if the coupon cannot be used in conjunction with other coupons."
 
 
555
  msgstr ""
556
 
557
  #: modules/cart-abandonment/class-cartflows-ca-email-templates.php:665
607
  msgstr ""
608
 
609
  #: modules/cart-abandonment/includes/admin/cartflows-ca-single-report-details.php:52
610
+ msgid "All new activated emails will be reschedule for this abandoned order. New emails will be sent to user according to schedule time."
 
 
611
  msgstr ""
612
 
613
  #: modules/cart-abandonment/includes/admin/cartflows-ca-single-report-details.php:59
663
  msgstr ""
664
 
665
  #: modules/cart-abandonment/includes/admin/cartflows-ca-single-report-details.php:130
666
+ msgid "The email has been unscheduled due to the complete order and won't be sent further."
 
 
667
  msgstr ""
668
 
669
  #: modules/cart-abandonment/includes/admin/cartflows-ca-single-report-details.php:163
812
  #: modules/cart-abandonment/includes/admin/cartflows-cart-abandonment-tabs.php:14
813
  msgid "WooCommerce Cart Abandonment Recovery "
814
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: sujaypawar, wpcrafter
3
  Tags: woocommerce, cart abandonment, cart recovery
4
  Requires at least: 5.4
5
- Tested up to: 5.7.1
6
- Stable tag: 1.2.12
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -128,6 +128,9 @@ Here are few thoughts behind making it available for free:
128
 
129
  == Changelog ==
130
 
 
 
 
131
  = Version 1.2.12 - Thursday, 29th April 2021 =
132
  * Improvement: Added the placeholder image for the product image.
133
  * Fix: PHP error while notifying recovery to admin.
2
  Contributors: sujaypawar, wpcrafter
3
  Tags: woocommerce, cart abandonment, cart recovery
4
  Requires at least: 5.4
5
+ Tested up to: 5.9.0
6
+ Stable tag: 1.2.13
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
128
 
129
  == Changelog ==
130
 
131
+ = Version 1.2.13 - Tuesday, 13th July 2021 =
132
+ * Fix: Some strings of the plugin were not translatable.
133
+
134
  = Version 1.2.12 - Thursday, 29th April 2021 =
135
  * Improvement: Added the placeholder image for the product image.
136
  * Fix: PHP error while notifying recovery to admin.
woo-cart-abandonment-recovery.php CHANGED
@@ -3,12 +3,12 @@
3
  * Plugin Name: WooCommerce Cart Abandonment Recovery
4
  * Plugin URI: https://cartflows.com/
5
  * Description: Recover your lost revenue. Capture email address of users on the checkout page and send follow up emails if they don't complete the purchase.
6
- * Version: 1.2.12
7
  * Author: CartFlows Inc
8
  * Author URI: https://cartflows.com/
9
  * Text Domain: woo-cart-abandonment-recovery
10
  * WC requires at least: 3.0
11
- * WC tested up to: 5.2.2
12
  *
13
  * @package Woocommerce-Cart-Abandonment-Recovery
14
  */
3
  * Plugin Name: WooCommerce Cart Abandonment Recovery
4
  * Plugin URI: https://cartflows.com/
5
  * Description: Recover your lost revenue. Capture email address of users on the checkout page and send follow up emails if they don't complete the purchase.
6
+ * Version: 1.2.13
7
  * Author: CartFlows Inc
8
  * Author URI: https://cartflows.com/
9
  * Text Domain: woo-cart-abandonment-recovery
10
  * WC requires at least: 3.0
11
+ * WC tested up to: 5.5.0
12
  *
13
  * @package Woocommerce-Cart-Abandonment-Recovery
14
  */