From c53f3691f2f1c16a0a712d46868fda5d3985f853 Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Tue, 2 Apr 2019 16:15:01 -0600 Subject: [PATCH 01/13] WIP of testing suite(s) As of this commit, running `codecept run --debug tests/acceptance/SignInCest.php` does not work. However, if I disable the WPDb module in acceptance.suite.yml, set `loadOnly` to `false` in the WPLoader module, then run that test again, it works. HOWEVER, if I then _immediately_ run the test again, it doesn't run the tests! Just outputs: [Connecting To Db] {"config":{"tablePrefix":"wp_","populate":true,"cleanup":true,"reconnect":false,"dump":"tests/_data/dump.sql","populator":null,"urlReplacement":true,"waitlock":10,"dsn":"mysql:host=localhost;dbname=wp_convertkit","user":"root","password":"","url":"https://convertkit.test"},"options":[]} [Db] Connected to default wp_convertkit Running as single site I do not know why the tests won't run two times in a row. Yet. --- admin/class-convertkit-settings.php | 44 +- codeception.dist.yml | 2 +- tests/_data/dump.sql | 5520 ++++++++++++++++- tests/acceptance.suite.yml | 48 +- tests/acceptance/DatabaseCharacterSetCest.php | 78 + tests/acceptance/SignInCest.php | 91 +- tests/functional.suite.yml | 15 +- tests/functional/DatabaseCest.php | 22 + 8 files changed, 5696 insertions(+), 124 deletions(-) create mode 100644 tests/acceptance/DatabaseCharacterSetCest.php create mode 100644 tests/functional/DatabaseCest.php diff --git a/admin/class-convertkit-settings.php b/admin/class-convertkit-settings.php index 953294756..94d886b5f 100644 --- a/admin/class-convertkit-settings.php +++ b/admin/class-convertkit-settings.php @@ -123,22 +123,7 @@ public function display_settings_page() { * Check for utf8mb4 support. * Lack of support will cause problems if any content pulled in from ConvertKit contains emoji characters */ - global $wpdb; - if ( $wpdb->get_col_charset( 'wp_options', 'option_value' ) !== 'utf8mb4' ) { - ?> -
-

- - utf8mb4 character set' ); - ?> - -

-
- maybe_warn_utf8(); // Check for Multibyte string PHP extension. if ( ! extension_loaded( 'mbstring' ) ) { @@ -164,6 +149,33 @@ public function display_settings_page() { get_col_charset( 'wp_options', 'option_value' ) !== 'utf8mb4' ) { + return $this->show_utf8_warning(); + } + else { + return false; + } + } + + public function show_utf8_warning() { + ?> +
+

+ + utf8mb4 character set' ); + ?> + +

+
+ Gravatar.',0,'1','','',0,0); + (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-12-31 17:29:28','2018-12-31 17:29:28','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.',0,'1','','',0,0), + (2,29,'travis','travis@memberup.co','','','2019-01-16 18:46:29','2019-01-16 18:46:29','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0), + (3,36,'travis','travis@memberup.co','','','2019-01-22 21:31:39','2019-01-22 21:31:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0), + (4,36,'travis','travis@memberup.co','','','2019-01-22 21:33:30','2019-01-22 21:33:30','Order status changed from Completed to Processing.',0,'1','WooCommerce','order_note',0,0), + (5,36,'travis','travis@memberup.co','','','2019-01-22 21:33:39','2019-01-22 21:33:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), + (6,38,'travis','travis@memberup.co','','','2019-01-22 21:42:27','2019-01-22 21:42:27','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0), + (7,43,'WooCommerce','woocommerce@ck.test','','','2019-01-22 22:11:15','2019-01-22 22:11:15','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (8,43,'travis','travis@memberup.co','','','2019-01-22 22:12:39','2019-01-22 22:12:39','Order status changed from On hold to Completed.',0,'1','WooCommerce','order_note',0,0), + (9,44,'WooCommerce','woocommerce@ck.test','','','2019-01-30 16:44:04','2019-01-30 16:44:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (10,44,'WooCommerce','woocommerce@ck.test','','','2019-01-30 16:44:04','2019-01-30 16:44:04','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (11,46,'WooCommerce','woocommerce@ck.test','','','2019-02-04 16:05:17','2019-02-04 16:05:17','Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (12,46,'WooCommerce','woocommerce@ck.test','','','2019-02-04 16:05:17','2019-02-04 16:05:17','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (13,47,'WooCommerce','woocommerce@ck.test','','','2019-02-04 16:08:11','2019-02-04 16:08:11','Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (14,47,'WooCommerce','woocommerce@ck.test','','','2019-02-04 16:08:29','2019-02-04 16:08:29','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (15,58,'WooCommerce','woocommerce@ck.test','','','2019-02-06 17:42:47','2019-02-06 17:42:47','Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (16,58,'WooCommerce','woocommerce@ck.test','','','2019-02-06 17:42:47','2019-02-06 17:42:47','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (17,59,'WooCommerce','woocommerce@ck.test','','','2019-02-07 21:02:29','2019-02-07 21:02:29','Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (18,59,'WooCommerce','woocommerce@ck.test','','','2019-02-07 21:02:38','2019-02-07 21:02:38','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (19,59,'travis','travis@memberup.co','','','2019-02-07 21:05:41','2019-02-07 21:05:41','Order status changed from On hold to Completed.',0,'1','WooCommerce','order_note',0,0), + (20,58,'travis','travis@memberup.co','','','2019-02-07 21:06:29','2019-02-07 21:06:29','Order status changed from On hold to Completed.',0,'1','WooCommerce','order_note',0,0), + (21,61,'WooCommerce','woocommerce@ck.test','','','2019-02-12 00:01:37','2019-02-12 00:01:37','Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (22,61,'WooCommerce','woocommerce@ck.test','','','2019-02-12 00:01:40','2019-02-12 00:01:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (23,61,'WooCommerce','woocommerce@ck.test','','','2019-02-12 00:01:40','2019-02-12 00:01:40','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (24,61,'WooCommerce','woocommerce@ck.test','','','2019-02-12 00:01:40','2019-02-12 00:01:40','Stripe charge complete (Charge ID: ch_1E2oiUDZAIhobIOu7p8WV6q1)',0,'1','WooCommerce','order_note',0,0), + (25,62,'WooCommerce','woocommerce@ck.test','','','2019-02-18 16:17:55','2019-02-18 16:17:55','[ConvertKit] Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (26,62,'WooCommerce','woocommerce@ck.test','','','2019-02-18 16:17:58','2019-02-18 16:17:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (27,62,'WooCommerce','woocommerce@ck.test','','','2019-02-18 16:17:59','2019-02-18 16:17:59','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (28,62,'WooCommerce','woocommerce@ck.test','','','2019-02-18 16:17:59','2019-02-18 16:17:59','Stripe charge complete (Charge ID: ch_1E5EoaDZAIhobIOuGGRlLhUY)',0,'1','WooCommerce','order_note',0,0), + (29,63,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:04:17','2019-02-19 18:04:17','[ConvertKit] Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (30,63,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:04:23','2019-02-19 18:04:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (31,63,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:04:24','2019-02-19 18:04:24','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (32,63,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:04:24','2019-02-19 18:04:24','Stripe charge complete (Charge ID: ch_1E5cx4DZAIhobIOuea9SSr6y)',0,'1','WooCommerce','order_note',0,0), + (33,64,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:08:22','2019-02-19 18:08:22','[ConvertKit] Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (34,65,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:14:22','2019-02-19 18:14:22','[ConvertKit] Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (35,65,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:14:25','2019-02-19 18:14:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (36,65,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:14:25','2019-02-19 18:14:25','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (37,65,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:14:25','2019-02-19 18:14:25','Stripe charge complete (Charge ID: ch_1E5d6pDZAIhobIOughCQrbvW)',0,'1','WooCommerce','order_note',0,0), + (38,67,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:15:59','2019-02-19 18:15:59','[ConvertKit] Customer tagged with: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (39,67,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:16:02','2019-02-19 18:16:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (40,67,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:16:02','2019-02-19 18:16:02','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (41,67,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:16:02','2019-02-19 18:16:02','Stripe charge complete (Charge ID: ch_1E5d8ODZAIhobIOuGkZmuflQ)',0,'1','WooCommerce','order_note',0,0), + (42,69,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:58:21','2019-02-19 18:58:21','[ConvertKit] Customer subscribed to the tag: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (43,69,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:58:21','2019-02-19 18:58:21','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (44,69,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:58:23','2019-02-19 18:58:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (45,69,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:58:23','2019-02-19 18:58:23','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (46,69,'WooCommerce','woocommerce@ck.test','','','2019-02-19 18:58:23','2019-02-19 18:58:23','Stripe charge complete (Charge ID: ch_1E5dnODZAIhobIOudfw4y4yJ)',0,'1','WooCommerce','order_note',0,0), + (47,73,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:01:43','2019-02-19 19:01:43','[ConvertKit] Customer subscribed to the tag: woocommerce-purchase',0,'1','WooCommerce','order_note',0,0), + (48,73,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:01:44','2019-02-19 19:01:44','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (49,73,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:01:47','2019-02-19 19:01:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (50,73,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:01:48','2019-02-19 19:01:48','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (51,73,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:01:48','2019-02-19 19:01:48','Stripe charge complete (Charge ID: ch_1E5dqfDZAIhobIOuQlVxEz9s)',0,'1','WooCommerce','order_note',0,0), + (52,74,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:03:03','2019-02-19 19:03:03','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (53,74,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:03:18','2019-02-19 19:03:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (54,74,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:03:19','2019-02-19 19:03:19','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (55,74,'WooCommerce','woocommerce@ck.test','','','2019-02-19 19:03:19','2019-02-19 19:03:19','Stripe charge complete (Charge ID: ch_1E5ds7DZAIhobIOuNpmEH3j3)',0,'1','WooCommerce','order_note',0,0), + (56,78,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:44:57','2019-02-20 22:44:57','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (57,78,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:45:19','2019-02-20 22:45:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (58,78,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:45:20','2019-02-20 22:45:20','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (59,78,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:45:20','2019-02-20 22:45:20','Stripe charge complete (Charge ID: ch_1E63oYDZAIhobIOu8H5xSc4A)',0,'1','WooCommerce','order_note',0,0), + (60,79,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:47:07','2019-02-20 22:47:07','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (61,79,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:47:13','2019-02-20 22:47:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (62,79,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:47:13','2019-02-20 22:47:13','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (63,79,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:47:13','2019-02-20 22:47:13','Stripe charge complete (Charge ID: ch_1E63qODZAIhobIOuMjGUilv3)',0,'1','WooCommerce','order_note',0,0), + (64,81,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:50:15','2019-02-20 22:50:15','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (65,81,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:50:16','2019-02-20 22:50:16','[ConvertKit] Customer subscribed to the tag: GDPR: Email Consent',0,'1','WooCommerce','order_note',0,0), + (66,81,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:50:16','2019-02-20 22:50:16','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (67,81,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:50:18','2019-02-20 22:50:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (68,81,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:50:19','2019-02-20 22:50:19','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (69,81,'WooCommerce','woocommerce@ck.test','','','2019-02-20 22:50:19','2019-02-20 22:50:19','Stripe charge complete (Charge ID: ch_1E63tODZAIhobIOuzOsCNuI5)',0,'1','WooCommerce','order_note',0,0), + (70,82,'WooCommerce','woocommerce@ck.test','','','2019-02-25 21:46:41','2019-02-25 21:46:41','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (71,82,'WooCommerce','woocommerce@ck.test','','','2019-02-25 21:46:42','2019-02-25 21:46:42','[ConvertKit] Customer subscribed to the tag: GDPR: Email Consent',0,'1','WooCommerce','order_note',0,0), + (72,82,'WooCommerce','woocommerce@ck.test','','','2019-02-25 21:46:45','2019-02-25 21:46:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (73,82,'WooCommerce','woocommerce@ck.test','','','2019-02-25 21:46:45','2019-02-25 21:46:45','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (74,82,'WooCommerce','woocommerce@ck.test','','','2019-02-25 21:46:45','2019-02-25 21:46:45','Stripe charge complete (Charge ID: ch_1E7rHaDZAIhobIOujejjn5CI)',0,'1','WooCommerce','order_note',0,0), + (75,83,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:22:40','2019-02-26 21:22:40','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (76,83,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:22:41','2019-02-26 21:22:41','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (77,83,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:22:44','2019-02-26 21:22:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (78,83,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:24:24','2019-02-26 21:24:24','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (79,83,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:24:32','2019-02-26 21:24:32','Stripe charge complete (Charge ID: ch_1E8DNwDZAIhobIOuMeqnngZ1)',0,'1','WooCommerce','order_note',0,0), + (80,84,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:34:56','2019-02-26 21:34:56','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (81,84,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:34:56','2019-02-26 21:34:56','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (82,84,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:34:59','2019-02-26 21:34:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (83,84,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:35:00','2019-02-26 21:35:00','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (84,84,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:35:00','2019-02-26 21:35:00','Stripe charge complete (Charge ID: ch_1E8DZoDZAIhobIOuj4IpN9Ey)',0,'1','WooCommerce','order_note',0,0), + (85,85,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:35:57','2019-02-26 21:35:57','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (86,85,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:35:58','2019-02-26 21:35:58','[ConvertKit] Customer subscribed to the tag: GDPR: Email Consent',0,'1','WooCommerce','order_note',0,0), + (87,85,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:35:58','2019-02-26 21:35:58','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (88,85,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:36:02','2019-02-26 21:36:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (89,85,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:36:29','2019-02-26 21:36:29','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (90,85,'WooCommerce','woocommerce@ck.test','','','2019-02-26 21:36:35','2019-02-26 21:36:35','Stripe charge complete (Charge ID: ch_1E8DaoDZAIhobIOuVI4Q4cOq)',0,'1','WooCommerce','order_note',0,0), + (91,66,'WooCommerce','woocommerce@ck.test','','','2019-03-12 18:28:43','2019-03-12 18:28:43','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0), + (92,68,'WooCommerce','woocommerce@ck.test','','','2019-03-12 18:28:43','2019-03-12 18:28:43','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0), + (93,75,'WooCommerce','woocommerce@ck.test','','','2019-03-12 18:28:43','2019-03-12 18:28:43','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0), + (94,77,'WooCommerce','woocommerce@ck.test','','','2019-03-12 18:28:43','2019-03-12 18:28:43','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0), + (95,85,'travis','travis@memberup.co','','','2019-03-15 15:41:29','2019-03-15 15:41:29','Order status changed from Processing to On hold.',0,'1','WooCommerce','order_note',0,0), + (96,97,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:10:46','2019-03-15 17:10:46','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (97,97,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:10:46','2019-03-15 17:10:46','Stripe charge authorized (Charge ID: ch_1EEJYNDZAIhobIOubzGzXxzw). Process order to take payment, or cancel to remove the pre-authorization. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (98,98,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:15:53','2019-03-15 17:15:53','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (99,98,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:15:53','2019-03-15 17:15:53','Stripe charge authorized (Charge ID: ch_1EEJa4DZAIhobIOuf74hG7qQ). Process order to take payment, or cancel to remove the pre-authorization. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (100,99,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:17:50','2019-03-15 17:17:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (101,99,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:17:51','2019-03-15 17:17:51','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (102,99,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:17:51','2019-03-15 17:17:51','Stripe charge complete (Charge ID: ch_1EEJf8DZAIhobIOuYQ1aijji)',0,'1','WooCommerce','order_note',0,0), + (103,100,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:19:46','2019-03-15 17:19:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (104,100,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:19:47','2019-03-15 17:19:47','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (105,100,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:19:47','2019-03-15 17:19:47','Stripe charge complete (Charge ID: ch_1EEJgFDZAIhobIOumNghhFgi)',0,'1','WooCommerce','order_note',0,0), + (106,101,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:20:47','2019-03-15 17:20:47','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (107,101,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:20:47','2019-03-15 17:20:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (108,101,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:20:47','2019-03-15 17:20:47','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (109,101,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:20:47','2019-03-15 17:20:47','Stripe charge complete (Charge ID: ch_1EEJi2DZAIhobIOuRZJTy1PD)',0,'1','WooCommerce','order_note',0,0), + (110,102,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:23:07','2019-03-15 17:23:07','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (111,102,'WooCommerce','woocommerce@ck.test','','','2019-03-15 17:23:07','2019-03-15 17:23:07','Stripe charge authorized (Charge ID: ch_1EEJkLDZAIhobIOuMNOAgcu6). Process order to take payment, or cancel to remove the pre-authorization. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (112,104,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:38:40','2019-03-18 17:38:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (113,104,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:39:30','2019-03-18 17:39:30','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (114,104,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:39:30','2019-03-18 17:39:30','Stripe charge complete (Charge ID: ch_1EFPQ2DZAIhobIOuxVUrTCKO)',0,'1','WooCommerce','order_note',0,0), + (115,105,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:40:31','2019-03-18 17:40:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (116,105,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:40:32','2019-03-18 17:40:32','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (117,105,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:40:32','2019-03-18 17:40:32','Stripe charge complete (Charge ID: ch_1EFPRqDZAIhobIOul1LP10dn)',0,'1','WooCommerce','order_note',0,0), + (118,106,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:41:07','2019-03-18 17:41:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (119,106,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:41:08','2019-03-18 17:41:08','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (120,106,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:41:08','2019-03-18 17:41:08','Stripe charge complete (Charge ID: ch_1EFPSQDZAIhobIOucFOd4tYx)',0,'1','WooCommerce','order_note',0,0), + (121,107,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:42:30','2019-03-18 17:42:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (122,107,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:42:30','2019-03-18 17:42:30','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (123,107,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:42:30','2019-03-18 17:42:30','Stripe charge complete (Charge ID: ch_1EFPTbDZAIhobIOuW1nSj8RW)',0,'1','WooCommerce','order_note',0,0), + (124,108,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:45:25','2019-03-18 17:45:25','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (125,108,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:46:36','2019-03-18 17:46:36','[ConvertKit] Customer subscribed to the sequence: Test sequence',0,'1','WooCommerce','order_note',0,0), + (126,108,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:46:43','2019-03-18 17:46:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (127,108,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:46:44','2019-03-18 17:46:44','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (128,108,'WooCommerce','woocommerce@ck.test','','','2019-03-18 17:46:44','2019-03-18 17:46:44','Stripe charge complete (Charge ID: ch_1EFPUmDZAIhobIOuskVApqdt)',0,'1','WooCommerce','order_note',0,0), + (129,109,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:32:09','2019-03-18 18:32:09','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (130,109,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:32:09','2019-03-18 18:32:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (131,109,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:32:10','2019-03-18 18:32:10','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (132,109,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:32:10','2019-03-18 18:32:10','Stripe charge complete (Charge ID: ch_1EFQEXDZAIhobIOu52dxPwXf)',0,'1','WooCommerce','order_note',0,0), + (133,110,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:34:56','2019-03-18 18:34:56','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (134,110,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:34:56','2019-03-18 18:34:56','Stripe charge authorized (Charge ID: ch_1EFQIUDZAIhobIOujC5lMNuH). Process order to take payment, or cancel to remove the pre-authorization. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (135,111,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:36:25','2019-03-18 18:36:25','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (136,111,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:36:25','2019-03-18 18:36:25','Stripe charge authorized (Charge ID: ch_1EFQJvDZAIhobIOugcpAjjT5). Process order to take payment, or cancel to remove the pre-authorization. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0), + (137,112,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:37:21','2019-03-18 18:37:21','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (138,112,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:37:21','2019-03-18 18:37:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (139,112,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:37:21','2019-03-18 18:37:21','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (140,112,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:37:21','2019-03-18 18:37:21','Stripe charge complete (Charge ID: ch_1EFQKoDZAIhobIOuj97M5OYE)',0,'1','WooCommerce','order_note',0,0), + (141,113,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:39:35','2019-03-18 18:39:35','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (142,113,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:39:35','2019-03-18 18:39:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (143,113,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:39:35','2019-03-18 18:39:35','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (144,113,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:39:35','2019-03-18 18:39:35','Stripe charge complete (Charge ID: ch_1EFQN0DZAIhobIOuYow6QrCR)',0,'1','WooCommerce','order_note',0,0), + (145,114,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:40:28','2019-03-18 18:40:28','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (146,114,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:40:28','2019-03-18 18:40:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (147,114,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:40:52','2019-03-18 18:40:52','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (148,114,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:40:52','2019-03-18 18:40:52','Stripe charge complete (Charge ID: ch_1EFQNbDZAIhobIOu0WaB8GLf)',0,'1','WooCommerce','order_note',0,0), + (149,115,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:41:52','2019-03-18 18:41:52','[ConvertKit] Customer subscribed to the form: Advice form',0,'1','WooCommerce','order_note',0,0), + (150,115,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:41:52','2019-03-18 18:41:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), + (151,115,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:56:00','2019-03-18 18:56:00','Payment data sent to ConvertKit',0,'1','WooCommerce','order_note',0,0), + (152,115,'WooCommerce','woocommerce@ck.test','','','2019-03-18 18:56:00','2019-03-18 18:56:00','Stripe charge complete (Charge ID: ch_1EFQOoDZAIhobIOuAYXK8yy2)',0,'1','WooCommerce','order_note',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; +# Dump of table wp_convertkit_user_history +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_convertkit_user_history`; + +CREATE TABLE `wp_convertkit_user_history` ( + `visit_id` bigint(20) NOT NULL AUTO_INCREMENT, + `visitor_cookie` mediumtext NOT NULL, + `user_id` bigint(20) NOT NULL, + `subscriber_id` bigint(20) NOT NULL, + `url` mediumtext NOT NULL, + `ip` tinytext NOT NULL, + `date` datetime NOT NULL, + PRIMARY KEY (`visit_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_gf_addon_feed +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_addon_feed`; + +CREATE TABLE `wp_gf_addon_feed` ( + `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, + `form_id` mediumint(8) unsigned NOT NULL, + `is_active` tinyint(1) NOT NULL DEFAULT '1', + `feed_order` mediumint(8) unsigned NOT NULL DEFAULT '0', + `meta` longtext COLLATE utf8mb4_unicode_520_ci, + `addon_slug` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `event_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `addon_form` (`addon_slug`,`form_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_gf_addon_feed` WRITE; +/*!40000 ALTER TABLE `wp_gf_addon_feed` DISABLE KEYS */; + +INSERT INTO `wp_gf_addon_feed` (`id`, `form_id`, `is_active`, `feed_order`, `meta`, `addon_slug`, `event_type`) +VALUES + (2,1,1,0,'{\"feedName\":\"Drip Feed 1\",\"account_id\":\"4986925\",\"drip_action\":\"create_or_update\",\"email\":\"2\",\"new_email\":\"2\",\"custom_fields\":[{\"key\":\"gf_custom\",\"value\":\"1\",\"custom_key\":\"name_full\"}],\"user_id\":\"\",\"add_tags\":\"\",\"remove_tags\":\"\",\"prospect\":\"0\",\"base_lead_score\":\"\",\"base_lead_score_custom\":\"\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[]}','gravityformsdrip',NULL), + (3,1,1,0,'{\"feed_name\":\"testing!\",\"form_id\":\"829772\",\"field_map_e\":\"2\",\"field_map_n\":\"1.3\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[]}','ckgf',NULL); + +/*!40000 ALTER TABLE `wp_gf_addon_feed` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_gf_draft_submissions +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_draft_submissions`; + +CREATE TABLE `wp_gf_draft_submissions` ( + `uuid` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `form_id` mediumint(8) unsigned NOT NULL, + `date_created` datetime NOT NULL, + `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `source_url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + `submission` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + PRIMARY KEY (`uuid`), + KEY `form_id` (`form_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_gf_entry +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_entry`; + +CREATE TABLE `wp_gf_entry` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `form_id` mediumint(8) unsigned NOT NULL, + `post_id` bigint(20) unsigned DEFAULT NULL, + `date_created` datetime NOT NULL, + `date_updated` datetime DEFAULT NULL, + `is_starred` tinyint(1) NOT NULL DEFAULT '0', + `is_read` tinyint(1) NOT NULL DEFAULT '0', + `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `source_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', + `user_agent` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', + `currency` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `payment_status` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `payment_date` datetime DEFAULT NULL, + `payment_amount` decimal(19,2) DEFAULT NULL, + `payment_method` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `is_fulfilled` tinyint(1) DEFAULT NULL, + `created_by` bigint(20) unsigned DEFAULT NULL, + `transaction_type` tinyint(1) DEFAULT NULL, + `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active', + PRIMARY KEY (`id`), + KEY `form_id` (`form_id`), + KEY `form_id_status` (`form_id`,`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_gf_entry` WRITE; +/*!40000 ALTER TABLE `wp_gf_entry` DISABLE KEYS */; + +INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) +VALUES + (1,1,NULL,'2019-02-05 20:40:28','2019-02-05 20:40:28',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (2,1,NULL,'2019-02-05 20:41:26','2019-02-05 20:41:26',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (3,1,NULL,'2019-02-05 20:43:27','2019-02-05 20:43:27',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (4,1,NULL,'2019-02-05 20:44:56','2019-02-05 20:44:56',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (5,1,NULL,'2019-02-05 20:46:44','2019-02-05 20:46:44',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (6,1,NULL,'2019-02-05 20:54:14','2019-02-05 20:54:14',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (7,1,NULL,'2019-02-05 20:55:28','2019-02-05 20:55:28',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (8,1,NULL,'2019-02-05 21:01:18','2019-02-05 21:01:18',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (9,1,NULL,'2019-02-05 21:13:23','2019-02-05 21:13:23',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (10,1,NULL,'2019-02-05 22:18:21','2019-02-05 22:18:21',0,0,'127.0.0.1','https://ck.test/gravity-forms-convertkit-page/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'), + (11,1,NULL,'2019-02-05 22:18:46','2019-02-05 22:18:46',0,0,'127.0.0.1','https://ck.test/gravity-forms-convertkit-page/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'), + (12,1,NULL,'2019-02-05 22:19:10','2019-02-05 22:19:10',0,0,'127.0.0.1','https://ck.test/gravity-forms-convertkit-page/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'), + (13,1,NULL,'2019-02-12 18:00:40','2019-02-12 18:00:40',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (14,1,NULL,'2019-02-12 18:01:24','2019-02-12 18:01:24',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (15,1,NULL,'2019-02-12 18:02:48','2019-02-12 18:02:48',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (16,1,NULL,'2019-02-12 18:03:12','2019-02-12 18:03:12',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (17,1,NULL,'2019-02-12 18:03:24','2019-02-12 18:03:24',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (18,1,NULL,'2019-02-12 18:03:42','2019-02-12 18:03:42',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (19,1,NULL,'2019-02-18 14:37:34','2019-02-18 14:37:34',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'), + (20,1,NULL,'2019-02-18 14:37:49','2019-02-18 14:37:49',0,0,'127.0.0.1','https://ck.test/?gf_page=preview&id=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'); + +/*!40000 ALTER TABLE `wp_gf_entry` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_gf_entry_meta +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_entry_meta`; + +CREATE TABLE `wp_gf_entry_meta` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', + `entry_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, + `item_index` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `meta_key` (`meta_key`(191)), + KEY `entry_id` (`entry_id`), + KEY `meta_value` (`meta_value`(191)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_gf_entry_meta` WRITE; +/*!40000 ALTER TABLE `wp_gf_entry_meta` DISABLE KEYS */; + +INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) +VALUES + (1,1,1,'1.3','testerywoo',''), + (2,1,1,'2','okasdfoiasudtjq@memberup.co',''), + (3,1,1,'ckgf_is_fulfilled','1',NULL), + (4,1,1,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"1\";}}',NULL), + (5,1,2,'1.3','sadgasdfljsdflkj',''), + (6,1,2,'2','asdlgkjasdlgtjqwoe@memberup.co',''), + (7,1,2,'ckgf_is_fulfilled','1',NULL), + (8,1,2,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"1\";}}',NULL), + (9,1,3,'1.3','asgsdgasdgasdgasdg',''), + (10,1,3,'2','tquwoetr8u2890@memberup.co',''), + (11,1,3,'ckgf_is_fulfilled','1',NULL), + (12,1,3,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"1\";}}',NULL), + (13,1,4,'1.3','asdgsdgsdf',''), + (14,1,4,'2','wetqwr82@memberup.co',''), + (15,1,4,'ckgf_is_fulfilled','1',NULL), + (16,1,4,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"1\";}}',NULL), + (17,1,5,'1.3','firsty',''), + (18,1,5,'1.6','lasty',''), + (19,1,5,'2','asdgf0oiawjet890@memberup.co',''), + (20,1,5,'ckgf_is_fulfilled','1',NULL), + (21,1,5,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"1\";}}',NULL), + (22,1,6,'1.3','testery woo',''), + (23,1,6,'1.6','lastname',''), + (24,1,6,'2','oaskdgoawieut@memberup.co',''), + (25,1,6,'ckgf_is_fulfilled','1',NULL), + (26,1,6,'processed_feeds','a:2:{s:4:\"ckgf\";a:1:{i:0;s:1:\"1\";}s:16:\"gravityformsdrip\";a:1:{i:0;s:1:\"2\";}}',NULL), + (27,1,6,'gravityformsdrip_is_fulfilled','1',NULL), + (28,1,7,'1.3','firsty',''), + (29,1,7,'1.6','lasty',''), + (30,1,7,'2','asodgij@memberup.co',''), + (31,1,7,'ckgf_is_fulfilled','1',NULL), + (32,1,7,'processed_feeds','a:2:{s:4:\"ckgf\";a:1:{i:0;s:1:\"1\";}s:16:\"gravityformsdrip\";a:1:{i:0;s:1:\"2\";}}',NULL), + (33,1,7,'gravityformsdrip_is_fulfilled','1',NULL), + (34,1,8,'1.3','firstylastnyperson',''), + (35,1,8,'1.6','lastnamehhere',''), + (36,1,8,'2','ajsdgfoiaweut8902@memberup.co',''), + (37,1,8,'ckgf_is_fulfilled','1',NULL), + (38,1,8,'processed_feeds','a:2:{s:4:\"ckgf\";a:1:{i:0;s:1:\"1\";}s:16:\"gravityformsdrip\";a:1:{i:0;s:1:\"2\";}}',NULL), + (39,1,8,'gravityformsdrip_is_fulfilled','1',NULL), + (40,1,9,'1.3','teseradosifjuasodifu',''), + (41,1,9,'2','asodgijasodgj@memberup.co',''), + (42,1,9,'ckgf_is_fulfilled','1',NULL), + (43,1,9,'processed_feeds','a:2:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}s:16:\"gravityformsdrip\";a:1:{i:0;s:1:\"2\";}}',NULL), + (44,1,9,'gravityformsdrip_is_fulfilled','1',NULL), + (45,1,10,'1.3','testingcookie',''), + (46,1,10,'2','cookietesteraysdfo2@memberup.co',''), + (47,1,10,'ckgf_is_fulfilled','1',NULL), + (48,1,10,'processed_feeds','a:2:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}s:16:\"gravityformsdrip\";a:1:{i:0;s:1:\"2\";}}',NULL), + (49,1,10,'gravityformsdrip_is_fulfilled','1',NULL), + (50,1,11,'1.3','asdgflasdhfsad',''), + (51,1,11,'2','sdagfsdfasdfasdlkfj@memberup.co',''), + (52,1,11,'ckgf_is_fulfilled','1',NULL), + (53,1,11,'processed_feeds','a:2:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}s:16:\"gravityformsdrip\";a:1:{i:0;s:1:\"2\";}}',NULL), + (54,1,11,'gravityformsdrip_is_fulfilled','1',NULL), + (55,1,12,'1.3','asdgasdgtqwetawesdf',''), + (56,1,12,'2','asdfoajswdfoij2W@memberup.co',''), + (57,1,12,'ckgf_is_fulfilled','1',NULL), + (58,1,12,'processed_feeds','a:2:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}s:16:\"gravityformsdrip\";a:1:{i:0;s:1:\"2\";}}',NULL), + (59,1,12,'gravityformsdrip_is_fulfilled','1',NULL), + (60,1,13,'1.3','tesatdlskfjaosdfj',''), + (61,1,13,'2','aosdifjoasidjflasdkfj@memberup.co',''), + (62,1,13,'ckgf_is_fulfilled','1',NULL), + (63,1,13,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}}',NULL), + (64,1,14,'1.3','asdfasldkfjaslkjdf',''), + (65,1,14,'2','asdoifu2304t2345@memberup.co',''), + (66,1,15,'1.3','asdgasdgasdfas',''), + (67,1,15,'2','df24tr2837@memberup.co',''), + (68,1,15,'ckgf_is_fulfilled','1',NULL), + (69,1,15,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}}',NULL), + (70,1,14,'ckgf_is_fulfilled','1',NULL), + (71,1,14,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}}',NULL), + (72,1,16,'1.3','asdgasdfasdf',''), + (73,1,16,'2','416234897@memberup.co',''), + (74,1,16,'ckgf_is_fulfilled','1',NULL), + (75,1,16,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}}',NULL), + (76,1,17,'1.3','asgsdt34',''), + (77,1,17,'2','2462380ajsldkf@memberup.co',''), + (78,1,17,'ckgf_is_fulfilled','1',NULL), + (79,1,17,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}}',NULL), + (80,1,18,'1.3','sghawet0w894',''), + (81,1,18,'2','3q04985tWmember@memberup.co',''), + (82,1,18,'ckgf_is_fulfilled','1',NULL), + (83,1,18,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}}',NULL), + (84,1,19,'1.3','testery',''), + (85,1,19,'2','wooo@asdf.com',''), + (86,1,19,'ckgf_is_fulfilled','1',NULL), + (87,1,19,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}}',NULL), + (88,1,20,'1.3','testery',''), + (89,1,20,'2','wooo@asdf.com',''), + (90,1,20,'ckgf_is_fulfilled','1',NULL), + (91,1,20,'processed_feeds','a:1:{s:4:\"ckgf\";a:1:{i:0;s:1:\"3\";}}',NULL); + +/*!40000 ALTER TABLE `wp_gf_entry_meta` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_gf_entry_notes +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_entry_notes`; + +CREATE TABLE `wp_gf_entry_notes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `entry_id` int(10) unsigned NOT NULL, + `user_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `user_id` bigint(20) DEFAULT NULL, + `date_created` datetime NOT NULL, + `value` longtext COLLATE utf8mb4_unicode_520_ci, + `note_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `sub_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `entry_id` (`entry_id`), + KEY `entry_user_key` (`entry_id`,`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_gf_form +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_form`; + +CREATE TABLE `wp_gf_form` ( + `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, + `title` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `date_created` datetime NOT NULL, + `date_updated` datetime DEFAULT NULL, + `is_active` tinyint(1) NOT NULL DEFAULT '1', + `is_trash` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_gf_form` WRITE; +/*!40000 ALTER TABLE `wp_gf_form` DISABLE KEYS */; + +INSERT INTO `wp_gf_form` (`id`, `title`, `date_created`, `date_updated`, `is_active`, `is_trash`) +VALUES + (1,'test form','2019-01-21 17:47:02',NULL,1,0); + +/*!40000 ALTER TABLE `wp_gf_form` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_gf_form_meta +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_form_meta`; + +CREATE TABLE `wp_gf_form_meta` ( + `form_id` mediumint(8) unsigned NOT NULL, + `display_meta` longtext COLLATE utf8mb4_unicode_520_ci, + `entries_grid_meta` longtext COLLATE utf8mb4_unicode_520_ci, + `confirmations` longtext COLLATE utf8mb4_unicode_520_ci, + `notifications` longtext COLLATE utf8mb4_unicode_520_ci, + PRIMARY KEY (`form_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_gf_form_meta` WRITE; +/*!40000 ALTER TABLE `wp_gf_form_meta` DISABLE KEYS */; + +INSERT INTO `wp_gf_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`, `confirmations`, `notifications`) +VALUES + (1,'{\"title\":\"test form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"isHidden\":false},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"}],\"version\":\"2.4.5.2\",\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"nextFieldId\":3}',NULL,'{\"5c46059677d58\":{\"id\":\"5c46059677d58\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5c460596768dd\":{\"id\":\"5c460596768dd\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'); + +/*!40000 ALTER TABLE `wp_gf_form_meta` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_gf_form_revisions +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_form_revisions`; + +CREATE TABLE `wp_gf_form_revisions` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `form_id` mediumint(8) unsigned NOT NULL, + `display_meta` longtext COLLATE utf8mb4_unicode_520_ci, + `date_created` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `date_created` (`date_created`), + KEY `form_id` (`form_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_gf_form_view +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_gf_form_view`; + +CREATE TABLE `wp_gf_form_view` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `form_id` mediumint(8) unsigned NOT NULL, + `date_created` datetime NOT NULL, + `ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `count` mediumint(8) unsigned NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `date_created` (`date_created`), + KEY `form_id` (`form_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_gf_form_view` WRITE; +/*!40000 ALTER TABLE `wp_gf_form_view` DISABLE KEYS */; + +INSERT INTO `wp_gf_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) +VALUES + (1,1,'2019-02-05 17:34:56','',7); + +/*!40000 ALTER TABLE `wp_gf_form_view` ENABLE KEYS */; +UNLOCK TABLES; + + # Dump of table wp_links # ------------------------------------------------------------ @@ -110,22 +624,22 @@ DROP TABLE IF EXISTS `wp_options`; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', - `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, - `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', + `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `option_value` longtext CHARACTER SET utf8mb4 NOT NULL, + `autoload` varchar(20) CHARACTER SET utf8 NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES - (1,'siteurl','https://testck.test','yes'), - (2,'home','https://testck.test','yes'), - (3,'blogname','testck','yes'), - (4,'blogdescription','Just another WordPress site','yes'), + (1,'siteurl','https://convertkit.test','yes'), + (2,'home','https://convertkit.test','yes'), + (3,'blogname','ck','yes'), + (4,'blogdescription','Local ConvertKit development site','yes'), (5,'users_can_register','0','yes'), (6,'admin_email','travis@memberup.co','yes'), (7,'start_of_week','1','yes'), @@ -149,12 +663,11 @@ VALUES (25,'links_updated_date_format','F j, Y g:i a','yes'), (26,'comment_moderation','0','yes'), (27,'moderation_notify','1','yes'), - (28,'permalink_structure','','yes'), - (29,'rewrite_rules','','yes'), + (28,'permalink_structure','/%postname%/','yes'), (30,'hack_file','0','yes'), (31,'blog_charset','UTF-8','yes'), (32,'moderation_keys','','no'), - (33,'active_plugins','a:0:{}','yes'), + (33,'active_plugins','a:11:{i:0;s:31:\"query-monitor/query-monitor.php\";i:1;s:29:\"gravityforms/gravityforms.php\";i:2;s:38:\"ConvertKit-WordPress/wp-convertkit.php\";i:3;s:53:\"bulk-add-discourse-users/bulk-add-discourse-users.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:39:\"convertkit-gravity-forms/convertkit.php\";i:6;s:17:\"jarvis/jarvis.php\";i:7;s:49:\"woocommerce-convertkit/woocommerce-convertkit.php\";i:8;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:9;s:27:\"woocommerce/woocommerce.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";}','yes'), (34,'category_base','','yes'), (35,'ping_sites','http://rpc.pingomatic.com/','yes'), (36,'comment_max_links','2','yes'), @@ -169,12 +682,12 @@ VALUES (45,'html_type','text/html','yes'), (46,'use_trackback','0','yes'), (47,'default_role','subscriber','yes'), - (48,'db_version','43764','yes'), + (48,'db_version','44719','yes'), (49,'uploads_use_yearmonth_folders','1','yes'), (50,'upload_path','','yes'), (51,'blog_public','1','yes'), (52,'default_link_category','2','yes'), - (53,'show_on_front','posts','yes'), + (53,'show_on_front','page','yes'), (54,'tag_base','','yes'), (55,'show_avatars','1','yes'), (56,'avatar_rating','G','yes'), @@ -200,12 +713,12 @@ VALUES (76,'comment_order','asc','yes'), (77,'sticky_posts','a:0:{}','yes'), (78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'), - (79,'widget_text','a:0:{}','yes'), - (80,'widget_rss','a:0:{}','yes'), - (81,'uninstall_plugins','a:0:{}','no'), + (79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'), + (80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'), + (81,'uninstall_plugins','a:1:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'), (82,'timezone_string','','yes'), - (83,'page_for_posts','0','yes'), - (84,'page_on_front','0','yes'), + (83,'page_for_posts','116','yes'), + (84,'page_on_front','39','yes'), (85,'default_post_format','0','yes'), (86,'link_manager_enabled','0','yes'), (87,'finished_splitting_shared_terms','1','yes'), @@ -215,8 +728,8 @@ VALUES (91,'wp_page_for_privacy_policy','3','yes'), (92,'show_comments_cookies_opt_in','0','yes'), (93,'initial_db_version','43764','yes'), - (94,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'), - (95,'fresh_site','1','yes'), + (94,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:126:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:16:\"rcp_view_members\";b:1;s:18:\"rcp_manage_members\";b:1;s:15:\"rcp_view_levels\";b:1;s:17:\"rcp_manage_levels\";b:1;s:18:\"rcp_view_discounts\";b:1;s:20:\"rcp_manage_discounts\";b:1;s:17:\"rcp_view_payments\";b:1;s:19:\"rcp_manage_payments\";b:1;s:19:\"rcp_manage_settings\";b:1;s:15:\"rcp_export_data\";b:1;s:13:\"rcp_view_help\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'), + (95,'fresh_site','0','yes'), (96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'), (97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'), (98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'), @@ -232,13 +745,497 @@ VALUES (108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), (109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), (110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), - (111,'cron','a:2:{i:1547836425;a:4:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'), - (112,'theme_mods_twentynineteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'); + (111,'cron','a:15:{i:1553878617;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1553880261;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553880271;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553880490;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553880655;a:4:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1553880698;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1553880732;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553880897;a:2:{s:23:\"rcp_check_member_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:27:\"rcp_mark_abandoned_payments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553886939;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553891061;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553901861;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1553904000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553915393;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1554379200;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'), + (120,'widget_convertkit_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (122,'_wp_convertkit_settings','a:5:{s:7:\"api_key\";s:22:\"yOfcKz_mGnJ0P8CX7XIJPA\";s:10:\"api_secret\";s:43:\"lyHWwMQzXStt8ch153CYfBVQEQD4UHufB4auv2cd_eA\";s:12:\"default_form\";s:6:\"828657\";s:5:\"debug\";s:2:\"on\";s:10:\"no_scripts\";s:0:\"\";}','yes'), + (123,'convertkit_version','1.6.2','yes'), + (124,'convertkit_user_history_table','1.0.0','yes'), + (144,'recently_activated','a:0:{}','yes'), + (146,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1546277653;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'), + (149,'convertkit_forms','a:7:{i:828657;a:8:{s:2:\"id\";i:828657;s:4:\"name\";s:13:\"Advice Form 2\";s:10:\"created_at\";s:24:\"2019-01-16T18:20:42.000Z\";s:4:\"type\";s:5:\"embed\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/1e9e693e93/080c95d4b7.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/1e9e693e93/080c95d4b7\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"1e9e693e93\";}i:828654;a:8:{s:2:\"id\";i:828654;s:4:\"name\";s:11:\"Advice form\";s:10:\"created_at\";s:24:\"2019-01-16T18:19:04.000Z\";s:4:\"type\";s:5:\"embed\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/87c0477c2d/49a0b8e7b0.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/87c0477c2d/49a0b8e7b0\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"87c0477c2d\";}i:820085;a:8:{s:2:\"id\";i:820085;s:4:\"name\";s:12:\"Another form\";s:10:\"created_at\";s:24:\"2019-01-07T19:54:52.000Z\";s:4:\"type\";s:5:\"embed\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/1f2ba857bb/2cd0c2706f.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/1f2ba857bb/2cd0c2706f\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"1f2ba857bb\";}i:869712;a:8:{s:2:\"id\";i:869712;s:4:\"name\";s:16:\"Another new form\";s:10:\"created_at\";s:24:\"2019-03-06T16:44:02.000Z\";s:4:\"type\";s:5:\"embed\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/3db32c33f8/4e7def9471.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/3db32c33f8/4e7def9471\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"3db32c33f8\";}i:829772;a:8:{s:2:\"id\";i:829772;s:4:\"name\";s:10:\"Clean form\";s:10:\"created_at\";s:24:\"2019-01-17T22:59:43.000Z\";s:4:\"type\";s:5:\"embed\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/bb9285ab1c/fff998b17e.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/bb9285ab1c/fff998b17e\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"bb9285ab1c\";}i:882587;a:8:{s:2:\"id\";i:882587;s:4:\"name\";s:11:\"Modal form!\";s:10:\"created_at\";s:24:\"2019-03-20T15:47:53.000Z\";s:4:\"type\";s:5:\"embed\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/6d37361117/0f8849ea53.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/6d37361117/0f8849ea53\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"6d37361117\";}i:869710;a:8:{s:2:\"id\";i:869710;s:4:\"name\";s:8:\"New form\";s:10:\"created_at\";s:24:\"2019-03-06T16:43:19.000Z\";s:4:\"type\";s:5:\"embed\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/0a847eb069/94610dcc56.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/0a847eb069/94610dcc56\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"0a847eb069\";}}','yes'), + (150,'convertkit_landing_pages','a:2:{i:869704;a:8:{s:2:\"id\";i:869704;s:4:\"name\";s:30:\"Landing page with ✨emoji ✨\";s:10:\"created_at\";s:24:\"2019-03-06T16:36:23.000Z\";s:4:\"type\";s:6:\"hosted\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/03642a2056/716b2c1002.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/03642a2056/716b2c1002\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"03642a2056\";}i:823638;a:8:{s:2:\"id\";i:823638;s:4:\"name\";s:20:\"Profile landing page\";s:10:\"created_at\";s:24:\"2019-01-10T16:07:14.000Z\";s:4:\"type\";s:6:\"hosted\";s:8:\"embed_js\";s:49:\"https://f.convertkit.com/779f28a169/9774f75306.js\";s:9:\"embed_url\";s:50:\"https://pages.convertkit.com/779f28a169/9774f75306\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"779f28a169\";}}','yes'), + (151,'convertkit_tags','a:6:{i:0;a:3:{s:2:\"id\";i:739662;s:4:\"name\";s:19:\"GDPR: Email Consent\";s:10:\"created_at\";s:24:\"2019-01-09T16:21:12.000Z\";}i:1;a:3:{s:2:\"id\";i:739663;s:4:\"name\";s:25:\"GDPR: Advertising Consent\";s:10:\"created_at\";s:24:\"2019-01-09T16:21:12.000Z\";}i:2;a:3:{s:2:\"id\";i:739710;s:4:\"name\";s:8:\"test-tag\";s:10:\"created_at\";s:24:\"2019-01-09T16:51:35.000Z\";}i:3;a:3:{s:2:\"id\";i:751870;s:4:\"name\";s:20:\"wishlist-unsubscribe\";s:10:\"created_at\";s:24:\"2019-01-17T21:53:03.000Z\";}i:4;a:3:{s:2:\"id\";i:761159;s:4:\"name\";s:18:\"viewed-wp-page-tag\";s:10:\"created_at\";s:24:\"2019-01-24T18:27:17.000Z\";}i:5;a:3:{s:2:\"id\";i:769421;s:4:\"name\";s:20:\"woocommerce-purchase\";s:10:\"created_at\";s:24:\"2019-01-30T16:40:33.000Z\";}}','yes'), + (174,'_wp_convertkit_integration_contactform7_settings','a:1:{i:5;s:6:\"829772\";}','yes'), + (196,'theme_mods_twentynineteen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1549929433;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:17;}}','yes'), + (199,'current_theme','Twenty Nineteen','yes'), + (200,'theme_mods_twentyseventeen','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:17;}s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:13:\"remove-header\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1551458480;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'), + (201,'theme_switched','','yes'), + (229,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"travis@memberup.co\";s:7:\"version\";s:5:\"5.1.1\";s:9:\"timestamp\";i:1552490112;}','no'), + (262,'pmpro_visits','a:9:{s:5:\"today\";i:1;s:8:\"thisdate\";s:10:\"2019-11-01\";s:4:\"week\";i:1;s:8:\"thisweek\";s:2:\"02\";s:5:\"month\";i:1;s:9:\"thismonth\";s:1:\"1\";s:3:\"ytd\";i:1;s:8:\"thisyear\";s:4:\"2019\";s:7:\"alltime\";i:1;}','yes'), + (263,'pmpro_views','a:9:{s:5:\"today\";i:14;s:8:\"thisdate\";s:10:\"2019-11-01\";s:4:\"week\";i:14;s:8:\"thisweek\";s:2:\"02\";s:5:\"month\";i:14;s:9:\"thismonth\";s:1:\"1\";s:3:\"ytd\";i:14;s:8:\"thisyear\";s:4:\"2019\";s:7:\"alltime\";i:14;}','yes'), + (264,'pmpro_nonmembertext','This content is for !!levels!! members only.
Register','yes'), + (265,'pmpro_notloggedintext','This content is for !!levels!! members only.
Log In Register','yes'), + (266,'pmpro_rsstext','This content is for !!levels!! members only. Visit the site and log in/register to read.','yes'), + (267,'pmpro_gateway_environment','sandbox','yes'), + (268,'pmpro_currency','USD','yes'), + (269,'pmpro_accepted_credit_cards','Visa,Mastercard,American Express,Discover','yes'), + (270,'pmpro_from_email','wordpress@ck.test','yes'), + (271,'pmpro_from_name','WordPress','yes'), + (272,'pmpro_email_admin_checkout','1','yes'), + (273,'pmpro_email_admin_changes','1','yes'), + (274,'pmpro_email_admin_cancels','1','yes'), + (275,'pmpro_email_admin_billing','1','yes'), + (276,'pmpro_tospage','','yes'), + (277,'pmpro_dismissed_wp_pointers','a:1:{i:0;s:19:\"pmpro_v2_menu_moved\";}','yes'), + (278,'pmpro_nag_paused','1547827151','no'), + (279,'pmpro_db_version','1.944','yes'), + (280,'pmpro_filterqueries','1','yes'), + (282,'pmpro_dashboard_version','2.0.2','no'), + (312,'pmpro_addons','a:80:{i:0;a:12:{s:4:\"Name\";s:30:\"Hide Admin Bar From Non-admins\";s:5:\"Title\";s:30:\"Hide Admin Bar From Non-admins\";s:9:\"PluginURI\";s:68:\"http://www.paidmembershipspro.com/wp/hide-admin-bar-from-non-admins/\";s:4:\"Slug\";s:30:\"hide-admin-bar-from-non-admins\";s:6:\"plugin\";s:65:\"hide-admin-bar-from-non-admins/hide-admin-bar-from-non-admins.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:71:\"A tweak of the code by Yoast to hide the admin bar for non-admins only.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"https://downloads.wordpress.org/plugin/hide-admin-bar-from-non-admins.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:1;a:12:{s:4:\"Name\";s:21:\"Import Users from CSV\";s:5:\"Title\";s:21:\"Import Users from CSV\";s:9:\"PluginURI\";s:58:\"http://wordpress.org/extend/plugins/import-users-from-csv/\";s:4:\"Slug\";s:21:\"import-users-from-csv\";s:6:\"plugin\";s:47:\"import-users-from-csv/import-users-from-csv.php\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:47:\"Import Users data and metadata from a csv file.\";s:6:\"Author\";s:13:\"Ulrich Sossou\";s:9:\"AuthorURI\";s:24:\"http://ulrichsossou.com/\";s:8:\"Download\";s:64:\"https://downloads.wordpress.org/plugin/import-users-from-csv.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:2;a:12:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Add Member From Admin\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Add Member From Admin\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/add-member-admin-add-on/\";s:4:\"Slug\";s:22:\"pmpro-add-member-admin\";s:6:\"plugin\";s:49:\"pmpro-add-member-admin/pmpro-add-member-admin.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:48:\"Allow admins to add members in the WP dashboard.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-add-member-admin.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:3;a:12:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Add Name to Checkout Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Add Name to Checkout Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-add-name-to-checkout/\";s:4:\"Slug\";s:26:\"pmpro-add-name-to-checkout\";s:6:\"plugin\";s:57:\"pmpro-add-name-to-checkout/pmpro-add-name-to-checkout.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:97:\"Adds first and last name fields to the user account section at checkout for Paid Memberships Pro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-add-name-to-checkout.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:4;a:12:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Add PayPal Express Add On\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Add PayPal Express Add On\";s:9:\"PluginURI\";s:84:\"https://www.paidmembershipspro.com/add-ons/pmpro-add-paypal-express-option-checkout/\";s:4:\"Slug\";s:24:\"pmpro-add-paypal-express\";s:6:\"plugin\";s:53:\"pmpro-add-paypal-express/pmpro-add-paypal-express.php\";s:7:\"Version\";s:4:\".5.3\";s:11:\"Description\";s:49:\"Add PayPal Express as a Second Option at Checkout\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:81:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-add-paypal-express.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:5;a:12:{s:4:\"Name\";s:37:\"Paid Memberships Pro - Addon Packages\";s:5:\"Title\";s:37:\"Paid Memberships Pro - Addon Packages\";s:9:\"PluginURI\";s:56:\"https://www.paidmembershipspro.com/pmpro-addon-packages/\";s:4:\"Slug\";s:20:\"pmpro-addon-packages\";s:6:\"plugin\";s:45:\"pmpro-addon-packages/pmpro-addon-packages.php\";s:7:\"Version\";s:4:\".7.8\";s:11:\"Description\";s:169:\"Allow PMPro members to purchase access to specific pages. This plugin is meant to be a temporary solution until support for multiple membership levels is added to PMPro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.strangerstudios.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-addon-packages.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:6;a:12:{s:4:\"Name\";s:53:\"Paid Memberships Pro - Address For Free Levels Add On\";s:5:\"Title\";s:53:\"Paid Memberships Pro - Address For Free Levels Add On\";s:9:\"PluginURI\";s:92:\"https://www.paidmembershipspro.com/add-ons/capture-name-address-free-levels-offsite-gateway/\";s:4:\"Slug\";s:29:\"pmpro-address-for-free-levels\";s:6:\"plugin\";s:63:\"pmpro-address-for-free-levels/pmpro-address-for-free-levels.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:66:\"Show address fields for free levels also with Paid Memberships Pro\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:86:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-address-for-free-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:7;a:12:{s:4:\"Name\";s:60:\"Paid Memberships Pro - Advanced Levels Page Shortcode Add On\";s:5:\"Title\";s:60:\"Paid Memberships Pro - Advanced Levels Page Shortcode Add On\";s:9:\"PluginURI\";s:59:\"http://www.paidmembershipspro.com/wp/pmpro-advanced-levels/\";s:4:\"Slug\";s:31:\"pmpro-advanced-levels-shortcode\";s:6:\"plugin\";s:67:\"pmpro-advanced-levels-shortcode/pmpro-advanced-levels-shortcode.php\";s:7:\"Version\";s:4:\".2.4\";s:11:\"Description\";s:105:\"An enhanced shortcode for customizing the display of your Membership Levels Page for Paid Memberships Pro\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:88:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-advanced-levels-shortcode.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:8;a:12:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Affiliates Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Affiliates Add On\";s:9:\"PluginURI\";s:51:\"http://www.paidmembershipspro.com/pmpro-affiliates/\";s:4:\"Slug\";s:16:\"pmpro-affiliates\";s:6:\"plugin\";s:37:\"pmpro-affiliates/pmpro-affiliates.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:185:\"Create affiliate accounts and codes. If a code is passed to a page as a parameter, a cookie is set. If a cookie is present after checkout, the order is awarded to the affiliate account.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-affiliates.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:9;a:12:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Approvals Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Approvals Add On\";s:9:\"PluginURI\";s:71:\"https://www.paidmembershipspro.com/add-ons/approval-process-membership/\";s:4:\"Slug\";s:15:\"pmpro-approvals\";s:6:\"plugin\";s:35:\"pmpro-approvals/pmpro-approvals.php\";s:7:\"Version\";s:5:\"1.0.4\";s:11:\"Description\";s:75:\"Grants administrators the ability to approve/deny memberships after signup.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-approvals.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:10;a:12:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Auto-Renewal Checkbox\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Auto-Renewal Checkbox\";s:9:\"PluginURI\";s:85:\"https://www.paidmembershipspro.com/add-ons/auto-renewal-checkbox-membership-checkout/\";s:4:\"Slug\";s:27:\"pmpro-auto-renewal-checkbox\";s:6:\"plugin\";s:59:\"pmpro-auto-renewal-checkbox/pmpro-auto-renewal-checkbox.php\";s:7:\"Version\";s:4:\".2.6\";s:11:\"Description\";s:55:\"Make auto-renewal optional at checkout with a checkbox.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-auto-renewal-checkbox.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:11;a:12:{s:4:\"Name\";s:36:\"Paid Memberships Pro - AWeber Add On\";s:5:\"Title\";s:36:\"Paid Memberships Pro - AWeber Add On\";s:9:\"PluginURI\";s:68:\"https://www.paidmembershipspro.com/add-ons/pmpro-aweber-integration/\";s:4:\"Slug\";s:12:\"pmpro-aweber\";s:6:\"plugin\";s:29:\"pmpro-aweber/pmpro-aweber.php\";s:7:\"Version\";s:5:\"1.3.1\";s:11:\"Description\";s:56:\"Sync your WordPress users and members with AWeber lists.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:55:\"https://downloads.wordpress.org/plugin/pmpro-aweber.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:12;a:12:{s:4:\"Name\";s:37:\"Paid Memberships Pro - bbPress Add On\";s:5:\"Title\";s:37:\"Paid Memberships Pro - bbPress Add On\";s:9:\"PluginURI\";s:57:\"https://www.paidmembershipspro.com/add-ons/pmpro-bbpress/\";s:4:\"Slug\";s:13:\"pmpro-bbpress\";s:6:\"plugin\";s:31:\"pmpro-bbpress/pmpro-bbpress.php\";s:7:\"Version\";s:5:\"1.5.5\";s:11:\"Description\";s:54:\"Allow individual forums to be locked down for members.\";s:6:\"Author\";s:29:\"Stranger Studios, Scott Sousa\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:56:\"https://downloads.wordpress.org/plugin/pmpro-bbpress.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:13;a:12:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Better Logins Report Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Better Logins Report Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-better-logins-report/\";s:4:\"Slug\";s:26:\"pmpro-better-logins-report\";s:6:\"plugin\";s:57:\"pmpro-better-logins-report/pmpro-better-logins-report.php\";s:7:\"Version\";s:6:\".2.3.2\";s:11:\"Description\";s:66:\"Adds login, view, and visit stats for \"This Week\" and \"This Year\".\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-better-logins-report.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:14;a:12:{s:4:\"Name\";s:40:\"Paid Memberships Pro - BuddyPress Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - BuddyPress Add On\";s:9:\"PluginURI\";s:65:\"https://www.paidmembershipspro.com/add-ons/buddypress-integration\";s:4:\"Slug\";s:16:\"pmpro-buddypress\";s:6:\"plugin\";s:37:\"pmpro-buddypress/pmpro-buddypress.php\";s:7:\"Version\";s:3:\"1.2\";s:11:\"Description\";s:70:\"Manage access to your BuddyPress Community using Paid Memberships Pro.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-buddypress.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:15;a:12:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Check Levels Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Check Levels Add On\";s:9:\"PluginURI\";s:56:\"http://www.paidmembershipspro.com/wp/pmpro-check-levels/\";s:4:\"Slug\";s:18:\"pmpro-check-levels\";s:6:\"plugin\";s:41:\"pmpro-check-levels/pmpro-check-levels.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:106:\"A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:75:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-check-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";}i:16;a:12:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Constant Contact Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Constant Contact Add On\";s:9:\"PluginURI\";s:56:\"http://www.paidmembershipspro.com/pmpro-constantcontact/\";s:4:\"Slug\";s:22:\"pmpro-constant-contact\";s:6:\"plugin\";s:49:\"pmpro-constant-contact/pmpro-constant-contact.php\";s:7:\"Version\";s:5:\"1.0.2\";s:11:\"Description\";s:66:\"Sync your WordPress users and members with Constant Contact lists.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:65:\"https://downloads.wordpress.org/plugin/pmpro-constant-contact.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:17;a:12:{s:4:\"Name\";s:52:\"Paid Memberships Pro - Custom Level Cost Text Add On\";s:5:\"Title\";s:52:\"Paid Memberships Pro - Custom Level Cost Text Add On\";s:9:\"PluginURI\";s:66:\"http://www.paidmembershipspro.com/wp/pmpro-custom-level-cost-text/\";s:4:\"Slug\";s:21:\"pmpro-level-cost-text\";s:6:\"plugin\";s:47:\"pmpro-level-cost-text/pmpro-level-cost-text.php\";s:7:\"Version\";s:4:\".3.2\";s:11:\"Description\";s:99:\"Modify the default level cost text per level, per discount code, or globally via advanced settings.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-level-cost-text.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:18;a:12:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Custom Post Type Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Custom Post Type Add On\";s:9:\"PluginURI\";s:78:\"https://www.paidmembershipspro.com/add-ons/custom-post-type-membership-access/\";s:4:\"Slug\";s:9:\"pmpro-cpt\";s:6:\"plugin\";s:23:\"pmpro-cpt/pmpro-cpt.php\";s:7:\"Version\";s:4:\".2.1\";s:11:\"Description\";s:76:\"Add the PMPro meta box to CPTs and redirects non-members to a selected page.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:66:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-cpt.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:19;a:12:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Developer\'s Toolkit\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Developer\'s Toolkit\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:13:\"pmpro-toolkit\";s:6:\"plugin\";s:31:\"pmpro-toolkit/pmpro-toolkit.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:70:\"Various tools to test and debug Paid Memberships Pro enabled websites.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:0:\"\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/free/pmpro-toolkit.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:20;a:12:{s:4:\"Name\";s:32:\"Paid Memberships Pro - Donations\";s:5:\"Title\";s:32:\"Paid Memberships Pro - Donations\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/donations-add-on/\";s:4:\"Slug\";s:15:\"pmpro-donations\";s:6:\"plugin\";s:35:\"pmpro-donations/pmpro-donations.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:65:\"Allow customers to set an additional donation amount at checkout.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-donations.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:21;a:12:{s:4:\"Name\";s:58:\"Paid Memberships Pro - Download Monitor Integration Add On\";s:5:\"Title\";s:58:\"Paid Memberships Pro - Download Monitor Integration Add On\";s:9:\"PluginURI\";s:57:\"http://www.paidmembershipspro.com/pmpro-download-monitor/\";s:4:\"Slug\";s:22:\"pmpro-download-monitor\";s:6:\"plugin\";s:49:\"pmpro-download-monitor/pmpro-download-monitor.php\";s:7:\"Version\";s:4:\".2.1\";s:11:\"Description\";s:72:\"Require membership for downloads when using the Download Monitor plugin.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-download-monitor.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:22;a:12:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Email Confirmation Add On\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Email Confirmation Add On\";s:9:\"PluginURI\";s:66:\"http://www.paidmembershipspro.com/addons/pmpro-email-confirmation/\";s:4:\"Slug\";s:24:\"pmpro-email-confirmation\";s:6:\"plugin\";s:53:\"pmpro-email-confirmation/pmpro-email-confirmation.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:73:\"Require email confirmation before certain levels are enabled for members.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:81:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-email-confirmation.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:23;a:12:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Email Templates Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Email Templates Add On\";s:9:\"PluginURI\";s:72:\"https://www.paidmembershipspro.com/add-ons/email-templates-admin-editor/\";s:4:\"Slug\";s:21:\"pmpro-email-templates\";s:6:\"plugin\";s:47:\"pmpro-email-templates/pmpro-email-templates.php\";s:7:\"Version\";s:5:\"0.7.2\";s:11:\"Description\";s:80:\"Define your own members email templates including HTML for Paid Memberships Pro.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-email-templates.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:24;a:12:{s:4:\"Name\";s:61:\"Paid Memberships Pro - Extra Expiration Warning Emails Add On\";s:5:\"Title\";s:61:\"Paid Memberships Pro - Extra Expiration Warning Emails Add On\";s:9:\"PluginURI\";s:75:\"http://www.paidmembershipspro.com/wp/pmpro-extra-expiration-warning-emails/\";s:4:\"Slug\";s:37:\"pmpro-extra-expiration-warning-emails\";s:6:\"plugin\";s:79:\"pmpro-extra-expiration-warning-emails/pmpro-extra-expiration-warning-emails.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:81:\"Send out more than one \"membership expiration warning\" email to users with PMPro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:94:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-extra-expiration-warning-emails.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:25;a:12:{s:4:\"Name\";s:41:\"Paid Memberships Pro - GetResponse Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - GetResponse Add On\";s:9:\"PluginURI\";s:52:\"http://www.paidmembershipspro.com/pmpro-getresponse/\";s:4:\"Slug\";s:17:\"pmpro-getresponse\";s:6:\"plugin\";s:39:\"pmpro-getresponse/pmpro-getresponse.php\";s:7:\"Version\";s:4:\".4.1\";s:11:\"Description\";s:65:\"Sync your WordPress users and members with GetResponse campaigns.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-getresponse.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:26;a:12:{s:4:\"Name\";s:41:\"Paid Memberships Pro - Gift Levels Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - Gift Levels Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/add-ons/pmpro-gift-levels/\";s:4:\"Slug\";s:17:\"pmpro-gift-levels\";s:6:\"plugin\";s:39:\"pmpro-gift-levels/pmpro-gift-levels.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:87:\"Some levels will generate discount codes to give to others to use for gift memberships.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-gift-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:27;a:12:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Group Discount Codes Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Group Discount Codes Add On\";s:9:\"PluginURI\";s:64:\"https://www.paidmembershipspro.com/add-ons/group-discount-codes/\";s:4:\"Slug\";s:26:\"pmpro-group-discount-codes\";s:6:\"plugin\";s:57:\"pmpro-group-discount-codes/pmpro-group-discount-codes.php\";s:7:\"Version\";s:4:\".3.2\";s:11:\"Description\";s:98:\"Adds features to PMPro to better manage grouped discount codes or large numbers of discount codes.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-group-discount-codes.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:28;a:12:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Holler Box Integration\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Holler Box Integration\";s:9:\"PluginURI\";s:66:\"https://www.paidmembershipspro.com/add-ons/holler-box-integration/\";s:4:\"Slug\";s:15:\"pmpro-hollerbox\";s:6:\"plugin\";s:35:\"pmpro-hollerbox/pmpro-hollerbox.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:105:\"Integrates Paid Memberships Pro with the Holler Box plugin to display popups/banners by membership level.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-hollerbox.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:29;a:12:{s:4:\"Name\";s:51:\"Paid Memberships Pro - Import Users from CSV Add On\";s:5:\"Title\";s:51:\"Paid Memberships Pro - Import Users from CSV Add On\";s:9:\"PluginURI\";s:62:\"http://www.paidmembershipspro.com/pmpro-import-users-from-csv/\";s:4:\"Slug\";s:27:\"pmpro-import-users-from-csv\";s:6:\"plugin\";s:59:\"pmpro-import-users-from-csv/pmpro-import-users-from-csv.php\";s:7:\"Version\";s:4:\".3.3\";s:11:\"Description\";s:90:\"Add-on for the Import Users From CSV plugin to import PMPro and membership-related fields.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-import-users-from-csv.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:30;a:12:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Infusionsoft Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Infusionsoft Add On\";s:9:\"PluginURI\";s:53:\"http://www.paidmembershipspro.com/pmpro-infusionsoft/\";s:4:\"Slug\";s:18:\"pmpro-infusionsoft\";s:6:\"plugin\";s:41:\"pmpro-infusionsoft/pmpro-infusionsoft.php\";s:7:\"Version\";s:5:\"1.3.2\";s:11:\"Description\";s:65:\"Sync your WordPress users and members with Infusionsoft contacts.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:61:\"https://downloads.wordpress.org/plugin/pmpro-infusionsoft.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:31;a:12:{s:4:\"Name\";s:41:\"Paid Memberships Pro - Invite Only Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - Invite Only Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/add-ons/pmpro-invite-only/\";s:4:\"Slug\";s:17:\"pmpro-invite-only\";s:6:\"plugin\";s:39:\"pmpro-invite-only/pmpro-invite-only.php\";s:7:\"Version\";s:4:\".3.4\";s:11:\"Description\";s:102:\"Users must have an invite code to sign up for certain levels. Users are given an invite code to share.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-invite-only.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:32;a:12:{s:4:\"Name\";s:41:\"Paid Memberships Pro - Kissmetrics Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - Kissmetrics Add On\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:17:\"pmpro-kissmetrics\";s:6:\"plugin\";s:39:\"pmpro-kissmetrics/pmpro-kissmetrics.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:116:\"Integrates your WordPress site with Kissmetrics to track meaningful user data, with or without Paid Memberships Pro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:26:\"http://strangerstudios.com\";s:8:\"Download\";s:60:\"https://downloads.wordpress.org/plugin/pmpro-kissmetrics.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:33;a:12:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Levels as DIV Layout Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Levels as DIV Layout Add On\";s:9:\"PluginURI\";s:55:\"https://www.paidmembershipspro.com/wp/pmpro-div-levels/\";s:4:\"Slug\";s:16:\"pmpro-div-levels\";s:6:\"plugin\";s:37:\"pmpro-div-levels/pmpro-div-levels.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:76:\"Display your Membership Levels Page in a DIV Layout for Paid Memberships Pro\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-div-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";}i:34;a:12:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Limit Post Views Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Limit Post Views Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-limit-post-views/\";s:4:\"Slug\";s:22:\"pmpro-limit-post-views\";s:6:\"plugin\";s:49:\"pmpro-limit-post-views/pmpro-limit-post-views.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:106:\"Integrates with Paid Memberships Pro to limit the number of times non-members can view posts on your site.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-limit-post-views.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:35;a:12:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Lock Membership Level\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Lock Membership Level\";s:9:\"PluginURI\";s:59:\"http://www.paidmembershipspro.com/wp/lock-membership-level/\";s:4:\"Slug\";s:27:\"pmpro-lock-membership-level\";s:6:\"plugin\";s:59:\"pmpro-lock-membership-level/pmpro-lock-membership-level.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:61:\"Lock membership level changes for specific users or by level.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-lock-membership-level.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:36;a:12:{s:4:\"Name\";s:39:\"Paid Memberships Pro - MailChimp Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - MailChimp Add On\";s:9:\"PluginURI\";s:50:\"http://www.paidmembershipspro.com/pmpro-mailchimp/\";s:4:\"Slug\";s:15:\"pmpro-mailchimp\";s:6:\"plugin\";s:35:\"pmpro-mailchimp/pmpro-mailchimp.php\";s:7:\"Version\";s:5:\"2.1.1\";s:11:\"Description\";s:59:\"Sync your WordPress users and members with MailChimp lists.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:58:\"https://downloads.wordpress.org/plugin/pmpro-mailchimp.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:37;a:12:{s:4:\"Name\";s:43:\"Paid Memberships Pro - Member Badges Add On\";s:5:\"Title\";s:43:\"Paid Memberships Pro - Member Badges Add On\";s:9:\"PluginURI\";s:54:\"http://www.paidmembershipspro.com/pmpro-member-badges/\";s:4:\"Slug\";s:19:\"pmpro-member-badges\";s:6:\"plugin\";s:43:\"pmpro-member-badges/pmpro-member-badges.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:115:\"Assign unique member badges (images) to each membership level and display via a shortcode or template PHP function.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:76:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-badges.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:38;a:12:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Member Directory Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Member Directory Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-member-directory/\";s:4:\"Slug\";s:22:\"pmpro-member-directory\";s:6:\"plugin\";s:49:\"pmpro-member-directory/pmpro-member-directory.php\";s:7:\"Version\";s:4:\".5.1\";s:11:\"Description\";s:81:\"Adds a customizable Member Directory and Member Profiles to your membership site.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-directory.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:39;a:12:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Member History Add On\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Member History Add On\";s:9:\"PluginURI\";s:58:\"http://www.paidmembershipspro.com/wp/pmpro-member-history/\";s:4:\"Slug\";s:20:\"pmpro-member-history\";s:6:\"plugin\";s:45:\"pmpro-member-history/pmpro-member-history.php\";s:7:\"Version\";s:6:\".2.4.2\";s:11:\"Description\";s:77:\"Display a history of a user\'s Membership on the User Profile for admins only.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-history.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:40;a:12:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Member Homepages Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Member Homepages Add On\";s:9:\"PluginURI\";s:57:\"http://www.paidmembershipspro.com/pmpro-member-homepages/\";s:4:\"Slug\";s:22:\"pmpro-member-homepages\";s:6:\"plugin\";s:49:\"pmpro-member-homepages/pmpro-member-homepages.php\";s:7:\"Version\";s:2:\".1\";s:11:\"Description\";s:72:\"Redirect members to a unique homepage/landing page based on their level.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-homepages.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:41;a:12:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Member Network Sites Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Member Network Sites Add On\";s:9:\"PluginURI\";s:48:\"http://www.paidmembershipspro.com/network-sites/\";s:4:\"Slug\";s:13:\"pmpro-network\";s:6:\"plugin\";s:31:\"pmpro-network/pmpro-network.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:76:\"Create a network site for the member as part of membership to the main site.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-network.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:42;a:12:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Member RSS Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Member RSS Add On\";s:9:\"PluginURI\";s:54:\"http://www.paidmembershipspro.com/wp/pmpro-member-rss/\";s:4:\"Slug\";s:16:\"pmpro-member-rss\";s:6:\"plugin\";s:37:\"pmpro-member-rss/pmpro-member-rss.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:57:\"Create Member-Specific RSS Feeds for Paid Memberships Pro\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-rss.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:43;a:12:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Membership Card Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Membership Card Add On\";s:9:\"PluginURI\";s:59:\"http://www.paidmembershipspro.com/wp/pmpro-membership-card/\";s:4:\"Slug\";s:21:\"pmpro-membership-card\";s:6:\"plugin\";s:47:\"pmpro-membership-card/pmpro-membership-card.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:81:\"Display a printable Membership Card for Paid Memberships Pro members or WP users.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-membership-card.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:44;a:12:{s:4:\"Name\";s:53:\"Paid Memberships Pro - Membership Manager Role Add On\";s:5:\"Title\";s:53:\"Paid Memberships Pro - Membership Manager Role Add On\";s:9:\"PluginURI\";s:73:\"https://www.paidmembershipspro.com/add-ons/pmpro-membership-manager-role/\";s:4:\"Slug\";s:29:\"pmpro-membership-manager-role\";s:6:\"plugin\";s:63:\"pmpro-membership-manager-role/pmpro-membership-manager-role.php\";s:7:\"Version\";s:4:\".3.2\";s:11:\"Description\";s:86:\"Adds a Membership Manager role to WordPress with access to PMPro settings and reports.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:86:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-membership-manager-role.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:45;a:12:{s:4:\"Name\";s:52:\"Paid Memberships Pro - Multiple Memberships per User\";s:5:\"Title\";s:52:\"Paid Memberships Pro - Multiple Memberships per User\";s:9:\"PluginURI\";s:70:\"http://www.paidmembershipspro.com/pmpro-multiple-memberships-per-user/\";s:4:\"Slug\";s:35:\"pmpro-multiple-memberships-per-user\";s:6:\"plugin\";s:75:\"pmpro-multiple-memberships-per-user/pmpro-multiple-memberships-per-user.php\";s:7:\"Version\";s:2:\".4\";s:11:\"Description\";s:91:\"Update PMPro to allow users to checkout for and hold multiple memberships at the same time.\";s:6:\"Author\";s:37:\"Square Lines LLC and Stranger Studios\";s:9:\"AuthorURI\";s:27:\"http://www.square-lines.com\";s:8:\"Download\";s:92:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-multiple-memberships-per-user.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:46;a:12:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Multisite Membership Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Multisite Membership Add On\";s:9:\"PluginURI\";s:70:\"https://www.paidmembershipspro.com/add-ons/pmpro-multisite-membership/\";s:4:\"Slug\";s:21:\"pmpro-network-subsite\";s:6:\"plugin\";s:47:\"pmpro-network-subsite/pmpro-network-subsite.php\";s:7:\"Version\";s:4:\".4.3\";s:11:\"Description\";s:139:\"Manage memberships at the network’s main site (the primary domain of the network) and provide/restrict access on subsites in the network.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-network-subsite.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:47;a:12:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Nav Menus Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Nav Menus Add On\";s:9:\"PluginURI\";s:59:\"https://www.paidmembershipspro.com/add-ons/pmpro-nav-menus/\";s:4:\"Slug\";s:15:\"pmpro-nav-menus\";s:6:\"plugin\";s:35:\"pmpro-nav-menus/pmpro-nav-menus.php\";s:7:\"Version\";s:4:\".3.3\";s:11:\"Description\";s:100:\"Creates member navigation menus and swaps your theme\'s navigation based on a user\'s Membership Level\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-nav-menus.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:48;a:12:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Pay by Check Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Pay by Check Add On\";s:9:\"PluginURI\";s:69:\"https://www.paidmembershipspro.com/add-ons/pmpro-pay-by-check-add-on/\";s:4:\"Slug\";s:18:\"pmpro-pay-by-check\";s:6:\"plugin\";s:41:\"pmpro-pay-by-check/pmpro-pay-by-check.php\";s:7:\"Version\";s:4:\".7.8\";s:11:\"Description\";s:106:\"A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:75:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-pay-by-check.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:49;a:12:{s:4:\"Name\";s:38:\"Paid Memberships Pro - PayFast Gateway\";s:5:\"Title\";s:38:\"Paid Memberships Pro - PayFast Gateway\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/payfast-payment-gateway/\";s:4:\"Slug\";s:13:\"pmpro-payfast\";s:6:\"plugin\";s:31:\"pmpro-payfast/pmpro-payfast.php\";s:7:\"Version\";s:2:\".8\";s:11:\"Description\";s:58:\"Adds PayFast as a gateway option for Paid Memberships Pro.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-payfast.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:50;a:12:{s:4:\"Name\";s:60:\"Paid Memberships Pro - Post Affiliate Pro Integration Add On\";s:5:\"Title\";s:60:\"Paid Memberships Pro - Post Affiliate Pro Integration Add On\";s:9:\"PluginURI\";s:62:\"http://www.paidmembershipspro.com/wp/pmpro-post-affiliate-pro/\";s:4:\"Slug\";s:24:\"pmpro-post-affiliate-pro\";s:6:\"plugin\";s:53:\"pmpro-post-affiliate-pro/pmpro-post-affiliate-pro.php\";s:7:\"Version\";s:6:\".2.1.1\";s:11:\"Description\";s:67:\"Process an affiliate via Post Affiliate Pro after a PMPro checkout.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:81:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-post-affiliate-pro.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:51;a:12:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Proration Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Proration Add On\";s:9:\"PluginURI\";s:53:\"http://www.paidmembershipspro.com/wp/pmpro-proration/\";s:4:\"Slug\";s:15:\"pmpro-proration\";s:6:\"plugin\";s:35:\"pmpro-proration/pmpro-proration.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:46:\"Custom Prorating Code for Paid Memberships Pro\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-proration.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:52;a:12:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Recurring Emails Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Recurring Emails Add On\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-recurring-emails/\";s:4:\"Slug\";s:22:\"pmpro-recurring-emails\";s:6:\"plugin\";s:49:\"pmpro-recurring-emails/pmpro-recurring-emails.php\";s:7:\"Version\";s:4:\".5.1\";s:11:\"Description\";s:93:\"Send email message(s) X days before a recurring payment is scheduled, to warn/remind members.\";s:6:\"Author\";s:64:\"Stranger Studios, Thomas Sjolshagen \";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-recurring-emails.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:53;a:12:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Register Helper Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Register Helper Add On\";s:9:\"PluginURI\";s:97:\"https://www.paidmembershipspro.com/add-ons/pmpro-register-helper-add-checkout-and-profile-fields/\";s:4:\"Slug\";s:21:\"pmpro-register-helper\";s:6:\"plugin\";s:47:\"pmpro-register-helper/pmpro-register-helper.php\";s:7:\"Version\";s:3:\"1.4\";s:11:\"Description\";s:106:\"Capture additional member information with custom fields at Membership Checkout with Paid Memberships Pro.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:64:\"https://downloads.wordpress.org/plugin/pmpro-register-helper.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:54;a:12:{s:4:\"Name\";s:47:\"Paid Memberships Pro - Reports Dashboard Add On\";s:5:\"Title\";s:47:\"Paid Memberships Pro - Reports Dashboard Add On\";s:9:\"PluginURI\";s:61:\"http://www.paidmembershipspro.com/wp/pmpro-reports-dashboard/\";s:4:\"Slug\";s:23:\"pmpro-reports-dashboard\";s:6:\"plugin\";s:51:\"pmpro-reports-dashboard/pmpro-reports-dashboard.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:86:\"Responsive Membership Reports Dashboard for Administrator and Membership Manager Role.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:80:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-reports-dashboard.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:55;a:12:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Set Expiration Dates Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Set Expiration Dates Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-set-expiration-dates/\";s:4:\"Slug\";s:26:\"pmpro-set-expiration-dates\";s:6:\"plugin\";s:57:\"pmpro-set-expiration-dates/pmpro-set-expiration-dates.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:95:\"Set a specific expiration date (e.g. 2013-12-31) for a PMPro membership level or discount code.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-set-expiration-dates.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:56;a:12:{s:4:\"Name\";s:38:\"Paid Memberships Pro - Shipping Add On\";s:5:\"Title\";s:38:\"Paid Memberships Pro - Shipping Add On\";s:9:\"PluginURI\";s:80:\"https://www.paidmembershipspro.com/add-ons/shipping-address-membership-checkout/\";s:4:\"Slug\";s:14:\"pmpro-shipping\";s:6:\"plugin\";s:33:\"pmpro-shipping/pmpro-shipping.php\";s:7:\"Version\";s:2:\".6\";s:11:\"Description\";s:52:\"Add shipping to the checkout page and other updates.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:71:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-shipping.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:57;a:12:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Signup Shortcode\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Signup Shortcode\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/wp/pmpro-signup-shortcode/\";s:4:\"Slug\";s:22:\"pmpro-signup-shortcode\";s:6:\"plugin\";s:49:\"pmpro-signup-shortcode/pmpro-signup-shortcode.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:94:\"Shortcode for a simplified Membership Signup Form with options for email only signup and more.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-signup-shortcode.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:58;a:12:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Sitewide Sales Add On\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Sitewide Sales Add On\";s:9:\"PluginURI\";s:58:\"https://www.paidmembershipspro.com/add-ons/sitewide-sales/\";s:4:\"Slug\";s:20:\"pmpro-sitewide-sales\";s:6:\"plugin\";s:45:\"pmpro-sitewide-sales/pmpro-sitewide-sales.php\";s:7:\"Version\";s:5:\"1.1.1\";s:11:\"Description\";s:143:\"Create, manage, and view advanced reports for a sitewide or flash sale on membership (Black Friday or Cyber Monday) using Paid Memberships Pro.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-sitewide-sales.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:59;a:12:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Slack Integration\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Slack Integration\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:11:\"pmpro-slack\";s:6:\"plugin\";s:27:\"pmpro-slack/pmpro-slack.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:53:\"Slack integration for the Paid Memberships Pro plugin\";s:6:\"Author\";s:12:\"Nikhil Vimal\";s:9:\"AuthorURI\";s:24:\"http://nik.techvoltz.com\";s:8:\"Download\";s:68:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-slack.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:60;a:12:{s:4:\"Name\";s:47:\"Paid Memberships Pro - Sponsored Members Add On\";s:5:\"Title\";s:47:\"Paid Memberships Pro - Sponsored Members Add On\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/pmpro-sponsored-members/\";s:4:\"Slug\";s:23:\"pmpro-sponsored-members\";s:6:\"plugin\";s:51:\"pmpro-sponsored-members/pmpro-sponsored-members.php\";s:7:\"Version\";s:4:\".6.3\";s:11:\"Description\";s:84:\"Generate discount code for a main account holder to distribute to sponsored members.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:80:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-sponsored-members.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:61;a:12:{s:4:\"Name\";s:45:\"Paid Memberships Pro - State Dropdowns Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - State Dropdowns Add On\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:21:\"pmpro-state-dropdowns\";s:6:\"plugin\";s:47:\"pmpro-state-dropdowns/pmpro-state-dropdowns.php\";s:7:\"Version\";s:3:\"0.1\";s:11:\"Description\";s:85:\"Creates an autopopulated field for countries and states/provinces for billing fields.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:27:\"https://strangerstuidos.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-state-dropdowns.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:62;a:12:{s:4:\"Name\";s:49:\"Paid Memberships Pro - Subscription Delays Add On\";s:5:\"Title\";s:49:\"Paid Memberships Pro - Subscription Delays Add On\";s:9:\"PluginURI\";s:63:\"https://www.paidmembershipspro.com/add-ons/subscription-delays/\";s:4:\"Slug\";s:25:\"pmpro-subscription-delays\";s:6:\"plugin\";s:55:\"pmpro-subscription-delays/pmpro-subscription-delays.php\";s:7:\"Version\";s:4:\".5.2\";s:11:\"Description\";s:118:\"Adds a field to delay the start of a subscription for membership levels and discount codes for variable-length trials.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:82:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-subscription-delays.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:63;a:12:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Table Layout Plugin Pages\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Table Layout Plugin Pages\";s:9:\"PluginURI\";s:69:\"https://www.paidmembershipspro.com/add-ons/table-layout-plugin-pages/\";s:4:\"Slug\";s:17:\"pmpro-table-pages\";s:6:\"plugin\";s:39:\"pmpro-table-pages/pmpro-table-pages.php\";s:7:\"Version\";s:2:\".1\";s:11:\"Description\";s:142:\"An archived version of the table-based layouts for default Paid Memberships Pro pages, including the Checkout, Billing, and Confirmation pages\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-table-pages.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";}i:64;a:12:{s:4:\"Name\";s:40:\"Paid Memberships Pro - User Pages Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - User Pages Add On\";s:9:\"PluginURI\";s:51:\"http://www.paidmembershipspro.com/pmpro-user-pages/\";s:4:\"Slug\";s:16:\"pmpro-user-pages\";s:6:\"plugin\";s:37:\"pmpro-user-pages/pmpro-user-pages.php\";s:7:\"Version\";s:2:\".6\";s:11:\"Description\";s:88:\"When a user signs up, create a page for them that only they (and admins) have access to.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-user-pages.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:65;a:12:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Variable Pricing Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Variable Pricing Add On\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/variable-pricing-add-on/\";s:4:\"Slug\";s:22:\"pmpro-variable-pricing\";s:6:\"plugin\";s:49:\"pmpro-variable-pricing/pmpro-variable-pricing.php\";s:7:\"Version\";s:4:\".4.2\";s:11:\"Description\";s:84:\"Allow customers to set their own price when checking out for your membership levels.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-variable-pricing.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:66;a:12:{s:4:\"Name\";s:30:\"Paid Memberships Pro - VAT Tax\";s:5:\"Title\";s:30:\"Paid Memberships Pro - VAT Tax\";s:9:\"PluginURI\";s:51:\"https://www.paidmembershipspro.com/add-ons/vat-tax/\";s:4:\"Slug\";s:13:\"pmpro-vat-tax\";s:6:\"plugin\";s:31:\"pmpro-vat-tax/pmpro-vat-tax.php\";s:7:\"Version\";s:4:\".5.2\";s:11:\"Description\";s:114:\"Calculate VAT tax at checkout and allow customers with a VAT Number lookup for VAT tax exemptions in EU countries.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-vat-tax.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:67;a:12:{s:4:\"Name\";s:41:\"Paid Memberships Pro - WooCommerce Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - WooCommerce Add On\";s:9:\"PluginURI\";s:53:\"https://www.paidmembershipspro.com/pmpro-woocommerce/\";s:4:\"Slug\";s:17:\"pmpro-woocommerce\";s:6:\"plugin\";s:39:\"pmpro-woocommerce/pmpro-woocommerce.php\";s:7:\"Version\";s:5:\"1.6.1\";s:11:\"Description\";s:48:\"Integrate WooCommerce with Paid Memberships Pro.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.strangerstudios.com\";s:8:\"Download\";s:60:\"https://downloads.wordpress.org/plugin/pmpro-woocommerce.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:68;a:12:{s:4:\"Name\";s:52:\"Paid Memberships Pro - WordPress Social Login Add On\";s:5:\"Title\";s:52:\"Paid Memberships Pro - WordPress Social Login Add On\";s:9:\"PluginURI\";s:56:\"http://www.paidmembershipspro.com/wp/pmpro-social-login/\";s:4:\"Slug\";s:18:\"pmpro-social-login\";s:6:\"plugin\";s:41:\"pmpro-social-login/pmpro-social-login.php\";s:7:\"Version\";s:2:\".2\";s:11:\"Description\";s:111:\"Allow users to create membership account via social networks as configured via WordPress Social Login by Miled.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:75:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-social-login.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";}i:69;a:12:{s:4:\"Name\";s:63:\"Paid Memberships Pro - WP Affiliate Platform Integration Add On\";s:5:\"Title\";s:63:\"Paid Memberships Pro - WP Affiliate Platform Integration Add On\";s:9:\"PluginURI\";s:47:\"http://www.paidmembershipspro.com/wp/pmpro-dev/\";s:4:\"Slug\";s:27:\"pmpro-wp-affiliate-platform\";s:6:\"plugin\";s:59:\"pmpro-wp-affiliate-platform/pmpro-wp-affiliate-platform.php\";s:7:\"Version\";s:5:\"1.7.1\";s:11:\"Description\";s:70:\"Process an affiliate via WP Affiliate Platform after a PMPro checkout.\";s:6:\"Author\";s:36:\"Stranger Studios, Tips and Tricks HQ\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-wp-affiliate-platform.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:70;a:12:{s:4:\"Name\";s:36:\"Paid Memberships Pro - Zapier Add On\";s:5:\"Title\";s:36:\"Paid Memberships Pro - Zapier Add On\";s:9:\"PluginURI\";s:56:\"https://www.paidmembershipspro.com/add-ons/pmpro-zapier/\";s:4:\"Slug\";s:12:\"pmpro-zapier\";s:6:\"plugin\";s:29:\"pmpro-zapier/pmpro-zapier.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:83:\"Integrate activity on your membership site with thousands of other apps via Zapier.\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:55:\"https://downloads.wordpress.org/plugin/pmpro-zapier.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:71;a:12:{s:4:\"Name\";s:14:\"PMPro Gift Aid\";s:5:\"Title\";s:14:\"PMPro Gift Aid\";s:9:\"PluginURI\";s:52:\"http://www.paidmembershipspro.com/wp/pmpro-gift-aid/\";s:4:\"Slug\";s:14:\"pmpro-gift-aid\";s:6:\"plugin\";s:33:\"pmpro-gift-aid/pmpro-gift-aid.php\";s:7:\"Version\";s:4:\".1.2\";s:11:\"Description\";s:40:\"Add checkbox to opt into the UK Gift Aid\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:71:\"http://license.paidmembershipspro.com/downloads/free/pmpro-gift-aid.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:72;a:12:{s:4:\"Name\";s:25:\"PMPro Levels as UL Layout\";s:5:\"Title\";s:25:\"PMPro Levels as UL Layout\";s:9:\"PluginURI\";s:53:\"http://www.paidmembershipspro.com/wp/pmpro-ul-levels/\";s:4:\"Slug\";s:15:\"pmpro-ul-levels\";s:6:\"plugin\";s:35:\"pmpro-ul-levels/pmpro-ul-levels.php\";s:7:\"Version\";s:2:\".1\";s:11:\"Description\";s:107:\"Display your Membership Levels page in a UL Layout (includes classes for Foundation by ZURB Pricing table).\";s:6:\"Author\";s:42:\"Stranger Studios / Tweaked by Lasse Larsen\";s:9:\"AuthorURI\";s:28:\"http://www.seventysixnyc.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-ul-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";}i:73;a:12:{s:4:\"Name\";s:30:\"PMPro Payflow Recurring Orders\";s:5:\"Title\";s:30:\"PMPro Payflow Recurring Orders\";s:9:\"PluginURI\";s:68:\"http://www.paidmembershipspro.com/wp/pmpro-payflow-recurring-orders/\";s:4:\"Slug\";s:30:\"pmpro-payflow-recurring-orders\";s:6:\"plugin\";s:65:\"pmpro-payflow-recurring-orders/pmpro-payflow-recurring-orders.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:72:\"Check daily for new recurring orders in Payflow and add as PMPro orders.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:87:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-payflow-recurring-orders.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:74;a:12:{s:4:\"Name\";s:27:\"PMPro Reason For Cancelling\";s:5:\"Title\";s:27:\"PMPro Reason For Cancelling\";s:9:\"PluginURI\";s:65:\"http://www.paidmembershipspro.com/wp/pmpro-reason-for-cancelling/\";s:4:\"Slug\";s:27:\"pmpro-reason-for-cancelling\";s:6:\"plugin\";s:59:\"pmpro-reason-for-cancelling/pmpro-reason-for-cancelling.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:67:\"Adds a field to specify a reason for cancelling to the cancel page.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-reason-for-cancelling.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:75;a:12:{s:4:\"Name\";s:11:\"PMPro Roles\";s:5:\"Title\";s:11:\"PMPro Roles\";s:9:\"PluginURI\";s:22:\"http://joshlevinson.me\";s:4:\"Slug\";s:11:\"pmpro-roles\";s:6:\"plugin\";s:27:\"pmpro-roles/pmpro-roles.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:160:\"Adds a WordPress Role for each Membership Level with Display Name = Membership Level Name and Role Name = \'pmpro_role_X\' (where X is the Membership Level\'s ID).\";s:6:\"Author\";s:13:\"Josh Levinson\";s:9:\"AuthorURI\";s:22:\"http://joshlevinson.me\";s:8:\"Download\";s:68:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-roles.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:76;a:12:{s:4:\"Name\";s:12:\"PMPro Series\";s:5:\"Title\";s:12:\"PMPro Series\";s:9:\"PluginURI\";s:47:\"http://www.paidmembershipspro.com/pmpro-series/\";s:4:\"Slug\";s:12:\"pmpro-series\";s:6:\"plugin\";s:29:\"pmpro-series/pmpro-series.php\";s:7:\"Version\";s:4:\".3.7\";s:11:\"Description\";s:59:\"Offer serialized (drip feed) content to your PMPro members.\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:69:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-series.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:77;a:12:{s:4:\"Name\";s:19:\"PMPro Social Locker\";s:5:\"Title\";s:19:\"PMPro Social Locker\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:19:\"pmpro-social-locker\";s:6:\"plugin\";s:43:\"pmpro-social-locker/pmpro-social-locker.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:194:\"Integrate PMPro with the Social Locker plugin from OnePress (http://wordpress.org/support/plugin/social-locker). The goal is to give a user a free membership if they interact with Social Locker.\";s:6:\"Author\";s:45:\"Scott Sousa (Slocum Studio), Stranger Studios\";s:9:\"AuthorURI\";s:28:\"http://www.slocumstudio.com/\";s:8:\"Download\";s:76:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-social-locker.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:78;a:12:{s:4:\"Name\";s:22:\"PMPro Strong Passwords\";s:5:\"Title\";s:22:\"PMPro Strong Passwords\";s:9:\"PluginURI\";s:85:\"http://www.paidmembershipspro.com/add-ons/plugins-on-github/require-strong-passwords/\";s:4:\"Slug\";s:22:\"pmpro-strong-passwords\";s:6:\"plugin\";s:49:\"pmpro-strong-passwords/pmpro-strong-passwords.php\";s:7:\"Version\";s:3:\"0.1\";s:11:\"Description\";s:39:\"Force users to submit strong passwords.\";s:6:\"Author\";s:11:\"Scott Sousa\";s:9:\"AuthorURI\";s:23:\"http://slocumstudio.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-strong-passwords.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}i:79;a:12:{s:4:\"Name\";s:10:\"WP Bouncer\";s:5:\"Title\";s:10:\"WP Bouncer\";s:9:\"PluginURI\";s:45:\"http://andrewnorcross.com/plugins/wp-bouncer/\";s:4:\"Slug\";s:10:\"wp-bouncer\";s:6:\"plugin\";s:25:\"wp-bouncer/wp-bouncer.php\";s:7:\"Version\";s:5:\"1.3.1\";s:11:\"Description\";s:64:\"Only allow one device to be logged into WordPress for each user.\";s:6:\"Author\";s:32:\"Andrew Norcross, strangerstudios\";s:9:\"AuthorURI\";s:25:\"http://andrewnorcross.com\";s:8:\"Download\";s:53:\"https://downloads.wordpress.org/plugin/wp-bouncer.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";}}','no'), + (313,'pmpro_addons_timestamp','1547222412','no'), + (317,'pmpro_license_check','a:2:{s:7:\"license\";b:0;s:7:\"enddate\";i:0;}','no'), + (371,'_wp_convertkit_integration_tools_settings','','yes'), + (403,'rcp_db_version','1.6','yes'), + (404,'rcp_discounts_db_version','1.2','yes'), + (405,'rcp_payments_db_version','1.5','yes'), + (406,'rcp_reminder_notices','a:2:{i:0;a:5:{s:11:\"send_period\";s:7:\"+1month\";s:7:\"enabled\";b:0;s:4:\"type\";s:7:\"renewal\";s:7:\"subject\";s:35:\"Your Subscription is About to Renew\";s:7:\"message\";s:84:\"Hello %name%,\n\nYour subscription for %subscription_name% will renew on %expiration%.\";}i:1;a:5:{s:11:\"send_period\";s:7:\"+1month\";s:7:\"enabled\";b:0;s:4:\"type\";s:10:\"expiration\";s:7:\"subject\";s:36:\"Your Subscription is About to Expire\";s:7:\"message\";s:85:\"Hello %name%,\n\nYour subscription for %subscription_name% will expire on %expiration%.\";}}','yes'), + (407,'rcp_settings','a:5:{s:17:\"registration_page\";i:20;s:8:\"redirect\";i:21;s:12:\"account_page\";i:22;s:12:\"edit_profile\";i:23;s:11:\"update_card\";i:24;}','yes'), + (408,'rcp_is_installed','1','yes'), + (409,'rcp_version','2.9.11','yes'), + (469,'woocommerce_store_address','','yes'), + (470,'woocommerce_store_address_2','','yes'), + (471,'woocommerce_store_city','','yes'), + (472,'woocommerce_default_country','US:CO','yes'), + (473,'woocommerce_store_postcode','','yes'), + (474,'woocommerce_allowed_countries','all','yes'), + (475,'woocommerce_all_except_countries','a:0:{}','yes'), + (476,'woocommerce_specific_allowed_countries','a:0:{}','yes'), + (477,'woocommerce_ship_to_countries','','yes'), + (478,'woocommerce_specific_ship_to_countries','a:0:{}','yes'), + (479,'woocommerce_default_customer_address','geolocation','yes'), + (480,'woocommerce_calc_taxes','no','yes'), + (481,'woocommerce_enable_coupons','yes','yes'), + (482,'woocommerce_calc_discounts_sequentially','no','no'), + (483,'woocommerce_currency','USD','yes'), + (484,'woocommerce_currency_pos','left','yes'), + (485,'woocommerce_price_thousand_sep',',','yes'), + (486,'woocommerce_price_decimal_sep','.','yes'), + (487,'woocommerce_price_num_decimals','2','yes'), + (488,'woocommerce_shop_page_id','39','yes'), + (489,'woocommerce_cart_redirect_after_add','no','yes'), + (490,'woocommerce_enable_ajax_add_to_cart','yes','yes'), + (491,'woocommerce_placeholder_image','','yes'), + (492,'woocommerce_weight_unit','kg','yes'), + (493,'woocommerce_dimension_unit','cm','yes'), + (494,'woocommerce_enable_reviews','yes','yes'), + (495,'woocommerce_review_rating_verification_label','yes','no'), + (496,'woocommerce_review_rating_verification_required','no','no'), + (497,'woocommerce_enable_review_rating','yes','yes'), + (498,'woocommerce_review_rating_required','yes','no'), + (499,'woocommerce_manage_stock','yes','yes'), + (500,'woocommerce_hold_stock_minutes','60','no'), + (501,'woocommerce_notify_low_stock','yes','no'), + (502,'woocommerce_notify_no_stock','yes','no'), + (503,'woocommerce_stock_email_recipient','travis@memberup.co','no'), + (504,'woocommerce_notify_low_stock_amount','2','no'), + (505,'woocommerce_notify_no_stock_amount','0','yes'), + (506,'woocommerce_hide_out_of_stock_items','no','yes'), + (507,'woocommerce_stock_format','','yes'), + (508,'woocommerce_file_download_method','force','no'), + (509,'woocommerce_downloads_require_login','no','no'), + (510,'woocommerce_downloads_grant_access_after_payment','yes','no'), + (511,'woocommerce_prices_include_tax','no','yes'), + (512,'woocommerce_tax_based_on','shipping','yes'), + (513,'woocommerce_shipping_tax_class','inherit','yes'), + (514,'woocommerce_tax_round_at_subtotal','no','yes'), + (515,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'), + (516,'woocommerce_tax_display_shop','excl','yes'), + (517,'woocommerce_tax_display_cart','excl','yes'), + (518,'woocommerce_price_display_suffix','','yes'), + (519,'woocommerce_tax_total_display','itemized','no'), + (520,'woocommerce_enable_shipping_calc','yes','no'), + (521,'woocommerce_shipping_cost_requires_address','no','yes'), + (522,'woocommerce_ship_to_destination','billing','no'), + (523,'woocommerce_shipping_debug_mode','no','yes'), + (524,'woocommerce_enable_guest_checkout','yes','no'), + (525,'woocommerce_enable_checkout_login_reminder','no','no'), + (526,'woocommerce_enable_signup_and_login_from_checkout','no','no'), + (527,'woocommerce_enable_myaccount_registration','no','no'), + (528,'woocommerce_registration_generate_username','yes','no'), + (529,'woocommerce_registration_generate_password','yes','no'), + (530,'woocommerce_erasure_request_removes_order_data','no','no'), + (531,'woocommerce_erasure_request_removes_download_data','no','no'), + (532,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'), + (533,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'), + (534,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'), + (535,'woocommerce_trash_pending_orders','','no'), + (536,'woocommerce_trash_failed_orders','','no'), + (537,'woocommerce_trash_cancelled_orders','','no'), + (538,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'), + (539,'woocommerce_email_from_name','ck','no'), + (540,'woocommerce_email_from_address','travis@memberup.co','no'), + (541,'woocommerce_email_header_image','','no'), + (542,'woocommerce_email_footer_text','{site_title}
Powered by WooCommerce','no'), + (543,'woocommerce_email_base_color','#96588a','no'), + (544,'woocommerce_email_background_color','#f7f7f7','no'), + (545,'woocommerce_email_body_background_color','#ffffff','no'), + (546,'woocommerce_email_text_color','#3c3c3c','no'), + (547,'woocommerce_cart_page_id','40','yes'), + (548,'woocommerce_checkout_page_id','41','yes'), + (549,'woocommerce_myaccount_page_id','42','yes'), + (550,'woocommerce_terms_page_id','','no'), + (551,'woocommerce_checkout_pay_endpoint','order-pay','yes'), + (552,'woocommerce_checkout_order_received_endpoint','order-received','yes'), + (553,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'), + (554,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'), + (555,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'), + (556,'woocommerce_myaccount_orders_endpoint','orders','yes'), + (557,'woocommerce_myaccount_view_order_endpoint','view-order','yes'), + (558,'woocommerce_myaccount_downloads_endpoint','downloads','yes'), + (559,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'), + (560,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'), + (561,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'), + (562,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'), + (563,'woocommerce_logout_endpoint','customer-logout','yes'), + (564,'woocommerce_api_enabled','no','yes'), + (565,'woocommerce_single_image_width','600','yes'), + (566,'woocommerce_thumbnail_image_width','300','yes'), + (567,'woocommerce_checkout_highlight_required_fields','yes','yes'), + (568,'woocommerce_demo_store','no','no'), + (569,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'), + (570,'current_theme_supports_woocommerce','yes','yes'), + (571,'woocommerce_queue_flush_rewrite_rules','no','yes'), + (572,'_transient_wc_attribute_taxonomies','a:0:{}','yes'), + (573,'product_cat_children','a:0:{}','yes'), + (574,'default_product_cat','16','yes'), + (579,'woocommerce_admin_notices','a:0:{}','yes'), + (580,'_transient_woocommerce_webhook_ids','a:0:{}','yes'), + (581,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (582,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (583,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (584,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (585,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (586,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (587,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (588,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (589,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (590,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (591,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (592,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (601,'woocommerce_meta_box_errors','a:0:{}','yes'), + (608,'woocommerce_ckwc_settings','a:12:{s:7:\"enabled\";s:3:\"yes\";s:5:\"event\";s:10:\"processing\";s:14:\"display_opt_in\";s:2:\"no\";s:12:\"opt_in_label\";s:37:\"I want to subscribe to the newsletter\";s:13:\"opt_in_status\";s:7:\"checked\";s:15:\"opt_in_location\";s:7:\"billing\";s:7:\"api_key\";s:22:\"yOfcKz_mGnJ0P8CX7XIJPA\";s:10:\"api_secret\";s:43:\"lyHWwMQzXStt8ch153CYfBVQEQD4UHufB4auv2cd_eA\";s:12:\"subscription\";s:11:\"form:828654\";s:11:\"name_format\";s:4:\"both\";s:14:\"send_purchases\";s:3:\"yes\";s:5:\"debug\";s:3:\"yes\";}','yes'), + (616,'_transient_product_query-transient-version','1552669763','yes'), + (617,'_transient_product-transient-version','1552669764','yes'), + (625,'_transient_orders-transient-version','1552935360','yes'), + (736,'WishListMemberOptions_Migrated','1','yes'), + (737,'wlm_cache_group_suffix','1548104856.1194','yes'), + (738,'widget_wishlistwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (739,'WishListMemberOptions_MigrateLevelData','1','yes'), + (740,'WishListMemberOptions_MigrateContentLevelData','1','yes'), + (747,'_wp_convertkit_integration_wishlistmember_settings','a:2:{s:15:\"1547757691_form\";s:6:\"828654\";s:22:\"1547757691_unsubscribe\";s:6:\"751870\";}','yes'), + (1064,'rg_form_version','2.4.6','yes'), + (1065,'gform_enable_background_updates','1','yes'), + (1066,'gform_pending_installation','','yes'), + (1067,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'), + (1068,'gravityformsaddon_gravityformswebapi_version','1.0','yes'), + (1074,'gform_version_info','a:10:{s:12:\"is_valid_key\";b:1;s:6:\"reason\";s:0:\"\";s:7:\"version\";s:5:\"2.4.6\";s:3:\"url\";s:164:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=OXAwE28C8CuLuijHPt5O41HH1bU%3D\";s:15:\"expiration_time\";i:1579453200;s:9:\"offerings\";a:52:{s:12:\"gravityforms\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"2.4.6\";s:14:\"version_latest\";s:8:\"2.4.6.15\";s:3:\"url\";s:164:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=OXAwE28C8CuLuijHPt5O41HH1bU%3D\";s:10:\"url_latest\";s:167:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.15.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=nLplUI8zZdBTc62MG0N5O7cX0CU%3D\";}s:21:\"gravityforms2checkout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=LJMIpxOjmTx6m4f2si7eFsj702M%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=LJMIpxOjmTx6m4f2si7eFsj702M%3D\";}s:26:\"gravityformsactivecampaign\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:3:\"1.6\";s:3:\"url\";s:189:\"http://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=SPI1n4xmKNapno3JuTAK3chHoI8%3D\";s:10:\"url_latest\";s:189:\"http://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=SPI1n4xmKNapno3JuTAK3chHoI8%3D\";}s:32:\"gravityformsadvancedpostcreation\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-beta-2\";s:14:\"version_latest\";s:10:\"1.0-beta-2\";s:3:\"url\";s:208:\"http://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=tnLg5CbYPVHBX6FewKKh4vNAXFg%3D\";s:10:\"url_latest\";s:208:\"http://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=tnLg5CbYPVHBX6FewKKh4vNAXFg%3D\";}s:20:\"gravityformsagilecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=Da8wWi1tiG47yx%2BjJA35h3wtmoQ%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=Da8wWi1tiG47yx%2BjJA35h3wtmoQ%3D\";}s:24:\"gravityformsauthorizenet\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.6\";s:14:\"version_latest\";s:3:\"2.6\";s:3:\"url\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=011R9VPsHT0nTnF3cTwzPNcPCXU%3D\";s:10:\"url_latest\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=011R9VPsHT0nTnF3cTwzPNcPCXU%3D\";}s:18:\"gravityformsaweber\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:3:\"2.8\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=ghzksc9WBJS1uJp0vz2pMpVRYf4%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=ghzksc9WBJS1uJp0vz2pMpVRYf4%3D\";}s:21:\"gravityformsbatchbook\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=Qet7DirDbWdDPPflABxpVFvj4G4%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=Qet7DirDbWdDPPflABxpVFvj4G4%3D\";}s:18:\"gravityformsbreeze\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=aNNXbieUPxxRIwb1zitlgVvFboY%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=aNNXbieUPxxRIwb1zitlgVvFboY%3D\";}s:27:\"gravityformscampaignmonitor\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.7\";s:14:\"version_latest\";s:3:\"3.7\";s:3:\"url\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=DtSKcLL4LCQIJPyvcq9wumDMJ5g%3D\";s:10:\"url_latest\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=DtSKcLL4LCQIJPyvcq9wumDMJ5g%3D\";}s:20:\"gravityformscampfire\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=3c8UFq%2BUOH9N9ctCjRQP9LuXpZo%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=6ZcL998fTdscRXpGTtCM0btftEk%3D\";}s:22:\"gravityformscapsulecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=A5HfN06kDEHn9XUF44FZZbg9lKU%3D\";s:10:\"url_latest\";s:187:\"http://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=jUgbKTzXrUdP7%2BRQ6OoRYW3f7%2FU%3D\";}s:26:\"gravityformschainedselects\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.3\";s:3:\"url\";s:189:\"http://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=5ltt18X7YHazS7qXjTbN6puPcZE%3D\";s:10:\"url_latest\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=ThqRUae4lXolKowYrKQw6NwY5kU%3D\";}s:23:\"gravityformscleverreach\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=snvWElO8oOJ1j0I3AUwZJxiu3FA%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=snvWElO8oOJ1j0I3AUwZJxiu3FA%3D\";}s:27:\"gravityformsconstantcontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:197:\"http://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=sJgZjmOE1%2B%2BDVKcqs4uschcvn%2Bw%3D\";s:10:\"url_latest\";s:197:\"http://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=sJgZjmOE1%2B%2BDVKcqs4uschcvn%2Bw%3D\";}s:19:\"gravityformscoupons\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:5:\"2.8.3\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=9OTMmKpHYu44cEM3Oc2r90YrHKY%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.8.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=n4dBXThPzZ411kHv585OBRlqkCU%3D\";}s:17:\"gravityformsdebug\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0.beta11\";s:3:\"url\";s:0:\"\";s:10:\"url_latest\";s:180:\"http://s3.amazonaws.com/gravityforms/addons/debug/gravityformsdebug_1.0.beta11.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=N7ee%2FwBcjeCDVqh7kxq16mrYY7o%3D\";}s:19:\"gravityformsdropbox\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.3\";s:14:\"version_latest\";s:3:\"2.3\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=FPyfsHqjUNmCTP9BrAOC0t81SP0%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=FPyfsHqjUNmCTP9BrAOC0t81SP0%3D\";}s:16:\"gravityformsemma\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.5\";s:3:\"url\";s:171:\"http://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=OgexRqnIH96mGURWmes3%2B4rFS24%3D\";s:10:\"url_latest\";s:171:\"http://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=T8UTpcnUAEvsW90kIdm4yQwIO3A%3D\";}s:22:\"gravityformsfreshbooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.5\";s:14:\"version_latest\";s:5:\"2.5.2\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=xZ2%2BEGdpO4hEogRRfTrgXwDX5Tc%3D\";s:10:\"url_latest\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=dR3Eau%2FetEHTJKEO2ZV0c45PMhk%3D\";}s:23:\"gravityformsgetresponse\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=HHyUX%2Fktc175skUQ7xuauHORgUw%3D\";s:10:\"url_latest\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=HHyUX%2Fktc175skUQ7xuauHORgUw%3D\";}s:21:\"gravityformsgutenberg\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-rc-1.2\";s:14:\"version_latest\";s:10:\"1.0-rc-1.2\";s:3:\"url\";s:186:\"http://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=So6RDirtXydDmbKgtKlD68wkZeo%3D\";s:10:\"url_latest\";s:186:\"http://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=So6RDirtXydDmbKgtKlD68wkZeo%3D\";}s:21:\"gravityformshelpscout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.1\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=HpI7w0z4%2B6wLb4izxU6aD58p0T8%3D\";s:10:\"url_latest\";s:187:\"http://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.5.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=x5%2F%2BR8s0DWZkr4Vx0H6%2FP5yJBPo%3D\";}s:20:\"gravityformshighrise\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=EuI6F%2BNwa5nHz%2BiRtyHKRwhDLWY%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=EuI6F%2BNwa5nHz%2BiRtyHKRwhDLWY%3D\";}s:19:\"gravityformshipchat\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/hipchat/gravityformshipchat_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=vR4UDzv4h3uxFKnNqTsUa6noq9k%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/hipchat/gravityformshipchat_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=vR4UDzv4h3uxFKnNqTsUa6noq9k%3D\";}s:20:\"gravityformsicontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=bRJsRYG91A8W%2F0Eu%2BKliEN5QM%2Fo%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=IAy6qrSWwUc5UGh5uNSRL82N5HE%3D\";}s:19:\"gravityformslogging\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=uivc1BsFufLkAd2%2Bw0ZyBp5OLVo%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=%2B32cfweILHhjql7mcf%2FLrMfpl0U%3D\";}s:19:\"gravityformsmadmimi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=%2FNS08PAHR9it4FZt6NCiwOq8yCs%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=%2FNS08PAHR9it4FZt6NCiwOq8yCs%3D\";}s:21:\"gravityformsmailchimp\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.6\";s:14:\"version_latest\";s:3:\"4.6\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=bvM5UoPcbR7k7cNSUqAKV2jJBoM%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=bvM5UoPcbR7k7cNSUqAKV2jJBoM%3D\";}s:19:\"gravityformsmailgun\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.1\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=Jk8DbQYBLVmqNJ3FCMHccBc4E1s%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=3Ha8Apxg%2BsdKh%2BHfBgP8FFQFA5c%3D\";}s:26:\"gravityformspartialentries\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:189:\"http://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=7yiPMS1yXGdYEafXGZLhBB6L9ck%3D\";s:10:\"url_latest\";s:189:\"http://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=7yiPMS1yXGdYEafXGZLhBB6L9ck%3D\";}s:18:\"gravityformspaypal\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:5:\"3.1.1\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=auPelZaUxqCCo4qHB3VJmqCBGqg%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=EPmCdUzHh%2FKPPtjWeNeDq2gm5YA%3D\";}s:33:\"gravityformspaypalexpresscheckout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";N;}s:29:\"gravityformspaypalpaymentspro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.3\";s:14:\"version_latest\";s:5:\"2.3.3\";s:3:\"url\";s:195:\"http://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=TAbJpJNAgaRGRq6BkphoCichH7I%3D\";s:10:\"url_latest\";s:199:\"http://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.3.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=eUoiJZGAQ5Dz%2FotZSgJwDdnmDZQ%3D\";}s:21:\"gravityformspaypalpro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"1.8.1\";s:14:\"version_latest\";s:5:\"1.8.1\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=aKpxoAlpWVVnKUKI9LcIhJY6jcc%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=aKpxoAlpWVVnKUKI9LcIhJY6jcc%3D\";}s:20:\"gravityformspicatcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";}s:16:\"gravityformspipe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.1\";s:3:\"url\";s:169:\"http://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=EtyHCTdglwvJzBw374iLBUlDpak%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=ETanqVP5IGxU4wyixJ1J4ksIy%2FE%3D\";}s:17:\"gravityformspolls\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.2\";s:14:\"version_latest\";s:3:\"3.2\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=p5rKwtQXMA%2BCRH8uutY5Sc1Qck4%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=p5rKwtQXMA%2BCRH8uutY5Sc1Qck4%3D\";}s:20:\"gravityformspostmark\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=HH9GoK6u9w6QOK30Z3MTesZOBqE%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=HH9GoK6u9w6QOK30Z3MTesZOBqE%3D\";}s:16:\"gravityformsquiz\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:5:\"3.1.8\";s:3:\"url\";s:169:\"http://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=PGN4ntUggBxdg18kS94Z4NqOG0o%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=BWQ%2B7bXvusiGECZMTcqJUGpX5EE%3D\";}s:19:\"gravityformsrestapi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"2.0-beta-2\";s:14:\"version_latest\";s:10:\"2.0-beta-2\";s:3:\"url\";s:182:\"http://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=98SBzniFDuio0YO9E3X8ksENGDo%3D\";s:10:\"url_latest\";s:182:\"http://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=98SBzniFDuio0YO9E3X8ksENGDo%3D\";}s:20:\"gravityformssendgrid\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=4nHrQYdTS5KD2cpnQGaVxMulmBI%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=4nHrQYdTS5KD2cpnQGaVxMulmBI%3D\";}s:21:\"gravityformssignature\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.6\";s:14:\"version_latest\";s:3:\"3.7\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=EwRbQ%2F75ggWJ3aW3GrNDAwKdyME%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=HNuIU9qEj3r1Coe9OH9qr2MVAKI%3D\";}s:17:\"gravityformsslack\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.8\";s:14:\"version_latest\";s:3:\"1.8\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=IUaYlJH%2F4GHex6QW8NRJmkDRlOc%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=IUaYlJH%2F4GHex6QW8NRJmkDRlOc%3D\";}s:18:\"gravityformsstripe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.6\";s:14:\"version_latest\";s:7:\"2.6.0.5\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=xQCJvshSZ2TAZvY7fL8ly6Pe13w%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_2.6.0.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=rOVBrTeZO%2ByE848DUdbSIejsiMM%3D\";}s:18:\"gravityformssurvey\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.3\";s:14:\"version_latest\";s:5:\"3.3.1\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=lwI864kftSeXRyQaQ1ApDnZOzd8%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=zHzzmP1l713bMDrLNxyD0F%2FEvYc%3D\";}s:18:\"gravityformstrello\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=5xtFwpm0Sqg0zUIXmFRxJXuqMyw%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=wllXsjv8sV4c1Pw%2FtGDML9LmgPk%3D\";}s:18:\"gravityformstwilio\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.5\";s:14:\"version_latest\";s:5:\"2.5.2\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=llBVGDm4TKVHmP%2BxcxpfEopHgaQ%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=3Or2X1NAhPQuOfPaWf8M2Dyn7Z0%3D\";}s:28:\"gravityformsuserregistration\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.0\";s:14:\"version_latest\";s:5:\"4.0.6\";s:3:\"url\";s:195:\"http://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=iqC%2BE83kTSfzMKoqBTszg9G8HTY%3D\";s:10:\"url_latest\";s:195:\"http://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.0.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=nt9CtqTJBiC30q6ouQu3lTsEEmY%3D\";}s:20:\"gravityformswebhooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.5\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=hcVo%2F8KDfPBlU1wGq7iD6T40FnU%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=Iq0L3XAQSiqt8yBz%2BjUyJUReaqs%3D\";}s:18:\"gravityformszapier\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:5:\"3.1.2\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=%2Fdes3ZSp2ZAzuqRnRsgp9zh%2Fg3w%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_3.1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=lwQ%2FyTLi%2FynFIplGcDvS1aqMm%2Bc%3D\";}s:19:\"gravityformszohocrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.2\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=4PLLq%2FebUVLTS0yXle9G3%2BzMiYA%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=X%2FunkkCdKUHxLtvlv6uHc3T8Ba8%3D\";}}s:9:\"is_active\";s:1:\"1\";s:14:\"version_latest\";s:8:\"2.4.6.15\";s:10:\"url_latest\";s:167:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.15.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1554045990&Signature=nLplUI8zZdBTc62MG0N5O7cX0CU%3D\";s:9:\"timestamp\";i:1553873190;}','yes'), + (1095,'rg_gforms_key','4b2e665e2ec0e809279efa268e0949b5','yes'), + (1096,'gf_site_key','3ecf751e-c407-4770-adc4-3bdb09d6284d','yes'), + (1097,'gf_site_secret','5c79ba88-635b-42fc-b9ad-f4497c058ef0','yes'), + (1098,'gform_enable_noconflict','1','yes'), + (1099,'rg_gforms_enable_akismet','1','yes'), + (1100,'rg_gforms_currency','USD','yes'), + (1101,'gform_enable_toolbar_menu','1','yes'), + (1122,'gravityformsaddon_feed-base_version','0.14','yes'), + (1123,'gravityformsaddon_ckgf_version','1.0.4','yes'), + (1266,'woocommerce_allow_bulk_remove_personal_data','no','no'), + (1338,'_transient_shipping-transient-version','1548194750','yes'), + (1350,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}','yes'), + (1879,'wpseo','a:21:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:9:\"9.8-beta1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1549048522;s:18:\"recalibration_beta\";b:0;s:13:\"myyoast-oauth\";a:2:{s:6:\"config\";a:2:{s:8:\"clientId\";N;s:6:\"secret\";N;}s:13:\"access_tokens\";a:0:{}}}','yes'), + (1880,'wpseo_titles','a:67:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;}','yes'), + (1881,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'), + (1882,'wpseo_flush_rewrite','1','yes'), + (1883,'_transient_timeout_wpseo_link_table_inaccessible','1580584539','no'), + (1884,'_transient_wpseo_link_table_inaccessible','0','no'), + (1885,'_transient_timeout_wpseo_meta_table_inaccessible','1580584539','no'), + (1886,'_transient_wpseo_meta_table_inaccessible','0','no'), + (2048,'gravityformsaddon_gravityformsgutenberg_version','1.0-rc-1.2','yes'), + (2054,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:17;}}','yes'), + (2058,'woocommerce_maybe_regenerate_images_hash','0de65104e99c1f16f59c910a1c062cfb','yes'), + (2188,'gform_email_count','19','yes'), + (2189,'gform_upload_page_slug','36a80d657eaa2b3','yes'), + (2203,'gravityformsaddon_gravityformsdrip_version','2.1.0','yes'), + (2215,'gravityformsaddon_gravityformsdrip_settings','a:1:{s:9:\"api_token\";s:20:\"so6daxrdqyyjbtmzt8dr\";}','yes'), + (2296,'gravityformsaddon_ckgf_settings','a:1:{s:7:\"api_key\";s:22:\"yOfcKz_mGnJ0P8CX7XIJPA\";}','yes'), + (2384,'wc_stripe_version','4.1.14','yes'), + (2388,'woocommerce_stripe_settings','a:23:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:20:\"Credit Card (Stripe)\";s:11:\"description\";s:37:\"Pay with your credit card via Stripe.\";s:7:\"webhook\";s:0:\"\";s:8:\"testmode\";s:3:\"yes\";s:20:\"test_publishable_key\";s:32:\"pk_test_ZOFpeNqpmqm4VWbwfFMCDAzP\";s:15:\"test_secret_key\";s:32:\"sk_test_WB0CkxBpH6G4hMjGx1V0x4UA\";s:15:\"publishable_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:14:\"inline_cc_form\";s:3:\"yes\";s:20:\"statement_descriptor\";s:0:\"\";s:7:\"capture\";s:3:\"yes\";s:14:\"three_d_secure\";s:3:\"yes\";s:15:\"stripe_checkout\";s:2:\"no\";s:21:\"stripe_checkout_image\";s:0:\"\";s:27:\"stripe_checkout_description\";s:0:\"\";s:15:\"payment_request\";s:2:\"no\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:11:\"saved_cards\";s:3:\"yes\";s:7:\"logging\";s:3:\"yes\";s:20:\"apple_pay_domain_set\";s:2:\"no\";}','yes'), + (2389,'wc_stripe_show_style_notice','no','yes'), + (2408,'theme_switched_via_customizer','','yes'), + (2409,'customize_stashed_theme_mods','a:0:{}','no'), + (2623,'woocommerce_version','3.6.0','yes'), + (2624,'woocommerce_db_version','3.6.0','yes'), + (2929,'db_upgraded','','yes'), + (2933,'can_compress_scripts','0','no'), + (3322,'gf_previous_db_version','2.4.5.2','yes'), + (3323,'gf_upgrade_lock','','yes'), + (3324,'gform_sticky_admin_messages','a:0:{}','yes'), + (3326,'gf_db_version','2.4.6','yes'), + (3394,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1553873189;s:15:\"version_checked\";s:5:\"5.1.1\";s:12:\"translations\";a:0:{}}','no'), + (3410,'wpseo_taxonomy_meta','a:1:{s:8:\"category\";a:1:{i:2;a:3:{s:13:\"wpseo_focuskw\";s:6:\"Advice\";s:13:\"wpseo_linkdex\";s:2:\"44\";s:19:\"wpseo_content_score\";s:2:\"60\";}}}','yes'), + (3531,'_transient_timeout_wc_term_counts','1555261846','no'), + (3532,'_transient_wc_term_counts','a:1:{i:16;s:1:\"4\";}','no'), + (3785,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'), + (3786,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"1\";s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'), + (4125,'_transient_timeout_wc_low_stock_count','1555793427','no'), + (4126,'_transient_wc_low_stock_count','0','no'), + (4127,'_transient_timeout_wc_outofstock_count','1555793427','no'), + (4128,'_transient_wc_outofstock_count','0','no'), + (4262,'_site_transient_timeout_php_check_b210b8aa09c12dbcb4a182813622790b','1554233213','no'), + (4263,'_site_transient_php_check_b210b8aa09c12dbcb4a182813622790b','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:5:\"5.2.4\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'), + (4322,'_site_transient_timeout_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','1554303605','no'), + (4323,'_site_transient_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:5:\"5.2.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'), + (4328,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1553742010','no'), + (4331,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1553742010','no'), + (4386,'_transient_timeout_external_ip_address_127.0.0.1','1554389757','no'), + (4387,'_transient_external_ip_address_127.0.0.1','73.181.51.202','no'), + (4398,'_transient_timeout_plugin_slugs','1553965001','no'), + (4399,'_transient_plugin_slugs','a:27:{i:0;s:53:\"bulk-add-discourse-users/bulk-add-discourse-users.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:24:\"composerpress/plugin.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:38:\"ConvertKit-WordPress/wp-convertkit.php\";i:5;s:49:\"woocommerce-convertkit/woocommerce-convertkit.php\";i:6;s:23:\"debug-bar/debug-bar.php\";i:7;s:49:\"easy-digital-downloads/easy-digital-downloads.php\";i:8;s:29:\"gravityforms/gravityforms.php\";i:9;s:39:\"convertkit-gravity-forms/convertkit.php\";i:10;s:41:\"drip-gravity-forms/drip-gravity-forms.php\";i:11;s:35:\"gravityformsgutenberg/gutenberg.php\";i:12;s:9:\"hello.php\";i:13;s:17:\"jarvis/jarvis.php\";i:14;s:13:\"laps/laps.php\";i:15;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:16;s:27:\"pretty-link/pretty-link.php\";i:17;s:31:\"query-monitor/query-monitor.php\";i:18;s:45:\"restrict-content-pro/restrict-content-pro.php\";i:19;s:33:\"social-warfare/social-warfare.php\";i:20;s:33:\"wcbtn-2018-api/wcbtn-2018-api.php\";i:21;s:23:\"wishlist-member/wpm.php\";i:22;s:27:\"woocommerce/woocommerce.php\";i:23;s:51:\"woocommerce-memberships/woocommerce-memberships.php\";i:24;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:25;s:79:\"woocommerce-test-mode-checkout-helper/woocommerce-test-mode-checkout-helper.php\";i:26;s:24:\"wordpress-seo/wp-seo.php\";}','no'), + (4473,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1553873191;s:7:\"checked\";a:4:{s:14:\"twentynineteen\";s:3:\"1.1\";s:15:\"twentyseventeen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.7\";s:13:\"weaver-xtreme\";s:5:\"4.2.6\";}s:8:\"response\";a:4:{s:14:\"twentynineteen\";a:4:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.3.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.1.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.9.zip\";}s:13:\"weaver-xtreme\";a:4:{s:5:\"theme\";s:13:\"weaver-xtreme\";s:11:\"new_version\";s:7:\"4.3.1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/weaver-xtreme/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/weaver-xtreme.4.3.1.4.zip\";}}s:12:\"translations\";a:0:{}}','no'), + (4474,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1553878600;s:7:\"checked\";a:27:{s:53:\"bulk-add-discourse-users/bulk-add-discourse-users.php\";s:3:\"1.0\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.4\";s:24:\"composerpress/plugin.php\";s:3:\"1.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.1\";s:38:\"ConvertKit-WordPress/wp-convertkit.php\";s:5:\"1.7.4\";s:49:\"woocommerce-convertkit/woocommerce-convertkit.php\";s:5:\"1.1.0\";s:23:\"debug-bar/debug-bar.php\";s:3:\"1.0\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:6:\"2.9.11\";s:29:\"gravityforms/gravityforms.php\";s:5:\"2.4.6\";s:39:\"convertkit-gravity-forms/convertkit.php\";s:5:\"1.0.4\";s:41:\"drip-gravity-forms/drip-gravity-forms.php\";s:5:\"2.1.0\";s:35:\"gravityformsgutenberg/gutenberg.php\";s:10:\"1.0-rc-1.2\";s:9:\"hello.php\";s:5:\"1.7.1\";s:17:\"jarvis/jarvis.php\";s:5:\"1.0.3\";s:13:\"laps/laps.php\";s:3:\"3.2\";s:45:\"paid-memberships-pro/paid-memberships-pro.php\";s:5:\"2.0.2\";s:27:\"pretty-link/pretty-link.php\";s:5:\"2.1.8\";s:31:\"query-monitor/query-monitor.php\";s:5:\"3.3.1\";s:45:\"restrict-content-pro/restrict-content-pro.php\";s:6:\"2.9.11\";s:33:\"social-warfare/social-warfare.php\";s:5:\"3.5.1\";s:33:\"wcbtn-2018-api/wcbtn-2018-api.php\";s:5:\"0.1.0\";s:23:\"wishlist-member/wpm.php\";s:9:\"2.93.4800\";s:27:\"woocommerce/woocommerce.php\";s:9:\"3.6.0-dev\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";s:6:\"1.12.4\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:6:\"4.1.14\";s:79:\"woocommerce-test-mode-checkout-helper/woocommerce-test-mode-checkout-helper.php\";s:5:\"0.1.0\";s:24:\"wordpress-seo/wp-seo.php\";s:3:\"9.7\";}s:8:\"response\";a:6:{s:49:\"easy-digital-downloads/easy-digital-downloads.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/easy-digital-downloads\";s:4:\"slug\";s:22:\"easy-digital-downloads\";s:6:\"plugin\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:11:\"new_version\";s:6:\"2.9.12\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/easy-digital-downloads/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/easy-digital-downloads.2.9.12.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:74:\"https://ps.w.org/easy-digital-downloads/assets/icon-256x256.png?rev=971967\";s:2:\"1x\";s:66:\"https://ps.w.org/easy-digital-downloads/assets/icon.svg?rev=971968\";s:3:\"svg\";s:66:\"https://ps.w.org/easy-digital-downloads/assets/icon.svg?rev=971968\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/easy-digital-downloads/assets/banner-1544x500.png?rev=1728279\";s:2:\"1x\";s:77:\"https://ps.w.org/easy-digital-downloads/assets/banner-772x250.png?rev=1728282\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"paid-memberships-pro/paid-memberships-pro.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/paid-memberships-pro\";s:4:\"slug\";s:20:\"paid-memberships-pro\";s:6:\"plugin\";s:45:\"paid-memberships-pro/paid-memberships-pro.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/paid-memberships-pro/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/paid-memberships-pro.2.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/paid-memberships-pro/assets/icon-256x256.png?rev=983614\";s:2:\"1x\";s:72:\"https://ps.w.org/paid-memberships-pro/assets/icon-128x128.png?rev=983614\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/paid-memberships-pro/assets/banner-1544x500.jpg?rev=1938770\";s:2:\"1x\";s:75:\"https://ps.w.org/paid-memberships-pro/assets/banner-772x250.jpg?rev=2012180\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"query-monitor/query-monitor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/query-monitor\";s:4:\"slug\";s:13:\"query-monitor\";s:6:\"plugin\";s:31:\"query-monitor/query-monitor.php\";s:11:\"new_version\";s:5:\"3.3.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/query-monitor/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/query-monitor.3.3.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/query-monitor/assets/icon-256x256.png?rev=2056073\";s:2:\"1x\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2056073\";s:3:\"svg\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2056073\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/query-monitor/assets/banner-1544x500.png?rev=1629576\";s:2:\"1x\";s:68:\"https://ps.w.org/query-monitor/assets/banner-772x250.png?rev=1731469\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"social-warfare/social-warfare.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/social-warfare\";s:4:\"slug\";s:14:\"social-warfare\";s:6:\"plugin\";s:33:\"social-warfare/social-warfare.php\";s:11:\"new_version\";s:5:\"3.5.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/social-warfare/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/social-warfare.3.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/social-warfare/assets/icon-256x256.jpg?rev=1874934\";s:2:\"1x\";s:67:\"https://ps.w.org/social-warfare/assets/icon-128x128.jpg?rev=1874934\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/social-warfare/assets/banner-1544x500.jpg?rev=1874934\";s:2:\"1x\";s:69:\"https://ps.w.org/social-warfare/assets/banner-772x250.jpg?rev=1874934\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/woocommerce-gateway-stripe\";s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:6:\"plugin\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:11:\"new_version\";s:6:\"4.1.15\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-stripe.4.1.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=1917495\";s:2:\"1x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-128x128.png?rev=1917495\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-1544x500.png?rev=1917495\";s:2:\"1x\";s:81:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-772x250.png?rev=1917495\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"10.0.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:38:\"ConvertKit-WordPress/wp-convertkit.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/convertkit\";s:4:\"slug\";s:10:\"convertkit\";s:6:\"plugin\";s:38:\"ConvertKit-WordPress/wp-convertkit.php\";s:11:\"new_version\";s:5:\"1.7.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/convertkit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/convertkit.1.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/convertkit/assets/icon-256x256.png?rev=1966030\";s:2:\"1x\";s:63:\"https://ps.w.org/convertkit/assets/icon-128x128.png?rev=1966030\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/convertkit/assets/banner-1544x500.png?rev=1966030\";s:2:\"1x\";s:65:\"https://ps.w.org/convertkit/assets/banner-772x250.png?rev=1966030\";}s:11:\"banners_rtl\";a:0:{}}s:49:\"woocommerce-convertkit/woocommerce-convertkit.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/convertkit-for-woocommerce\";s:4:\"slug\";s:26:\"convertkit-for-woocommerce\";s:6:\"plugin\";s:49:\"woocommerce-convertkit/woocommerce-convertkit.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/convertkit-for-woocommerce/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/convertkit-for-woocommerce.1.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/convertkit-for-woocommerce/assets/icon-256x256.png?rev=1966072\";s:2:\"1x\";s:79:\"https://ps.w.org/convertkit-for-woocommerce/assets/icon-128x128.png?rev=1966072\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/convertkit-for-woocommerce/assets/banner-1544x500.png?rev=1966072\";s:2:\"1x\";s:81:\"https://ps.w.org/convertkit-for-woocommerce/assets/banner-772x250.png?rev=1966072\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"debug-bar/debug-bar.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/debug-bar\";s:4:\"slug\";s:9:\"debug-bar\";s:6:\"plugin\";s:23:\"debug-bar/debug-bar.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/debug-bar/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/debug-bar.1.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/debug-bar/assets/icon-256x256.png?rev=1908362\";s:2:\"1x\";s:54:\"https://ps.w.org/debug-bar/assets/icon.svg?rev=1908362\";s:3:\"svg\";s:54:\"https://ps.w.org/debug-bar/assets/icon.svg?rev=1908362\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/debug-bar/assets/banner-1544x500.png?rev=1365496\";s:2:\"1x\";s:64:\"https://ps.w.org/debug-bar/assets/banner-772x250.png?rev=1365496\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"convertkit-gravity-forms/convertkit.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/convertkit-gravity-forms\";s:4:\"slug\";s:24:\"convertkit-gravity-forms\";s:6:\"plugin\";s:39:\"convertkit-gravity-forms/convertkit.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/convertkit-gravity-forms/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/convertkit-gravity-forms.1.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/convertkit-gravity-forms/assets/icon-256x256.png?rev=1966073\";s:2:\"1x\";s:77:\"https://ps.w.org/convertkit-gravity-forms/assets/icon-128x128.png?rev=1966073\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/convertkit-gravity-forms/assets/banner-1544x500.png?rev=1966073\";s:2:\"1x\";s:79:\"https://ps.w.org/convertkit-gravity-forms/assets/banner-772x250.png?rev=1966073\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"drip-gravity-forms/drip-gravity-forms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/drip-gravity-forms\";s:4:\"slug\";s:18:\"drip-gravity-forms\";s:6:\"plugin\";s:41:\"drip-gravity-forms/drip-gravity-forms.php\";s:11:\"new_version\";s:5:\"2.1.0\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/drip-gravity-forms/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/drip-gravity-forms.2.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/drip-gravity-forms/assets/icon-256x256.png?rev=1395083\";s:2:\"1x\";s:71:\"https://ps.w.org/drip-gravity-forms/assets/icon-128x128.png?rev=1395083\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/drip-gravity-forms/assets/banner-1544x500.png?rev=1395083\";s:2:\"1x\";s:73:\"https://ps.w.org/drip-gravity-forms/assets/banner-772x250.png?rev=1395083\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:17:\"jarvis/jarvis.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/jarvis\";s:4:\"slug\";s:6:\"jarvis\";s:6:\"plugin\";s:17:\"jarvis/jarvis.php\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/jarvis/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jarvis.1.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/jarvis/assets/icon-256x256.png?rev=1393314\";s:2:\"1x\";s:59:\"https://ps.w.org/jarvis/assets/icon-128x128.png?rev=1393314\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/jarvis/assets/banner-1544x500.png?rev=1967425\";s:2:\"1x\";s:61:\"https://ps.w.org/jarvis/assets/banner-772x250.png?rev=1967425\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"pretty-link/pretty-link.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/pretty-link\";s:4:\"slug\";s:11:\"pretty-link\";s:6:\"plugin\";s:27:\"pretty-link/pretty-link.php\";s:11:\"new_version\";s:5:\"2.1.8\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/pretty-link/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/pretty-link.2.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/pretty-link/assets/icon-256x256.png?rev=1722956\";s:2:\"1x\";s:64:\"https://ps.w.org/pretty-link/assets/icon-128x128.png?rev=1722958\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/pretty-link/assets/banner-1544x500.png?rev=1722956\";s:2:\"1x\";s:66:\"https://ps.w.org/pretty-link/assets/banner-772x250.png?rev=1722928\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.5.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}}}}','no'), + (4478,'_site_transient_timeout_available_translations','1553884023','no'), + (4479,'_site_transient_available_translations','a:116:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-08 06:00:48\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-26 17:44:43\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 08:43:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-11 16:43:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-10 03:02:48\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 04:42:01\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-22 10:05:13\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 13:44:30\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-25 20:13:18\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 08:36:44\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.1.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-12 05:45:50\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 08:37:08\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-12 11:52:25\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-12 11:58:05\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/5.1.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-12 10:58:18\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 03:57:57\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-07 23:16:35\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 03:57:25\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-25 23:19:50\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-07 23:32:35\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-21 14:53:06\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-12 02:56:56\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-11 17:19:21\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-07 22:44:17\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-06 21:26:01\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-06 12:47:45\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-07 18:38:30\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-14 13:48:04\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.9/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:8:\"5.1-beta\";s:7:\"updated\";s:19:\"2019-01-30 10:44:58\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.1-beta/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-29 13:01:02\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-14 13:16:24\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:6:\"4.9.10\";s:7:\"updated\";s:19:\"2019-02-01 21:20:31\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.10/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 23:32:17\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.0.4\";s:7:\"updated\";s:19:\"2019-03-16 18:30:33\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.4/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-28 18:46:40\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 14:36:40\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 13:16:13\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-14 18:04:23\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-11 06:24:52\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 08:17:32\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 14:27:41\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 18:11:00\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-25 12:57:05\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-23 09:40:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.1.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-23 09:36:48\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 09:14:40\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-09 16:36:42\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-13 06:39:07\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-13 17:59:01\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-22 12:37:09\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-17 07:59:20\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-11 12:11:12\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-26 12:47:28\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-21 14:39:06\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 15:30:32\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-09 14:38:41\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-24 20:26:25\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-13 12:26:58\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-23 01:06:47\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-27 04:33:46\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-21 11:17:54\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-08 13:59:31\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-21 08:46:47\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-11 03:35:29\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-15 07:48:55\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 01:01:50\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2018-12-21 00:57:14\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'), + (4487,'rewrite_rules','a:158:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=39&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'), + (4489,'_transient_timeout_GFCache_f026847f4a650f6129ab9d86912bc5a0','1553873309','no'), + (4490,'_transient_GFCache_f026847f4a650f6129ab9d86912bc5a0','a:1:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:11:\"entry_count\";s:2:\"20\";}}','no'), + (4491,'_transient_timeout_GFCache_08e11f2c156a720114f3027eb313f30f','1553873309','no'), + (4492,'_transient_GFCache_08e11f2c156a720114f3027eb313f30f','a:1:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:10:\"view_count\";s:1:\"7\";}}','no'), + (4499,'category_children','a:0:{}','yes'), + (4538,'_site_transient_timeout_theme_roots','1553879167','no'), + (4539,'_site_transient_theme_roots','a:4:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:13:\"weaver-xtreme\";s:7:\"/themes\";}','no'), + (4540,'_transient_timeout__woocommerce_helper_updates','1553920567','no'), + (4541,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"7e7638ac3255adaf12c58cb2f8291677\";s:7:\"updated\";i:1553877367;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'), + (4559,'_transient_timeout__woocommerce_helper_subscriptions','1553879500','no'), + (4560,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; +# Dump of table wp_pmpro_discount_codes +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_discount_codes`; + +CREATE TABLE `wp_pmpro_discount_codes` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `code` varchar(32) NOT NULL, + `starts` date NOT NULL, + `expires` date NOT NULL, + `uses` int(11) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `code` (`code`), + KEY `starts` (`starts`), + KEY `expires` (`expires`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_pmpro_discount_codes_levels +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_discount_codes_levels`; + +CREATE TABLE `wp_pmpro_discount_codes_levels` ( + `code_id` int(11) unsigned NOT NULL, + `level_id` int(11) unsigned NOT NULL, + `initial_payment` decimal(10,2) NOT NULL DEFAULT '0.00', + `billing_amount` decimal(10,2) NOT NULL DEFAULT '0.00', + `cycle_number` int(11) NOT NULL DEFAULT '0', + `cycle_period` enum('Day','Week','Month','Year') DEFAULT 'Month', + `billing_limit` int(11) NOT NULL COMMENT 'After how many cycles should billing stop?', + `trial_amount` decimal(10,2) NOT NULL DEFAULT '0.00', + `trial_limit` int(11) NOT NULL DEFAULT '0', + `expiration_number` int(10) unsigned NOT NULL, + `expiration_period` enum('Day','Week','Month','Year') NOT NULL, + PRIMARY KEY (`code_id`,`level_id`), + KEY `initial_payment` (`initial_payment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_pmpro_discount_codes_uses +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_discount_codes_uses`; + +CREATE TABLE `wp_pmpro_discount_codes_uses` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `code_id` int(10) unsigned NOT NULL, + `user_id` int(10) unsigned NOT NULL, + `order_id` int(10) unsigned NOT NULL, + `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `user_id` (`user_id`), + KEY `timestamp` (`timestamp`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_pmpro_membership_levelmeta +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_membership_levelmeta`; + +CREATE TABLE `wp_pmpro_membership_levelmeta` ( + `meta_id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `pmpro_membership_level_id` int(10) unsigned NOT NULL, + `meta_key` varchar(255) NOT NULL, + `meta_value` longtext, + PRIMARY KEY (`meta_id`), + KEY `pmpro_membership_level_id` (`pmpro_membership_level_id`), + KEY `meta_key` (`meta_key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_pmpro_membership_levels +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_membership_levels`; + +CREATE TABLE `wp_pmpro_membership_levels` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `description` longtext NOT NULL, + `confirmation` longtext NOT NULL, + `initial_payment` decimal(10,2) NOT NULL DEFAULT '0.00', + `billing_amount` decimal(10,2) NOT NULL DEFAULT '0.00', + `cycle_number` int(11) NOT NULL DEFAULT '0', + `cycle_period` enum('Day','Week','Month','Year') DEFAULT 'Month', + `billing_limit` int(11) NOT NULL COMMENT 'After how many cycles should billing stop?', + `trial_amount` decimal(10,2) NOT NULL DEFAULT '0.00', + `trial_limit` int(11) NOT NULL DEFAULT '0', + `allow_signups` tinyint(4) NOT NULL DEFAULT '1', + `expiration_number` int(10) unsigned NOT NULL, + `expiration_period` enum('Day','Week','Month','Year') NOT NULL, + PRIMARY KEY (`id`), + KEY `allow_signups` (`allow_signups`), + KEY `initial_payment` (`initial_payment`), + KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_pmpro_membership_orders +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_membership_orders`; + +CREATE TABLE `wp_pmpro_membership_orders` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `code` varchar(32) NOT NULL, + `session_id` varchar(64) NOT NULL DEFAULT '', + `user_id` int(11) unsigned NOT NULL DEFAULT '0', + `membership_id` int(11) unsigned NOT NULL DEFAULT '0', + `paypal_token` varchar(64) NOT NULL DEFAULT '', + `billing_name` varchar(128) NOT NULL DEFAULT '', + `billing_street` varchar(128) NOT NULL DEFAULT '', + `billing_city` varchar(128) NOT NULL DEFAULT '', + `billing_state` varchar(32) NOT NULL DEFAULT '', + `billing_zip` varchar(16) NOT NULL DEFAULT '', + `billing_country` varchar(128) NOT NULL, + `billing_phone` varchar(32) NOT NULL, + `subtotal` varchar(16) NOT NULL DEFAULT '', + `tax` varchar(16) NOT NULL DEFAULT '', + `couponamount` varchar(16) NOT NULL DEFAULT '', + `checkout_id` int(11) NOT NULL DEFAULT '0', + `certificate_id` int(11) NOT NULL DEFAULT '0', + `certificateamount` varchar(16) NOT NULL DEFAULT '', + `total` varchar(16) NOT NULL DEFAULT '', + `payment_type` varchar(64) NOT NULL DEFAULT '', + `cardtype` varchar(32) NOT NULL DEFAULT '', + `accountnumber` varchar(32) NOT NULL DEFAULT '', + `expirationmonth` char(2) NOT NULL DEFAULT '', + `expirationyear` varchar(4) NOT NULL DEFAULT '', + `status` varchar(32) NOT NULL DEFAULT '', + `gateway` varchar(64) NOT NULL, + `gateway_environment` varchar(64) NOT NULL, + `payment_transaction_id` varchar(64) NOT NULL, + `subscription_transaction_id` varchar(32) NOT NULL, + `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `affiliate_id` varchar(32) NOT NULL, + `affiliate_subid` varchar(32) NOT NULL, + `notes` text NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `code` (`code`), + KEY `session_id` (`session_id`), + KEY `user_id` (`user_id`), + KEY `membership_id` (`membership_id`), + KEY `status` (`status`), + KEY `timestamp` (`timestamp`), + KEY `gateway` (`gateway`), + KEY `gateway_environment` (`gateway_environment`), + KEY `payment_transaction_id` (`payment_transaction_id`), + KEY `subscription_transaction_id` (`subscription_transaction_id`), + KEY `affiliate_id` (`affiliate_id`), + KEY `affiliate_subid` (`affiliate_subid`), + KEY `checkout_id` (`checkout_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_pmpro_memberships_categories +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_memberships_categories`; + +CREATE TABLE `wp_pmpro_memberships_categories` ( + `membership_id` int(11) unsigned NOT NULL, + `category_id` int(11) unsigned NOT NULL, + `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + UNIQUE KEY `membership_category` (`membership_id`,`category_id`), + UNIQUE KEY `category_membership` (`category_id`,`membership_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_pmpro_memberships_pages +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_memberships_pages`; + +CREATE TABLE `wp_pmpro_memberships_pages` ( + `membership_id` int(11) unsigned NOT NULL, + `page_id` int(11) unsigned NOT NULL, + `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + UNIQUE KEY `category_membership` (`page_id`,`membership_id`), + UNIQUE KEY `membership_page` (`membership_id`,`page_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_pmpro_memberships_users +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_pmpro_memberships_users`; + +CREATE TABLE `wp_pmpro_memberships_users` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` int(11) unsigned NOT NULL, + `membership_id` int(11) unsigned NOT NULL, + `code_id` int(11) unsigned NOT NULL, + `initial_payment` decimal(10,2) NOT NULL, + `billing_amount` decimal(10,2) NOT NULL, + `cycle_number` int(11) NOT NULL, + `cycle_period` enum('Day','Week','Month','Year') NOT NULL DEFAULT 'Month', + `billing_limit` int(11) NOT NULL, + `trial_amount` decimal(10,2) NOT NULL, + `trial_limit` int(11) NOT NULL, + `status` varchar(20) NOT NULL DEFAULT 'active', + `startdate` datetime NOT NULL, + `enddate` datetime DEFAULT NULL, + `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `membership_id` (`membership_id`), + KEY `modified` (`modified`), + KEY `code_id` (`code_id`), + KEY `enddate` (`enddate`), + KEY `user_id` (`user_id`), + KEY `status` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + # Dump of table wp_postmeta # ------------------------------------------------------------ @@ -260,7 +1257,2775 @@ LOCK TABLES `wp_postmeta` WRITE; INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'), - (2,3,'_wp_page_template','default'); + (2,3,'_wp_page_template','default'), + (3,1,'_wp_convertkit_post_meta',''), + (4,2,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:6:\"820085\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:6:\"739662\";}'), + (5,3,'_wp_convertkit_post_meta',''), + (6,5,'_form','\n\n\n\n\n\n\n\n[submit \"Send\"]'), + (7,5,'_mail','a:8:{s:7:\"subject\";s:19:\"ck \"[your-subject]\"\";s:6:\"sender\";s:15:\"ck \";s:4:\"body\";s:156:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on ck (https://ck.test)\";s:9:\"recipient\";s:18:\"travis@memberup.co\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'), + (8,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:19:\"ck \"[your-subject]\"\";s:6:\"sender\";s:15:\"ck \";s:4:\"body\";s:98:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on ck (https://ck.test)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:28:\"Reply-To: travis@memberup.co\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'), + (9,5,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'), + (10,5,'_additional_settings',NULL), + (11,5,'_locale','en_US'), + (12,2,'_edit_lock','1548108788:1'), + (13,2,'_edit_last','1'), + (14,14,'_edit_lock','1553553578:1'), + (15,14,'_edit_last','1'), + (16,14,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:6:\"739662\";}'), + (17,17,'_edit_lock','1548109953:1'), + (18,17,'_edit_last','1'), + (19,17,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:6:\"823638\";s:3:\"tag\";s:1:\"0\";}'), + (20,25,'_edit_lock','1553873687:1'), + (23,25,'_edit_last','1'), + (26,25,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:1:\"0\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";}'), + (27,28,'_wc_review_count','0'), + (28,28,'_wc_rating_count','a:0:{}'), + (29,28,'_wc_average_rating','0'), + (30,28,'_edit_last','1'), + (31,28,'_edit_lock','1548866595:1'), + (32,28,'_rcp_woo_access_level_to_purchase','0'), + (33,28,'_rcp_woo_access_level_to_view','0'), + (34,28,'ckwc_subscription',''), + (35,28,'_sku',''), + (36,28,'_regular_price','0'), + (37,28,'_sale_price',''), + (38,28,'_sale_price_dates_from',''), + (39,28,'_sale_price_dates_to',''), + (40,28,'total_sales','6'), + (41,28,'_tax_status','taxable'), + (42,28,'_tax_class',''), + (43,28,'_manage_stock','no'), + (44,28,'_backorders','no'), + (45,28,'_low_stock_amount',''), + (46,28,'_sold_individually','no'), + (47,28,'_weight',''), + (48,28,'_length',''), + (49,28,'_width',''), + (50,28,'_height',''), + (51,28,'_upsell_ids','a:0:{}'), + (52,28,'_crosssell_ids','a:0:{}'), + (53,28,'_purchase_note',''), + (54,28,'_default_attributes','a:0:{}'), + (55,28,'_virtual','yes'), + (56,28,'_downloadable','no'), + (57,28,'_product_image_gallery',''), + (58,28,'_download_limit','-1'), + (59,28,'_download_expiry','-1'), + (60,28,'_stock',NULL), + (61,28,'_stock_status','instock'), + (62,28,'_product_version','3.6.0'), + (63,28,'_price','0'), + (64,29,'_edit_last','1'), + (65,29,'_order_key','wc_order_5c3f7bda912a2'), + (66,29,'_customer_user','1'), + (67,29,'_payment_method',''), + (68,29,'_payment_method_title',''), + (69,29,'_transaction_id',''), + (70,29,'_customer_ip_address',''), + (71,29,'_customer_user_agent',''), + (72,29,'_created_via','admin'), + (73,29,'_date_completed','1547664346'), + (74,29,'_completed_date','2019-01-16 18:45:46'), + (75,29,'_date_paid',''), + (76,29,'_paid_date',''), + (77,29,'_cart_hash',''), + (78,29,'_billing_first_name','travis'), + (79,29,'_billing_last_name',''), + (80,29,'_billing_company',''), + (81,29,'_billing_address_1',''), + (82,29,'_billing_address_2',''), + (83,29,'_billing_city',''), + (84,29,'_billing_state',''), + (85,29,'_billing_postcode',''), + (86,29,'_billing_country',''), + (87,29,'_billing_email','travis@memberup.co'), + (88,29,'_billing_phone',''), + (89,29,'_shipping_first_name',''), + (90,29,'_shipping_last_name',''), + (91,29,'_shipping_company',''), + (92,29,'_shipping_address_1',''), + (93,29,'_shipping_address_2',''), + (94,29,'_shipping_city',''), + (95,29,'_shipping_state',''), + (96,29,'_shipping_postcode',''), + (97,29,'_shipping_country',''), + (98,29,'_order_currency','GBP'), + (99,29,'_cart_discount','0'), + (100,29,'_cart_discount_tax','0'), + (101,29,'_order_shipping','0'), + (102,29,'_order_shipping_tax','0'), + (103,29,'_order_tax','0'), + (104,29,'_order_total','0.00'), + (105,29,'_order_version','3.5.3'), + (106,29,'_prices_include_tax','no'), + (107,29,'_billing_address_index','travis travis@memberup.co '), + (108,29,'_shipping_address_index',' '), + (109,29,'_edit_lock','1548192463:1'), + (110,29,'_download_permissions_granted','yes'), + (111,29,'_recorded_sales','yes'), + (112,29,'_recorded_coupon_usage_counts','yes'), + (113,29,'_order_stock_reduced','yes'), + (114,30,'_edit_lock','1548109956:1'), + (115,30,'_edit_last','1'), + (116,20,'_edit_lock','1548109959:1'), + (117,37,'_wc_review_count','0'), + (118,37,'_wc_rating_count','a:0:{}'), + (119,37,'_wc_average_rating','0'), + (120,37,'_edit_last','1'), + (121,37,'ckwc_subscription','course:324335'), + (122,37,'_sku',''), + (123,37,'_regular_price','40'), + (124,37,'_sale_price',''), + (125,37,'_sale_price_dates_from',''), + (126,37,'_sale_price_dates_to',''), + (127,37,'total_sales','30'), + (128,37,'_tax_status','taxable'), + (129,37,'_tax_class',''), + (130,37,'_manage_stock','no'), + (131,37,'_backorders','no'), + (132,37,'_low_stock_amount',''), + (133,37,'_sold_individually','no'), + (134,37,'_weight',''), + (135,37,'_length',''), + (136,37,'_width',''), + (137,37,'_height',''), + (138,37,'_upsell_ids','a:0:{}'), + (139,37,'_crosssell_ids','a:0:{}'), + (140,37,'_purchase_note',''), + (141,37,'_default_attributes','a:0:{}'), + (142,37,'_virtual','yes'), + (143,37,'_downloadable','no'), + (144,37,'_product_image_gallery',''), + (145,37,'_download_limit','-1'), + (146,37,'_download_expiry','-1'), + (147,37,'_stock',NULL), + (148,37,'_stock_status','instock'), + (149,37,'_product_version','3.6.0'), + (150,37,'_price','40'), + (151,37,'_edit_lock','1550705591:1'), + (152,36,'_edit_last','1'), + (153,36,'_order_key','wc_order_5c478bbad7813'), + (154,36,'_customer_user','1'), + (155,36,'_payment_method',''), + (156,36,'_payment_method_title',''), + (157,36,'_transaction_id',''), + (158,36,'_customer_ip_address',''), + (159,36,'_customer_user_agent',''), + (160,36,'_created_via','admin'), + (161,36,'_date_completed','1548192819'), + (162,36,'_completed_date','2019-01-22 21:33:39'), + (163,36,'_date_paid','1548192810'), + (164,36,'_paid_date','2019-01-22 21:33:30'), + (165,36,'_cart_hash',''), + (166,36,'_billing_first_name','Travis'), + (167,36,'_billing_last_name','Northcutt'), + (168,36,'_billing_company',''), + (169,36,'_billing_address_1',''), + (170,36,'_billing_address_2',''), + (171,36,'_billing_city',''), + (172,36,'_billing_state',''), + (173,36,'_billing_postcode',''), + (174,36,'_billing_country',''), + (175,36,'_billing_email','travis@memberup.co'), + (176,36,'_billing_phone',''), + (177,36,'_shipping_first_name',''), + (178,36,'_shipping_last_name',''), + (179,36,'_shipping_company',''), + (180,36,'_shipping_address_1',''), + (181,36,'_shipping_address_2',''), + (182,36,'_shipping_city',''), + (183,36,'_shipping_state',''), + (184,36,'_shipping_postcode',''), + (185,36,'_shipping_country',''), + (186,36,'_order_currency','GBP'), + (187,36,'_cart_discount','0'), + (188,36,'_cart_discount_tax','0'), + (189,36,'_order_shipping','0'), + (190,36,'_order_shipping_tax','0'), + (191,36,'_order_tax','0'), + (192,36,'_order_total','40.00'), + (193,36,'_order_version','3.6.0'), + (194,36,'_prices_include_tax','no'), + (195,36,'_billing_address_index','Travis Northcutt travis@memberup.co '), + (196,36,'_shipping_address_index',' '), + (197,36,'_download_permissions_granted','yes'), + (198,36,'_recorded_sales','yes'), + (199,36,'_recorded_coupon_usage_counts','yes'), + (200,36,'_order_stock_reduced','yes'), + (201,36,'_edit_lock','1548192826:1'), + (202,38,'_edit_last','1'), + (203,38,'_order_key','wc_order_5c478e42591d7'), + (204,38,'_customer_user','1'), + (205,38,'_payment_method',''), + (206,38,'_payment_method_title',''), + (207,38,'_transaction_id',''), + (208,38,'_customer_ip_address',''), + (209,38,'_customer_user_agent',''), + (210,38,'_created_via','admin'), + (211,38,'_date_completed','1548193346'), + (212,38,'_completed_date','2019-01-22 21:42:26'), + (213,38,'_date_paid',''), + (214,38,'_paid_date',''), + (215,38,'_cart_hash',''), + (216,38,'_billing_first_name',''), + (217,38,'_billing_last_name',''), + (218,38,'_billing_company',''), + (219,38,'_billing_address_1',''), + (220,38,'_billing_address_2',''), + (221,38,'_billing_city',''), + (222,38,'_billing_state',''), + (223,38,'_billing_postcode',''), + (224,38,'_billing_country',''), + (225,38,'_billing_email','travis@memberup.co'), + (226,38,'_billing_phone',''), + (227,38,'_shipping_first_name',''), + (228,38,'_shipping_last_name',''), + (229,38,'_shipping_company',''), + (230,38,'_shipping_address_1',''), + (231,38,'_shipping_address_2',''), + (232,38,'_shipping_city',''), + (233,38,'_shipping_state',''), + (234,38,'_shipping_postcode',''), + (235,38,'_shipping_country',''), + (236,38,'_order_currency','GBP'), + (237,38,'_cart_discount','0'), + (238,38,'_cart_discount_tax','0'), + (239,38,'_order_shipping','0'), + (240,38,'_order_shipping_tax','0'), + (241,38,'_order_tax','0'), + (242,38,'_order_total','40.00'), + (243,38,'_order_version','3.6.0'), + (244,38,'_prices_include_tax','no'), + (245,38,'_billing_address_index',' travis@memberup.co '), + (246,38,'_shipping_address_index',' '), + (247,38,'_download_permissions_granted','yes'), + (248,38,'_recorded_sales','yes'), + (249,38,'_recorded_coupon_usage_counts','yes'), + (250,38,'_order_stock_reduced','yes'), + (251,38,'_edit_lock','1548194948:1'), + (252,43,'_order_key','wc_order_5c4794ffeb38d'), + (253,43,'_customer_user','0'), + (254,43,'_payment_method','cheque'), + (255,43,'_payment_method_title','Check payments'), + (256,43,'_transaction_id',''), + (257,43,'_customer_ip_address','127.0.0.1'), + (258,43,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'), + (259,43,'_created_via','checkout'), + (260,43,'_date_completed','1548195158'), + (261,43,'_completed_date','2019-01-22 22:12:38'), + (262,43,'_date_paid',''), + (263,43,'_paid_date',''), + (264,43,'_cart_hash','70621dfab366c68ee3c2b1788a84c799'), + (265,43,'_billing_first_name','testery'), + (266,43,'_billing_last_name','person'), + (267,43,'_billing_company',''), + (268,43,'_billing_address_1','444 main st'), + (269,43,'_billing_address_2',''), + (270,43,'_billing_city','asdflkjasdf'), + (271,43,'_billing_state','CO'), + (272,43,'_billing_postcode','80524'), + (273,43,'_billing_country','US'), + (274,43,'_billing_email','blahblah@memberup.co'), + (275,43,'_billing_phone','6663332222'), + (276,43,'_shipping_first_name',''), + (277,43,'_shipping_last_name',''), + (278,43,'_shipping_company',''), + (279,43,'_shipping_address_1',''), + (280,43,'_shipping_address_2',''), + (281,43,'_shipping_city',''), + (282,43,'_shipping_state',''), + (283,43,'_shipping_postcode',''), + (284,43,'_shipping_country',''), + (285,43,'_order_currency','USD'), + (286,43,'_cart_discount','0'), + (287,43,'_cart_discount_tax','0'), + (288,43,'_order_shipping','0'), + (289,43,'_order_shipping_tax','0'), + (290,43,'_order_tax','0'), + (291,43,'_order_total','80.00'), + (292,43,'_order_version','3.6.0'), + (293,43,'_prices_include_tax','no'), + (294,43,'_billing_address_index','testery person 444 main st asdflkjasdf CO 80524 US blahblah@memberup.co 6663332222'), + (295,43,'_shipping_address_index',' '), + (296,43,'ckwc_opt_in','yes'), + (297,43,'_recorded_sales','yes'), + (298,43,'_recorded_coupon_usage_counts','yes'), + (299,43,'_order_stock_reduced','yes'), + (300,43,'_edit_lock','1548202201:1'), + (301,43,'_edit_last','1'), + (302,43,'_download_permissions_granted','yes'), + (303,44,'_order_key','wc_order_5c51d4536b668'), + (304,44,'_customer_user','0'), + (305,44,'_payment_method',''), + (306,44,'_payment_method_title',''), + (307,44,'_transaction_id',''), + (308,44,'_customer_ip_address','127.0.0.1'), + (309,44,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'), + (310,44,'_created_via','checkout'), + (311,44,'_date_completed',''), + (312,44,'_completed_date',''), + (313,44,'_date_paid','1548866644'), + (314,44,'_paid_date','2019-01-30 16:44:04'), + (315,44,'_cart_hash','56a11c135e076dbf2f1e6e82fa00e479'), + (316,44,'_billing_first_name','Firstnametest'), + (317,44,'_billing_last_name','Lastname'), + (318,44,'_billing_company',''), + (319,44,'_billing_address_1','123123 main'), + (320,44,'_billing_address_2',''), + (321,44,'_billing_city','aok'), + (322,44,'_billing_state','CT'), + (323,44,'_billing_postcode','88834'), + (324,44,'_billing_country','US'), + (325,44,'_billing_email','asfdasfdasdf@asdfasdf98y3w4et.com'), + (326,44,'_billing_phone','6666664444'), + (327,44,'_shipping_first_name',''), + (328,44,'_shipping_last_name',''), + (329,44,'_shipping_company',''), + (330,44,'_shipping_address_1',''), + (331,44,'_shipping_address_2',''), + (332,44,'_shipping_city',''), + (333,44,'_shipping_state',''), + (334,44,'_shipping_postcode',''), + (335,44,'_shipping_country',''), + (336,44,'_order_currency','USD'), + (337,44,'_cart_discount','0'), + (338,44,'_cart_discount_tax','0'), + (339,44,'_order_shipping','0.00'), + (340,44,'_order_shipping_tax','0'), + (341,44,'_order_tax','0'), + (342,44,'_order_total','0.00'), + (343,44,'_order_version','3.6.0'), + (344,44,'_prices_include_tax','no'), + (345,44,'_billing_address_index','Firstnametest Lastname 123123 main aok CT 88834 US asfdasfdasdf@asdfasdf98y3w4et.com 6666664444'), + (346,44,'_shipping_address_index',' '), + (347,44,'ckwc_opt_in','yes'), + (348,44,'_download_permissions_granted','yes'), + (349,44,'_recorded_sales','yes'), + (350,44,'_recorded_coupon_usage_counts','yes'), + (351,44,'_order_stock_reduced','yes'), + (352,46,'_order_key','wc_order_5c5862bbc8766'), + (353,46,'_customer_user','0'), + (354,46,'_payment_method','cheque'), + (355,46,'_payment_method_title','Check payments'), + (356,46,'_transaction_id',''), + (357,46,'_customer_ip_address','127.0.0.1'), + (358,46,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'), + (359,46,'_created_via','checkout'), + (360,46,'_date_completed',''), + (361,46,'_completed_date',''), + (362,46,'_date_paid',''), + (363,46,'_paid_date',''), + (364,46,'_cart_hash','70621dfab366c68ee3c2b1788a84c799'), + (365,46,'_billing_first_name','testery'), + (366,46,'_billing_last_name','woo'), + (367,46,'_billing_company',''), + (368,46,'_billing_address_1','124'), + (369,46,'_billing_address_2','asfdasdf'), + (370,46,'_billing_city','asdfasdf'), + (371,46,'_billing_state','CA'), + (372,46,'_billing_postcode','88829'), + (373,46,'_billing_country','US'), + (374,46,'_billing_email','asdf08iu2345@memberup.co'), + (375,46,'_billing_phone','2354242222'), + (376,46,'_shipping_first_name',''), + (377,46,'_shipping_last_name',''), + (378,46,'_shipping_company',''), + (379,46,'_shipping_address_1',''), + (380,46,'_shipping_address_2',''), + (381,46,'_shipping_city',''), + (382,46,'_shipping_state',''), + (383,46,'_shipping_postcode',''), + (384,46,'_shipping_country',''), + (385,46,'_order_currency','USD'), + (386,46,'_cart_discount','0'), + (387,46,'_cart_discount_tax','0'), + (388,46,'_order_shipping','0.00'), + (389,46,'_order_shipping_tax','0'), + (390,46,'_order_tax','0'), + (391,46,'_order_total','80.00'), + (392,46,'_order_version','3.6.0'), + (393,46,'_prices_include_tax','no'), + (394,46,'_billing_address_index','testery woo 124 asfdasdf asdfasdf CA 88829 US asdf08iu2345@memberup.co 2354242222'), + (395,46,'_shipping_address_index',' '), + (396,46,'ckwc_opt_in','yes'), + (397,46,'_recorded_sales','yes'), + (398,46,'_recorded_coupon_usage_counts','yes'), + (399,46,'_order_stock_reduced','yes'), + (400,46,'_edit_lock','1549296374:1'), + (401,47,'_order_key','wc_order_5c5863162caee'), + (402,47,'_customer_user','0'), + (403,47,'_payment_method','cheque'), + (404,47,'_payment_method_title','Check payments'), + (405,47,'_transaction_id',''), + (406,47,'_customer_ip_address','127.0.0.1'), + (407,47,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'), + (408,47,'_created_via','checkout'), + (409,47,'_date_completed',''), + (410,47,'_completed_date',''), + (411,47,'_date_paid',''), + (412,47,'_paid_date',''), + (413,47,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (414,47,'_billing_first_name','testery'), + (415,47,'_billing_last_name','woo'), + (416,47,'_billing_company',''), + (417,47,'_billing_address_1','124'), + (418,47,'_billing_address_2','asfdasdf'), + (419,47,'_billing_city','asdfasdf'), + (420,47,'_billing_state','CA'), + (421,47,'_billing_postcode','88829'), + (422,47,'_billing_country','US'), + (423,47,'_billing_email','asdf08iu2345@memberup.co'), + (424,47,'_billing_phone','2354242222'), + (425,47,'_shipping_first_name',''), + (426,47,'_shipping_last_name',''), + (427,47,'_shipping_company',''), + (428,47,'_shipping_address_1',''), + (429,47,'_shipping_address_2',''), + (430,47,'_shipping_city',''), + (431,47,'_shipping_state',''), + (432,47,'_shipping_postcode',''), + (433,47,'_shipping_country',''), + (434,47,'_order_currency','USD'), + (435,47,'_cart_discount','0'), + (436,47,'_cart_discount_tax','0'), + (437,47,'_order_shipping','0.00'), + (438,47,'_order_shipping_tax','0'), + (439,47,'_order_tax','0'), + (440,47,'_order_total','40.00'), + (441,47,'_order_version','3.6.0'), + (442,47,'_prices_include_tax','no'), + (443,47,'_billing_address_index','testery woo 124 asfdasdf asdfasdf CA 88829 US asdf08iu2345@memberup.co 2354242222'), + (444,47,'_shipping_address_index',' '), + (445,47,'ckwc_opt_in','yes'), + (446,47,'_recorded_sales','yes'), + (447,47,'_recorded_coupon_usage_counts','yes'), + (448,47,'_order_stock_reduced','yes'), + (449,47,'_edit_lock','1549297711:1'), + (450,48,'_edit_lock','1549335623:1'), + (451,49,'_edit_lock','1549410518:1'), + (452,49,'_edit_last','1'), + (453,49,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'), + (454,49,'_yoast_wpseo_content_score','30'), + (457,54,'_menu_item_type','post_type'), + (458,54,'_menu_item_menu_item_parent','0'), + (459,54,'_menu_item_object_id','49'), + (460,54,'_menu_item_object','page'), + (461,54,'_menu_item_target',''), + (462,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (463,54,'_menu_item_xfn',''), + (464,54,'_menu_item_url',''), + (465,55,'_menu_item_type','post_type'), + (466,55,'_menu_item_menu_item_parent','0'), + (467,55,'_menu_item_object_id','17'), + (468,55,'_menu_item_object','page'), + (469,55,'_menu_item_target',''), + (470,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (471,55,'_menu_item_xfn',''), + (472,55,'_menu_item_url',''), + (473,56,'_menu_item_type','post_type'), + (474,56,'_menu_item_menu_item_parent','0'), + (475,56,'_menu_item_object_id','14'), + (476,56,'_menu_item_object','page'), + (477,56,'_menu_item_target',''), + (478,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (479,56,'_menu_item_xfn',''), + (480,56,'_menu_item_url',''), + (481,57,'_menu_item_type','post_type'), + (482,57,'_menu_item_menu_item_parent','0'), + (483,57,'_menu_item_object_id','2'), + (484,57,'_menu_item_object','page'), + (485,57,'_menu_item_target',''), + (486,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (487,57,'_menu_item_xfn',''), + (488,57,'_menu_item_url',''), + (491,58,'_order_key','wc_order_5c5b1c965a6e2'), + (492,58,'_customer_user','0'), + (493,58,'_payment_method','cheque'), + (494,58,'_payment_method_title','Check payments'), + (495,58,'_transaction_id',''), + (496,58,'_customer_ip_address','127.0.0.1'), + (497,58,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'), + (498,58,'_created_via','checkout'), + (499,58,'_date_completed','1549573589'), + (500,58,'_completed_date','2019-02-07 21:06:29'), + (501,58,'_date_paid',''), + (502,58,'_paid_date',''), + (503,58,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (504,58,'_billing_first_name','woocommerce'), + (505,58,'_billing_last_name','purchase'), + (506,58,'_billing_company',''), + (507,58,'_billing_address_1','1231254'), + (508,58,'_billing_address_2',''), + (509,58,'_billing_city','anytown'), + (510,58,'_billing_state','CA'), + (511,58,'_billing_postcode','88832'), + (512,58,'_billing_country','US'), + (513,58,'_billing_email','wootagtest@memberup.co'), + (514,58,'_billing_phone','8884449999'), + (515,58,'_shipping_first_name',''), + (516,58,'_shipping_last_name',''), + (517,58,'_shipping_company',''), + (518,58,'_shipping_address_1',''), + (519,58,'_shipping_address_2',''), + (520,58,'_shipping_city',''), + (521,58,'_shipping_state',''), + (522,58,'_shipping_postcode',''), + (523,58,'_shipping_country',''), + (524,58,'_order_currency','USD'), + (525,58,'_cart_discount','0'), + (526,58,'_cart_discount_tax','0'), + (527,58,'_order_shipping','0'), + (528,58,'_order_shipping_tax','0'), + (529,58,'_order_tax','0'), + (530,58,'_order_total','40.00'), + (531,58,'_order_version','3.6.0'), + (532,58,'_prices_include_tax','no'), + (533,58,'_billing_address_index','woocommerce purchase 1231254 anytown CA 88832 US wootagtest@memberup.co 8884449999'), + (534,58,'_shipping_address_index',' '), + (535,58,'ckwc_opt_in','yes'), + (536,58,'_recorded_sales','yes'), + (537,58,'_recorded_coupon_usage_counts','yes'), + (538,58,'_order_stock_reduced','yes'), + (539,58,'_edit_lock','1549936404:1'), + (540,59,'_order_key','wc_order_5c5c9c5c4dbae'), + (541,59,'_customer_user','0'), + (542,59,'_payment_method','cheque'), + (543,59,'_payment_method_title','Check payments'), + (544,59,'_transaction_id',''), + (545,59,'_customer_ip_address','127.0.0.1'), + (546,59,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'), + (547,59,'_created_via','checkout'), + (548,59,'_date_completed','1549573541'), + (549,59,'_completed_date','2019-02-07 21:05:41'), + (550,59,'_date_paid',''), + (551,59,'_paid_date',''), + (552,59,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (553,59,'_billing_first_name','testerperson'), + (554,59,'_billing_last_name','testery'), + (555,59,'_billing_company',''), + (556,59,'_billing_address_1','124q'), + (557,59,'_billing_address_2','235'), + (558,59,'_billing_city','2asldkjga'), + (559,59,'_billing_state','CA'), + (560,59,'_billing_postcode','82948'), + (561,59,'_billing_country','US'), + (562,59,'_billing_email','alkgjoqwietjasdlfkj@memberup.co'), + (563,59,'_billing_phone','8883332222'), + (564,59,'_shipping_first_name',''), + (565,59,'_shipping_last_name',''), + (566,59,'_shipping_company',''), + (567,59,'_shipping_address_1',''), + (568,59,'_shipping_address_2',''), + (569,59,'_shipping_city',''), + (570,59,'_shipping_state',''), + (571,59,'_shipping_postcode',''), + (572,59,'_shipping_country',''), + (573,59,'_order_currency','USD'), + (574,59,'_cart_discount','0'), + (575,59,'_cart_discount_tax','0'), + (576,59,'_order_shipping','0'), + (577,59,'_order_shipping_tax','0'), + (578,59,'_order_tax','0'), + (579,59,'_order_total','40.00'), + (580,59,'_order_version','3.6.0'), + (581,59,'_prices_include_tax','no'), + (582,59,'_billing_address_index','testerperson testery 124q 235 2asldkjga CA 82948 US alkgjoqwietjasdlfkj@memberup.co 8883332222'), + (583,59,'_shipping_address_index',' '), + (584,59,'ckwc_opt_in','yes'), + (585,59,'_recorded_sales','yes'), + (586,59,'_recorded_coupon_usage_counts','yes'), + (587,59,'_order_stock_reduced','yes'), + (588,59,'_edit_lock','1549929700:1'), + (589,59,'_edit_last','1'), + (590,59,'_download_permissions_granted','yes'), + (591,58,'_edit_last','1'), + (592,58,'_download_permissions_granted','yes'), + (593,40,'_edit_lock','1549929296:1'), + (596,61,'_order_key','wc_order_5c620c766d508'), + (597,61,'_customer_user','0'), + (598,61,'_payment_method','stripe'), + (599,61,'_payment_method_title','Credit Card (Stripe)'), + (600,61,'_transaction_id','ch_1E2oiUDZAIhobIOu7p8WV6q1'), + (601,61,'_customer_ip_address','127.0.0.1'), + (602,61,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'), + (603,61,'_created_via','checkout'), + (604,61,'_date_completed',''), + (605,61,'_completed_date',''), + (606,61,'_date_paid','1549929699'), + (607,61,'_paid_date','2019-02-12 00:01:39'), + (608,61,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (609,61,'_billing_first_name','WC Purchase'), + (610,61,'_billing_last_name','Lname'), + (611,61,'_billing_company',''), + (612,61,'_billing_address_1','1234 main'), + (613,61,'_billing_address_2',''), + (614,61,'_billing_city','ok'), + (615,61,'_billing_state','CA'), + (616,61,'_billing_postcode','88834'), + (617,61,'_billing_country','US'), + (618,61,'_billing_email','wcpurchasetest@memberup.co'), + (619,61,'_billing_phone','7773339999'), + (620,61,'_shipping_first_name',''), + (621,61,'_shipping_last_name',''), + (622,61,'_shipping_company',''), + (623,61,'_shipping_address_1',''), + (624,61,'_shipping_address_2',''), + (625,61,'_shipping_city',''), + (626,61,'_shipping_state',''), + (627,61,'_shipping_postcode',''), + (628,61,'_shipping_country',''), + (629,61,'_order_currency','USD'), + (630,61,'_cart_discount','0'), + (631,61,'_cart_discount_tax','0'), + (632,61,'_order_shipping','0.00'), + (633,61,'_order_shipping_tax','0'), + (634,61,'_order_tax','0'), + (635,61,'_order_total','40.00'), + (636,61,'_order_version','3.6.0'), + (637,61,'_prices_include_tax','no'), + (638,61,'_billing_address_index','WC Purchase Lname 1234 main ok CA 88834 US wcpurchasetest@memberup.co 7773339999'), + (639,61,'_shipping_address_index',' '), + (640,61,'ckwc_opt_in','yes'), + (641,61,'_stripe_source_id','src_1E2ogiDZAIhobIOuNbhkqGNE'), + (642,61,'_stripe_charge_captured','yes'), + (643,61,'_stripe_fee','1.46'), + (644,61,'_stripe_net','38.54'), + (645,61,'_stripe_currency','USD'), + (646,61,'_download_permissions_granted','yes'), + (647,61,'_recorded_sales','yes'), + (648,61,'_recorded_coupon_usage_counts','yes'), + (649,61,'_order_stock_reduced','yes'), + (650,61,'_edit_lock','1549929693:1'), + (651,62,'_order_key','wc_order_5c6ad79897e2c'), + (652,62,'_customer_user','0'), + (653,62,'_payment_method','stripe'), + (654,62,'_payment_method_title','Credit Card (Stripe)'), + (655,62,'_transaction_id','ch_1E5EoaDZAIhobIOuGGRlLhUY'), + (656,62,'_customer_ip_address','127.0.0.1'), + (657,62,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36'), + (658,62,'_created_via','checkout'), + (659,62,'_date_completed',''), + (660,62,'_completed_date',''), + (661,62,'_date_paid','1550506677'), + (662,62,'_paid_date','2019-02-18 16:17:57'), + (663,62,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (664,62,'_billing_first_name','testalsdkfj'), + (665,62,'_billing_last_name','asldfjlasdjf'), + (666,62,'_billing_company',''), + (667,62,'_billing_address_1','235 main'), + (668,62,'_billing_address_2',''), + (669,62,'_billing_city','asldfkj'), + (670,62,'_billing_state','CA'), + (671,62,'_billing_postcode','98833'), + (672,62,'_billing_country','US'), + (673,62,'_billing_email','asldgfjasodfujals@memberup.co'), + (674,62,'_billing_phone','9993333333'), + (675,62,'_shipping_first_name',''), + (676,62,'_shipping_last_name',''), + (677,62,'_shipping_company',''), + (678,62,'_shipping_address_1',''), + (679,62,'_shipping_address_2',''), + (680,62,'_shipping_city',''), + (681,62,'_shipping_state',''), + (682,62,'_shipping_postcode',''), + (683,62,'_shipping_country',''), + (684,62,'_order_currency','USD'), + (685,62,'_cart_discount','0'), + (686,62,'_cart_discount_tax','0'), + (687,62,'_order_shipping','0.00'), + (688,62,'_order_shipping_tax','0'), + (689,62,'_order_tax','0'), + (690,62,'_order_total','40.00'), + (691,62,'_order_version','3.6.0'), + (692,62,'_prices_include_tax','no'), + (693,62,'_billing_address_index','testalsdkfj asldfjlasdjf 235 main asldfkj CA 98833 US asldgfjasodfujals@memberup.co 9993333333'), + (694,62,'_shipping_address_index',' '), + (695,62,'ckwc_opt_in','yes'), + (696,62,'_stripe_source_id','src_1E5EbiDZAIhobIOuBJQ5dBxW'), + (697,62,'_stripe_charge_captured','yes'), + (698,62,'_stripe_fee','1.46'), + (699,62,'_stripe_net','38.54'), + (700,62,'_stripe_currency','USD'), + (701,62,'_download_permissions_granted','yes'), + (702,62,'_recorded_sales','yes'), + (703,62,'_recorded_coupon_usage_counts','yes'), + (704,62,'_order_stock_reduced','yes'), + (705,63,'_order_key','wc_order_5c6c4502030b0'), + (706,63,'_customer_user','0'), + (707,63,'_payment_method','stripe'), + (708,63,'_payment_method_title','Credit Card (Stripe)'), + (709,63,'_transaction_id','ch_1E5cx4DZAIhobIOuea9SSr6y'), + (710,63,'_customer_ip_address','127.0.0.1'), + (711,63,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (712,63,'_created_via','checkout'), + (713,63,'_date_completed',''), + (714,63,'_completed_date',''), + (715,63,'_date_paid','1550599459'), + (716,63,'_paid_date','2019-02-19 18:04:19'), + (717,63,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (718,63,'_billing_first_name','asdfasdf'), + (719,63,'_billing_last_name','faslkdfjasl'), + (720,63,'_billing_company',''), + (721,63,'_billing_address_1','124 asdf'), + (722,63,'_billing_address_2',''), + (723,63,'_billing_city','asdf'), + (724,63,'_billing_state','CA'), + (725,63,'_billing_postcode','77777'), + (726,63,'_billing_country','US'), + (727,63,'_billing_email','asodgfasdgfasduofy@memberup.co'), + (728,63,'_billing_phone','8883338888'), + (729,63,'_shipping_first_name',''), + (730,63,'_shipping_last_name',''), + (731,63,'_shipping_company',''), + (732,63,'_shipping_address_1',''), + (733,63,'_shipping_address_2',''), + (734,63,'_shipping_city',''), + (735,63,'_shipping_state',''), + (736,63,'_shipping_postcode',''), + (737,63,'_shipping_country',''), + (738,63,'_order_currency','USD'), + (739,63,'_cart_discount','0'), + (740,63,'_cart_discount_tax','0'), + (741,63,'_order_shipping','0.00'), + (742,63,'_order_shipping_tax','0'), + (743,63,'_order_tax','0'), + (744,63,'_order_total','40.00'), + (745,63,'_order_version','3.6.0'), + (746,63,'_prices_include_tax','no'), + (747,63,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asodgfasdgfasduofy@memberup.co 8883338888'), + (748,63,'_shipping_address_index',' '), + (749,63,'ckwc_opt_in','yes'), + (750,63,'_stripe_source_id','src_1E5cwWDZAIhobIOuz8SCvjBt'), + (751,63,'_stripe_charge_captured','yes'), + (752,63,'_stripe_fee','1.46'), + (753,63,'_stripe_net','38.54'), + (754,63,'_stripe_currency','USD'), + (755,63,'_download_permissions_granted','yes'), + (756,63,'_recorded_sales','yes'), + (757,63,'_recorded_coupon_usage_counts','yes'), + (758,63,'_order_stock_reduced','yes'), + (759,64,'_order_key','wc_order_5c6c45fd83693'), + (760,64,'_customer_user','0'), + (761,64,'_payment_method','stripe'), + (762,64,'_payment_method_title','Credit Card (Stripe)'), + (763,64,'_transaction_id','ch_1E5d11DZAIhobIOuRPeIJcen'), + (764,64,'_customer_ip_address','127.0.0.1'), + (765,64,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (766,64,'_created_via','checkout'), + (767,64,'_date_completed',''), + (768,64,'_completed_date',''), + (769,64,'_date_paid','1550599703'), + (770,64,'_paid_date','2019-02-19 18:08:23'), + (771,64,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (772,64,'_billing_first_name','asdfasdf'), + (773,64,'_billing_last_name','faslkdfjasl'), + (774,64,'_billing_company',''), + (775,64,'_billing_address_1','124 asdf'), + (776,64,'_billing_address_2',''), + (777,64,'_billing_city','asdf'), + (778,64,'_billing_state','CA'), + (779,64,'_billing_postcode','77777'), + (780,64,'_billing_country','US'), + (781,64,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (782,64,'_billing_phone','8883338888'), + (783,64,'_shipping_first_name',''), + (784,64,'_shipping_last_name',''), + (785,64,'_shipping_company',''), + (786,64,'_shipping_address_1',''), + (787,64,'_shipping_address_2',''), + (788,64,'_shipping_city',''), + (789,64,'_shipping_state',''), + (790,64,'_shipping_postcode',''), + (791,64,'_shipping_country',''), + (792,64,'_order_currency','USD'), + (793,64,'_cart_discount','0'), + (794,64,'_cart_discount_tax','0'), + (795,64,'_order_shipping','0.00'), + (796,64,'_order_shipping_tax','0'), + (797,64,'_order_tax','0'), + (798,64,'_order_total','40.00'), + (799,64,'_order_version','3.6.0'), + (800,64,'_prices_include_tax','no'), + (801,64,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (802,64,'_shipping_address_index',' '), + (803,64,'ckwc_opt_in','yes'), + (804,64,'_stripe_source_id','src_1E5d0ZDZAIhobIOufL4Vn5vl'), + (805,64,'_stripe_charge_captured','yes'), + (806,64,'_stripe_fee','1.46'), + (807,64,'_stripe_net','38.54'), + (808,64,'_stripe_currency','USD'), + (809,64,'_download_permissions_granted','yes'), + (810,64,'_recorded_sales','yes'), + (811,64,'_recorded_coupon_usage_counts','yes'), + (812,64,'_order_stock_reduced','yes'), + (813,65,'_order_key','wc_order_5c6c477d0e268'), + (814,65,'_customer_user','0'), + (815,65,'_payment_method','stripe'), + (816,65,'_payment_method_title','Credit Card (Stripe)'), + (817,65,'_transaction_id','ch_1E5d6pDZAIhobIOughCQrbvW'), + (818,65,'_customer_ip_address','127.0.0.1'), + (819,65,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (820,65,'_created_via','checkout'), + (821,65,'_date_completed',''), + (822,65,'_completed_date',''), + (823,65,'_date_paid','1550600064'), + (824,65,'_paid_date','2019-02-19 18:14:24'), + (825,65,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (826,65,'_billing_first_name','asdfasdf'), + (827,65,'_billing_last_name','faslkdfjasl'), + (828,65,'_billing_company',''), + (829,65,'_billing_address_1','124 asdf'), + (830,65,'_billing_address_2',''), + (831,65,'_billing_city','asdf'), + (832,65,'_billing_state','CA'), + (833,65,'_billing_postcode','77777'), + (834,65,'_billing_country','US'), + (835,65,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (836,65,'_billing_phone','8883338888'), + (837,65,'_shipping_first_name',''), + (838,65,'_shipping_last_name',''), + (839,65,'_shipping_company',''), + (840,65,'_shipping_address_1',''), + (841,65,'_shipping_address_2',''), + (842,65,'_shipping_city',''), + (843,65,'_shipping_state',''), + (844,65,'_shipping_postcode',''), + (845,65,'_shipping_country',''), + (846,65,'_order_currency','USD'), + (847,65,'_cart_discount','0'), + (848,65,'_cart_discount_tax','0'), + (849,65,'_order_shipping','0.00'), + (850,65,'_order_shipping_tax','0'), + (851,65,'_order_tax','0'), + (852,65,'_order_total','40.00'), + (853,65,'_order_version','3.6.0'), + (854,65,'_prices_include_tax','no'), + (855,65,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (856,65,'_shipping_address_index',' '), + (857,65,'ckwc_opt_in','yes'), + (858,65,'_stripe_source_id','src_1E5d6mDZAIhobIOuEzOVWBL3'), + (859,65,'_stripe_charge_captured','yes'), + (860,65,'_stripe_fee','1.46'), + (861,65,'_stripe_net','38.54'), + (862,65,'_stripe_currency','USD'), + (863,65,'_download_permissions_granted','yes'), + (864,65,'_recorded_sales','yes'), + (865,65,'_recorded_coupon_usage_counts','yes'), + (866,65,'_order_stock_reduced','yes'), + (867,66,'_order_key','wc_order_5c6c47a05dcfd'), + (868,66,'_customer_user','0'), + (869,66,'_payment_method','stripe'), + (870,66,'_payment_method_title','Credit Card (Stripe)'), + (871,66,'_transaction_id',''), + (872,66,'_customer_ip_address','127.0.0.1'), + (873,66,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (874,66,'_created_via','checkout'), + (875,66,'_date_completed',''), + (876,66,'_completed_date',''), + (877,66,'_date_paid',''), + (878,66,'_paid_date',''), + (879,66,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (880,66,'_billing_first_name','asdfasdf'), + (881,66,'_billing_last_name','faslkdfjasl'), + (882,66,'_billing_company',''), + (883,66,'_billing_address_1','124 asdf'), + (884,66,'_billing_address_2',''), + (885,66,'_billing_city','asdf'), + (886,66,'_billing_state','CA'), + (887,66,'_billing_postcode','77777'), + (888,66,'_billing_country','US'), + (889,66,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (890,66,'_billing_phone','8883338888'), + (891,66,'_shipping_first_name',''), + (892,66,'_shipping_last_name',''), + (893,66,'_shipping_company',''), + (894,66,'_shipping_address_1',''), + (895,66,'_shipping_address_2',''), + (896,66,'_shipping_city',''), + (897,66,'_shipping_state',''), + (898,66,'_shipping_postcode',''), + (899,66,'_shipping_country',''), + (900,66,'_order_currency','USD'), + (901,66,'_cart_discount','0'), + (902,66,'_cart_discount_tax','0'), + (903,66,'_order_shipping','0.00'), + (904,66,'_order_shipping_tax','0'), + (905,66,'_order_tax','0'), + (906,66,'_order_total','40.00'), + (907,66,'_order_version','3.6.0'), + (908,66,'_prices_include_tax','no'), + (909,66,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (910,66,'_shipping_address_index',' '), + (911,66,'ckwc_opt_in','yes'), + (912,67,'_order_key','wc_order_5c6c47d2f1188'), + (913,67,'_customer_user','0'), + (914,67,'_payment_method','stripe'), + (915,67,'_payment_method_title','Credit Card (Stripe)'), + (916,67,'_transaction_id','ch_1E5d8ODZAIhobIOuGkZmuflQ'), + (917,67,'_customer_ip_address','127.0.0.1'), + (918,67,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (919,67,'_created_via','checkout'), + (920,67,'_date_completed',''), + (921,67,'_completed_date',''), + (922,67,'_date_paid','1550600161'), + (923,67,'_paid_date','2019-02-19 18:16:01'), + (924,67,'_cart_hash','70621dfab366c68ee3c2b1788a84c799'), + (925,67,'_billing_first_name','asdfasdf'), + (926,67,'_billing_last_name','faslkdfjasl'), + (927,67,'_billing_company',''), + (928,67,'_billing_address_1','124 asdf'), + (929,67,'_billing_address_2',''), + (930,67,'_billing_city','asdf'), + (931,67,'_billing_state','CA'), + (932,67,'_billing_postcode','77777'), + (933,67,'_billing_country','US'), + (934,67,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (935,67,'_billing_phone','8883338888'), + (936,67,'_shipping_first_name',''), + (937,67,'_shipping_last_name',''), + (938,67,'_shipping_company',''), + (939,67,'_shipping_address_1',''), + (940,67,'_shipping_address_2',''), + (941,67,'_shipping_city',''), + (942,67,'_shipping_state',''), + (943,67,'_shipping_postcode',''), + (944,67,'_shipping_country',''), + (945,67,'_order_currency','USD'), + (946,67,'_cart_discount','0'), + (947,67,'_cart_discount_tax','0'), + (948,67,'_order_shipping','0.00'), + (949,67,'_order_shipping_tax','0'), + (950,67,'_order_tax','0'), + (951,67,'_order_total','80.00'), + (952,67,'_order_version','3.6.0'), + (953,67,'_prices_include_tax','no'), + (954,67,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (955,67,'_shipping_address_index',' '), + (956,67,'ckwc_opt_in','yes'), + (957,67,'_stripe_source_id','src_1E5d88DZAIhobIOu46wXyWwP'), + (958,67,'_stripe_charge_captured','yes'), + (959,67,'_stripe_fee','2.62'), + (960,67,'_stripe_net','77.38'), + (961,67,'_stripe_currency','USD'), + (962,67,'_download_permissions_granted','yes'), + (963,67,'_recorded_sales','yes'), + (964,67,'_recorded_coupon_usage_counts','yes'), + (965,67,'_order_stock_reduced','yes'), + (966,68,'_order_key','wc_order_5c6c4b0c3629d'), + (967,68,'_customer_user','0'), + (968,68,'_payment_method','stripe'), + (969,68,'_payment_method_title','Credit Card (Stripe)'), + (970,68,'_transaction_id',''), + (971,68,'_customer_ip_address','127.0.0.1'), + (972,68,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (973,68,'_created_via','checkout'), + (974,68,'_date_completed',''), + (975,68,'_completed_date',''), + (976,68,'_date_paid',''), + (977,68,'_paid_date',''), + (978,68,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (979,68,'_billing_first_name','asdfasdf'), + (980,68,'_billing_last_name','faslkdfjasl'), + (981,68,'_billing_company',''), + (982,68,'_billing_address_1','124 asdf'), + (983,68,'_billing_address_2',''), + (984,68,'_billing_city','asdf'), + (985,68,'_billing_state','CA'), + (986,68,'_billing_postcode','77777'), + (987,68,'_billing_country','US'), + (988,68,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (989,68,'_billing_phone','8883338888'), + (990,68,'_shipping_first_name',''), + (991,68,'_shipping_last_name',''), + (992,68,'_shipping_company',''), + (993,68,'_shipping_address_1',''), + (994,68,'_shipping_address_2',''), + (995,68,'_shipping_city',''), + (996,68,'_shipping_state',''), + (997,68,'_shipping_postcode',''), + (998,68,'_shipping_country',''), + (999,68,'_order_currency','USD'), + (1000,68,'_cart_discount','0'), + (1001,68,'_cart_discount_tax','0'), + (1002,68,'_order_shipping','0.00'), + (1003,68,'_order_shipping_tax','0'), + (1004,68,'_order_tax','0'), + (1005,68,'_order_total','40.00'), + (1006,68,'_order_version','3.6.0'), + (1007,68,'_prices_include_tax','no'), + (1008,68,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (1009,68,'_shipping_address_index',' '), + (1010,68,'ckwc_opt_in','yes'), + (1011,69,'_order_key','wc_order_5c6c51cc51614'), + (1012,69,'_customer_user','0'), + (1013,69,'_payment_method','stripe'), + (1014,69,'_payment_method_title','Credit Card (Stripe)'), + (1015,69,'_transaction_id','ch_1E5dnODZAIhobIOudfw4y4yJ'), + (1016,69,'_customer_ip_address','127.0.0.1'), + (1017,69,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (1018,69,'_created_via','checkout'), + (1019,69,'_date_completed',''), + (1020,69,'_completed_date',''), + (1021,69,'_date_paid','1550602702'), + (1022,69,'_paid_date','2019-02-19 18:58:22'), + (1023,69,'_cart_hash','70621dfab366c68ee3c2b1788a84c799'), + (1024,69,'_billing_first_name','asdfasdf'), + (1025,69,'_billing_last_name','faslkdfjasl'), + (1026,69,'_billing_company',''), + (1027,69,'_billing_address_1','124 asdf'), + (1028,69,'_billing_address_2',''), + (1029,69,'_billing_city','asdf'), + (1030,69,'_billing_state','CA'), + (1031,69,'_billing_postcode','77777'), + (1032,69,'_billing_country','US'), + (1033,69,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (1034,69,'_billing_phone','8883338888'), + (1035,69,'_shipping_first_name',''), + (1036,69,'_shipping_last_name',''), + (1037,69,'_shipping_company',''), + (1038,69,'_shipping_address_1',''), + (1039,69,'_shipping_address_2',''), + (1040,69,'_shipping_city',''), + (1041,69,'_shipping_state',''), + (1042,69,'_shipping_postcode',''), + (1043,69,'_shipping_country',''), + (1044,69,'_order_currency','USD'), + (1045,69,'_cart_discount','0'), + (1046,69,'_cart_discount_tax','0'), + (1047,69,'_order_shipping','0.00'), + (1048,69,'_order_shipping_tax','0'), + (1049,69,'_order_tax','0'), + (1050,69,'_order_total','80.00'), + (1051,69,'_order_version','3.6.0'), + (1052,69,'_prices_include_tax','no'), + (1053,69,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (1054,69,'_shipping_address_index',' '), + (1055,69,'ckwc_opt_in','yes'), + (1056,69,'_stripe_source_id','src_1E5dnLDZAIhobIOuwwu333vI'), + (1057,69,'_stripe_charge_captured','yes'), + (1058,69,'_stripe_fee','2.62'), + (1059,69,'_stripe_net','77.38'), + (1060,69,'_stripe_currency','USD'), + (1061,69,'_download_permissions_granted','yes'), + (1062,69,'_recorded_sales','yes'), + (1063,69,'_recorded_coupon_usage_counts','yes'), + (1064,69,'_order_stock_reduced','yes'), + (1065,70,'_menu_item_type','post_type'), + (1066,70,'_menu_item_menu_item_parent','0'), + (1067,70,'_menu_item_object_id','41'), + (1068,70,'_menu_item_object','page'), + (1069,70,'_menu_item_target',''), + (1070,70,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (1071,70,'_menu_item_xfn',''), + (1072,70,'_menu_item_url',''), + (1074,71,'_menu_item_type','post_type'), + (1075,71,'_menu_item_menu_item_parent','0'), + (1076,71,'_menu_item_object_id','40'), + (1077,71,'_menu_item_object','page'), + (1078,71,'_menu_item_target',''), + (1079,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (1080,71,'_menu_item_xfn',''), + (1081,71,'_menu_item_url',''), + (1083,72,'_menu_item_type','post_type'), + (1084,72,'_menu_item_menu_item_parent','0'), + (1085,72,'_menu_item_object_id','39'), + (1086,72,'_menu_item_object','page'), + (1087,72,'_menu_item_target',''), + (1088,72,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (1089,72,'_menu_item_xfn',''), + (1090,72,'_menu_item_url',''), + (1092,73,'_order_key','wc_order_5c6c5277a82eb'), + (1093,73,'_customer_user','0'), + (1094,73,'_payment_method','stripe'), + (1095,73,'_payment_method_title','Credit Card (Stripe)'), + (1096,73,'_transaction_id','ch_1E5dqfDZAIhobIOuQlVxEz9s'), + (1097,73,'_customer_ip_address','127.0.0.1'), + (1098,73,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (1099,73,'_created_via','checkout'), + (1100,73,'_date_completed',''), + (1101,73,'_completed_date',''), + (1102,73,'_date_paid','1550602906'), + (1103,73,'_paid_date','2019-02-19 19:01:46'), + (1104,73,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (1105,73,'_billing_first_name','asdfasdf'), + (1106,73,'_billing_last_name','faslkdfjasl'), + (1107,73,'_billing_company',''), + (1108,73,'_billing_address_1','124 asdf'), + (1109,73,'_billing_address_2',''), + (1110,73,'_billing_city','asdf'), + (1111,73,'_billing_state','CA'), + (1112,73,'_billing_postcode','77777'), + (1113,73,'_billing_country','US'), + (1114,73,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (1115,73,'_billing_phone','8883338888'), + (1116,73,'_shipping_first_name',''), + (1117,73,'_shipping_last_name',''), + (1118,73,'_shipping_company',''), + (1119,73,'_shipping_address_1',''), + (1120,73,'_shipping_address_2',''), + (1121,73,'_shipping_city',''), + (1122,73,'_shipping_state',''), + (1123,73,'_shipping_postcode',''), + (1124,73,'_shipping_country',''), + (1125,73,'_order_currency','USD'), + (1126,73,'_cart_discount','0'), + (1127,73,'_cart_discount_tax','0'), + (1128,73,'_order_shipping','0.00'), + (1129,73,'_order_shipping_tax','0'), + (1130,73,'_order_tax','0'), + (1131,73,'_order_total','40.00'), + (1132,73,'_order_version','3.6.0'), + (1133,73,'_prices_include_tax','no'), + (1134,73,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (1135,73,'_shipping_address_index',' '), + (1136,73,'ckwc_opt_in','yes'), + (1137,73,'_stripe_source_id','src_1E5dq4DZAIhobIOuahtLYdO5'), + (1138,73,'_stripe_charge_captured','yes'), + (1139,73,'_stripe_fee','1.46'), + (1140,73,'_stripe_net','38.54'), + (1141,73,'_stripe_currency','USD'), + (1142,73,'_download_permissions_granted','yes'), + (1143,73,'_recorded_sales','yes'), + (1144,73,'_recorded_coupon_usage_counts','yes'), + (1145,73,'_order_stock_reduced','yes'), + (1146,74,'_order_key','wc_order_5c6c52d6b9e14'), + (1147,74,'_customer_user','0'), + (1148,74,'_payment_method','stripe'), + (1149,74,'_payment_method_title','Credit Card (Stripe)'), + (1150,74,'_transaction_id','ch_1E5ds7DZAIhobIOuNpmEH3j3'), + (1151,74,'_customer_ip_address','127.0.0.1'), + (1152,74,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (1153,74,'_created_via','checkout'), + (1154,74,'_date_completed',''), + (1155,74,'_completed_date',''), + (1156,74,'_date_paid','1550602996'), + (1157,74,'_paid_date','2019-02-19 19:03:16'), + (1158,74,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (1159,74,'_billing_first_name','asdfasdf'), + (1160,74,'_billing_last_name','faslkdfjasl'), + (1161,74,'_billing_company',''), + (1162,74,'_billing_address_1','124 asdf'), + (1163,74,'_billing_address_2',''), + (1164,74,'_billing_city','asdf'), + (1165,74,'_billing_state','CA'), + (1166,74,'_billing_postcode','77777'), + (1167,74,'_billing_country','US'), + (1168,74,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (1169,74,'_billing_phone','8883338888'), + (1170,74,'_shipping_first_name',''), + (1171,74,'_shipping_last_name',''), + (1172,74,'_shipping_company',''), + (1173,74,'_shipping_address_1',''), + (1174,74,'_shipping_address_2',''), + (1175,74,'_shipping_city',''), + (1176,74,'_shipping_state',''), + (1177,74,'_shipping_postcode',''), + (1178,74,'_shipping_country',''), + (1179,74,'_order_currency','USD'), + (1180,74,'_cart_discount','0'), + (1181,74,'_cart_discount_tax','0'), + (1182,74,'_order_shipping','0.00'), + (1183,74,'_order_shipping_tax','0'), + (1184,74,'_order_tax','0'), + (1185,74,'_order_total','40.00'), + (1186,74,'_order_version','3.6.0'), + (1187,74,'_prices_include_tax','no'), + (1188,74,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (1189,74,'_shipping_address_index',' '), + (1190,74,'ckwc_opt_in','yes'), + (1191,74,'_stripe_source_id','src_1E5drcDZAIhobIOulOjzZ1ys'), + (1192,74,'_stripe_charge_captured','yes'), + (1193,74,'_stripe_fee','1.46'), + (1194,74,'_stripe_net','38.54'), + (1195,74,'_stripe_currency','USD'), + (1196,74,'_download_permissions_granted','yes'), + (1197,74,'_recorded_sales','yes'), + (1198,74,'_recorded_coupon_usage_counts','yes'), + (1199,74,'_order_stock_reduced','yes'), + (1200,75,'_order_key','wc_order_5c6c57bf0645a'), + (1201,75,'_customer_user','0'), + (1202,75,'_payment_method','stripe'), + (1203,75,'_payment_method_title','Credit Card (Stripe)'), + (1204,75,'_transaction_id',''), + (1205,75,'_customer_ip_address','127.0.0.1'), + (1206,75,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (1207,75,'_created_via','checkout'), + (1208,75,'_date_completed',''), + (1209,75,'_completed_date',''), + (1210,75,'_date_paid',''), + (1211,75,'_paid_date',''), + (1212,75,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (1213,75,'_billing_first_name','asdfasdf'), + (1214,75,'_billing_last_name','faslkdfjasl'), + (1215,75,'_billing_company',''), + (1216,75,'_billing_address_1','124 asdf'), + (1217,75,'_billing_address_2',''), + (1218,75,'_billing_city','asdf'), + (1219,75,'_billing_state','CA'), + (1220,75,'_billing_postcode','77777'), + (1221,75,'_billing_country','US'), + (1222,75,'_billing_email','asdfasdfasdfasdffy@memberup.co'), + (1223,75,'_billing_phone','8883338888'), + (1224,75,'_shipping_first_name',''), + (1225,75,'_shipping_last_name',''), + (1226,75,'_shipping_company',''), + (1227,75,'_shipping_address_1',''), + (1228,75,'_shipping_address_2',''), + (1229,75,'_shipping_city',''), + (1230,75,'_shipping_state',''), + (1231,75,'_shipping_postcode',''), + (1232,75,'_shipping_country',''), + (1233,75,'_order_currency','USD'), + (1234,75,'_cart_discount','0'), + (1235,75,'_cart_discount_tax','0'), + (1236,75,'_order_shipping','0.00'), + (1237,75,'_order_shipping_tax','0'), + (1238,75,'_order_tax','0'), + (1239,75,'_order_total','40.00'), + (1240,75,'_order_version','3.6.0'), + (1241,75,'_prices_include_tax','no'), + (1242,75,'_billing_address_index','asdfasdf faslkdfjasl 124 asdf asdf CA 77777 US asdfasdfasdfasdffy@memberup.co 8883338888'), + (1243,75,'_shipping_address_index',' '), + (1244,75,'ckwc_opt_in','yes'), + (1245,76,'_wc_review_count','0'), + (1246,76,'_wc_rating_count','a:0:{}'), + (1247,76,'_wc_average_rating','0'), + (1248,76,'_edit_last','1'), + (1249,76,'_edit_lock','1551131794:1'), + (1250,76,'ckwc_subscription','tag:739662'), + (1251,76,'_sku',''), + (1252,76,'_regular_price','500'), + (1253,76,'_sale_price',''), + (1254,76,'_sale_price_dates_from',''), + (1255,76,'_sale_price_dates_to',''), + (1256,76,'total_sales','5'), + (1257,76,'_tax_status','taxable'), + (1258,76,'_tax_class',''), + (1259,76,'_manage_stock','no'), + (1260,76,'_backorders','no'), + (1261,76,'_low_stock_amount',''), + (1262,76,'_sold_individually','no'), + (1263,76,'_weight',''), + (1264,76,'_length',''), + (1265,76,'_width',''), + (1266,76,'_height',''), + (1267,76,'_upsell_ids','a:0:{}'), + (1268,76,'_crosssell_ids','a:0:{}'), + (1269,76,'_purchase_note',''), + (1270,76,'_default_attributes','a:0:{}'), + (1271,76,'_virtual','yes'), + (1272,76,'_downloadable','no'), + (1273,76,'_product_image_gallery',''), + (1274,76,'_download_limit','-1'), + (1275,76,'_download_expiry','-1'), + (1276,76,'_stock',NULL), + (1277,76,'_stock_status','instock'), + (1278,76,'_product_version','3.6.0'), + (1279,76,'_price','500'), + (1280,77,'_order_key','wc_order_5c6dd6f82061d'), + (1281,77,'_customer_user','0'), + (1282,77,'_payment_method','stripe'), + (1283,77,'_payment_method_title','Credit Card (Stripe)'), + (1284,77,'_transaction_id',''), + (1285,77,'_customer_ip_address','127.0.0.1'), + (1286,77,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (1287,77,'_created_via','checkout'), + (1288,77,'_date_completed',''), + (1289,77,'_completed_date',''), + (1290,77,'_date_paid',''), + (1291,77,'_paid_date',''), + (1292,77,'_cart_hash','c7a97585c00671e3d7f16b6b3b45c66e'), + (1293,77,'_billing_first_name','aslkdjfasdlkfj'), + (1294,77,'_billing_last_name','lkasjdflasjdf'), + (1295,77,'_billing_company',''), + (1296,77,'_billing_address_1','123 main'), + (1297,77,'_billing_address_2',''), + (1298,77,'_billing_city','anytown'), + (1299,77,'_billing_state','CA'), + (1300,77,'_billing_postcode','88888'), + (1301,77,'_billing_country','US'), + (1302,77,'_billing_email','owasjdfuigsdhfuas@memberup.co'), + (1303,77,'_billing_phone','5557774444'), + (1304,77,'_shipping_first_name',''), + (1305,77,'_shipping_last_name',''), + (1306,77,'_shipping_company',''), + (1307,77,'_shipping_address_1',''), + (1308,77,'_shipping_address_2',''), + (1309,77,'_shipping_city',''), + (1310,77,'_shipping_state',''), + (1311,77,'_shipping_postcode',''), + (1312,77,'_shipping_country',''), + (1313,77,'_order_currency','USD'), + (1314,77,'_cart_discount','0'), + (1315,77,'_cart_discount_tax','0'), + (1316,77,'_order_shipping','0.00'), + (1317,77,'_order_shipping_tax','0'), + (1318,77,'_order_tax','0'), + (1319,77,'_order_total','540.00'), + (1320,77,'_order_version','3.6.0'), + (1321,77,'_prices_include_tax','no'), + (1322,77,'_billing_address_index','aslkdjfasdlkfj lkasjdflasjdf 123 main anytown CA 88888 US owasjdfuigsdhfuas@memberup.co 5557774444'), + (1323,77,'_shipping_address_index',' '), + (1324,77,'ckwc_opt_in','yes'), + (1325,78,'_order_key','wc_order_5c6dd7a006217'), + (1326,78,'_customer_user','0'), + (1327,78,'_payment_method','stripe'), + (1328,78,'_payment_method_title','Credit Card (Stripe)'), + (1329,78,'_transaction_id','ch_1E63oYDZAIhobIOu8H5xSc4A'), + (1330,78,'_customer_ip_address','127.0.0.1'), + (1331,78,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (1332,78,'_created_via','checkout'), + (1333,78,'_date_completed',''), + (1334,78,'_completed_date',''), + (1335,78,'_date_paid','1550702718'), + (1336,78,'_paid_date','2019-02-20 22:45:18'), + (1337,78,'_cart_hash','c7a97585c00671e3d7f16b6b3b45c66e'), + (1338,78,'_billing_first_name','aslkdjfasdlkfj'), + (1339,78,'_billing_last_name','lkasjdflasjdf'), + (1340,78,'_billing_company',''), + (1341,78,'_billing_address_1','123 main'), + (1342,78,'_billing_address_2',''), + (1343,78,'_billing_city','anytown'), + (1344,78,'_billing_state','CA'), + (1345,78,'_billing_postcode','88888'), + (1346,78,'_billing_country','US'), + (1347,78,'_billing_email','owasjdfuigsdhfuas@memberup.co'), + (1348,78,'_billing_phone','5557774444'), + (1349,78,'_shipping_first_name',''), + (1350,78,'_shipping_last_name',''), + (1351,78,'_shipping_company',''), + (1352,78,'_shipping_address_1',''), + (1353,78,'_shipping_address_2',''), + (1354,78,'_shipping_city',''), + (1355,78,'_shipping_state',''), + (1356,78,'_shipping_postcode',''), + (1357,78,'_shipping_country',''), + (1358,78,'_order_currency','USD'), + (1359,78,'_cart_discount','0'), + (1360,78,'_cart_discount_tax','0'), + (1361,78,'_order_shipping','0.00'), + (1362,78,'_order_shipping_tax','0'), + (1363,78,'_order_tax','0'), + (1364,78,'_order_total','540.00'), + (1365,78,'_order_version','3.6.0'), + (1366,78,'_prices_include_tax','no'), + (1367,78,'_billing_address_index','aslkdjfasdlkfj lkasjdflasjdf 123 main anytown CA 88888 US owasjdfuigsdhfuas@memberup.co 5557774444'), + (1368,78,'_shipping_address_index',' '), + (1369,78,'ckwc_opt_in','yes'), + (1370,78,'_stripe_source_id','src_1E63kwDZAIhobIOuJTVqTUBR'), + (1371,78,'_stripe_charge_captured','yes'), + (1372,78,'_stripe_fee','15.96'), + (1373,78,'_stripe_net','524.04'), + (1374,78,'_stripe_currency','USD'), + (1375,78,'_download_permissions_granted','yes'), + (1376,78,'_recorded_sales','yes'), + (1377,78,'_recorded_coupon_usage_counts','yes'), + (1378,78,'_order_stock_reduced','yes'), + (1379,79,'_order_key','wc_order_5c6dd8bcc373a'), + (1380,79,'_customer_user','0'), + (1381,79,'_payment_method','stripe'), + (1382,79,'_payment_method_title','Credit Card (Stripe)'), + (1383,79,'_transaction_id','ch_1E63qODZAIhobIOuMjGUilv3'), + (1384,79,'_customer_ip_address','127.0.0.1'), + (1385,79,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (1386,79,'_created_via','checkout'), + (1387,79,'_date_completed',''), + (1388,79,'_completed_date',''), + (1389,79,'_date_paid','1550702832'), + (1390,79,'_paid_date','2019-02-20 22:47:12'), + (1391,79,'_cart_hash','c7a97585c00671e3d7f16b6b3b45c66e'), + (1392,79,'_billing_first_name','aslkdjfasdlkfj'), + (1393,79,'_billing_last_name','lkasjdflasjdf'), + (1394,79,'_billing_company',''), + (1395,79,'_billing_address_1','123 main'), + (1396,79,'_billing_address_2',''), + (1397,79,'_billing_city','anytown'), + (1398,79,'_billing_state','CA'), + (1399,79,'_billing_postcode','88888'), + (1400,79,'_billing_country','US'), + (1401,79,'_billing_email','whoisthis@memberup.co'), + (1402,79,'_billing_phone','5557774444'), + (1403,79,'_shipping_first_name',''), + (1404,79,'_shipping_last_name',''), + (1405,79,'_shipping_company',''), + (1406,79,'_shipping_address_1',''), + (1407,79,'_shipping_address_2',''), + (1408,79,'_shipping_city',''), + (1409,79,'_shipping_state',''), + (1410,79,'_shipping_postcode',''), + (1411,79,'_shipping_country',''), + (1412,79,'_order_currency','USD'), + (1413,79,'_cart_discount','0'), + (1414,79,'_cart_discount_tax','0'), + (1415,79,'_order_shipping','0.00'), + (1416,79,'_order_shipping_tax','0'), + (1417,79,'_order_tax','0'), + (1418,79,'_order_total','540.00'), + (1419,79,'_order_version','3.6.0'), + (1420,79,'_prices_include_tax','no'), + (1421,79,'_billing_address_index','aslkdjfasdlkfj lkasjdflasjdf 123 main anytown CA 88888 US whoisthis@memberup.co 5557774444'), + (1422,79,'_shipping_address_index',' '), + (1423,79,'ckwc_opt_in','yes'), + (1424,79,'_stripe_source_id','src_1E63pYDZAIhobIOuSiNl1ZCR'), + (1425,79,'_stripe_charge_captured','yes'), + (1426,79,'_stripe_fee','15.96'), + (1427,79,'_stripe_net','524.04'), + (1428,79,'_stripe_currency','USD'), + (1429,79,'_download_permissions_granted','yes'), + (1430,79,'_recorded_sales','yes'), + (1431,79,'_recorded_coupon_usage_counts','yes'), + (1432,79,'_order_stock_reduced','yes'), + (1433,81,'_order_key','wc_order_5c6dd9a6c74ae'), + (1434,81,'_customer_user','0'), + (1435,81,'_payment_method','stripe'), + (1436,81,'_payment_method_title','Credit Card (Stripe)'), + (1437,81,'_transaction_id','ch_1E63tODZAIhobIOuzOsCNuI5'), + (1438,81,'_customer_ip_address','127.0.0.1'), + (1439,81,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'), + (1440,81,'_created_via','checkout'), + (1441,81,'_date_completed',''), + (1442,81,'_completed_date',''), + (1443,81,'_date_paid','1550703018'), + (1444,81,'_paid_date','2019-02-20 22:50:18'), + (1445,81,'_cart_hash','60c3c06776dc2ab4d0349d54110adeae'), + (1446,81,'_billing_first_name','tag, course, form'), + (1447,81,'_billing_last_name','lkasjdflasjdf'), + (1448,81,'_billing_company',''), + (1449,81,'_billing_address_1','123 main'), + (1450,81,'_billing_address_2',''), + (1451,81,'_billing_city','anytown'), + (1452,81,'_billing_state','CA'), + (1453,81,'_billing_postcode','88888'), + (1454,81,'_billing_country','US'), + (1455,81,'_billing_email','allthreethings@memberup.co'), + (1456,81,'_billing_phone','5557774444'), + (1457,81,'_shipping_first_name',''), + (1458,81,'_shipping_last_name',''), + (1459,81,'_shipping_company',''), + (1460,81,'_shipping_address_1',''), + (1461,81,'_shipping_address_2',''), + (1462,81,'_shipping_city',''), + (1463,81,'_shipping_state',''), + (1464,81,'_shipping_postcode',''), + (1465,81,'_shipping_country',''), + (1466,81,'_order_currency','USD'), + (1467,81,'_cart_discount','0'), + (1468,81,'_cart_discount_tax','0'), + (1469,81,'_order_shipping','0.00'), + (1470,81,'_order_shipping_tax','0'), + (1471,81,'_order_tax','0'), + (1472,81,'_order_total','540.00'), + (1473,81,'_order_version','3.6.0'), + (1474,81,'_prices_include_tax','no'), + (1475,81,'_billing_address_index','tag, course, form lkasjdflasjdf 123 main anytown CA 88888 US allthreethings@memberup.co 5557774444'), + (1476,81,'_shipping_address_index',' '), + (1477,81,'ckwc_opt_in','yes'), + (1478,81,'_stripe_source_id','src_1E63tLDZAIhobIOudHQJrwC5'), + (1479,81,'_stripe_charge_captured','yes'), + (1480,81,'_stripe_fee','15.96'), + (1481,81,'_stripe_net','524.04'), + (1482,81,'_stripe_currency','USD'), + (1483,81,'_download_permissions_granted','yes'), + (1484,81,'_recorded_sales','yes'), + (1485,81,'_recorded_coupon_usage_counts','yes'), + (1486,81,'_order_stock_reduced','yes'), + (1487,81,'_edit_lock','1551132705:1'), + (1488,82,'_order_key','wc_order_5c74622609f21'), + (1489,82,'_customer_user','0'), + (1490,82,'_payment_method','stripe'), + (1491,82,'_payment_method_title','Credit Card (Stripe)'), + (1492,82,'_transaction_id','ch_1E7rHaDZAIhobIOujejjn5CI'), + (1493,82,'_customer_ip_address','127.0.0.1'), + (1494,82,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'), + (1495,82,'_created_via','checkout'), + (1496,82,'_date_completed',''), + (1497,82,'_completed_date',''), + (1498,82,'_date_paid','1551131203'), + (1499,82,'_paid_date','2019-02-25 21:46:43'), + (1500,82,'_cart_hash','f8053475a1f324dffb213a6b3bee577f'), + (1501,82,'_billing_first_name','sadlfkjasldkjf'), + (1502,82,'_billing_last_name','jlaskjdflkajsdflkj'), + (1503,82,'_billing_company',''), + (1504,82,'_billing_address_1','1234 asldkfjasdf'), + (1505,82,'_billing_address_2',''), + (1506,82,'_billing_city','asldfkj'), + (1507,82,'_billing_state','CA'), + (1508,82,'_billing_postcode','88888'), + (1509,82,'_billing_country','US'), + (1510,82,'_billing_email','asodigasdfhasudhfasduf2345235@memberup.co'), + (1511,82,'_billing_phone','8884449999'), + (1512,82,'_shipping_first_name',''), + (1513,82,'_shipping_last_name',''), + (1514,82,'_shipping_company',''), + (1515,82,'_shipping_address_1',''), + (1516,82,'_shipping_address_2',''), + (1517,82,'_shipping_city',''), + (1518,82,'_shipping_state',''), + (1519,82,'_shipping_postcode',''), + (1520,82,'_shipping_country',''), + (1521,82,'_order_currency','USD'), + (1522,82,'_cart_discount','0'), + (1523,82,'_cart_discount_tax','0'), + (1524,82,'_order_shipping','0.00'), + (1525,82,'_order_shipping_tax','0'), + (1526,82,'_order_tax','0'), + (1527,82,'_order_total','500.00'), + (1528,82,'_order_version','3.6.0'), + (1529,82,'_prices_include_tax','no'), + (1530,82,'_billing_address_index','sadlfkjasldkjf jlaskjdflkajsdflkj 1234 asldkfjasdf asldfkj CA 88888 US asodigasdfhasudhfasduf2345235@memberup.co 8884449999'), + (1531,82,'_shipping_address_index',' '), + (1532,82,'ckwc_opt_in','yes'), + (1533,82,'_stripe_source_id','src_1E7rH6DZAIhobIOul4ZDO2GM'), + (1534,82,'_stripe_charge_captured','yes'), + (1535,82,'_stripe_fee','14.80'), + (1536,82,'_stripe_net','485.20'), + (1537,82,'_stripe_currency','USD'), + (1538,82,'_download_permissions_granted','yes'), + (1539,82,'_recorded_sales','yes'), + (1540,82,'_recorded_coupon_usage_counts','yes'), + (1541,82,'_order_stock_reduced','yes'), + (1542,83,'_order_key','wc_order_5c75ae1e7e4b4'), + (1543,83,'_customer_user','0'), + (1544,83,'_payment_method','stripe'), + (1545,83,'_payment_method_title','Credit Card (Stripe)'), + (1546,83,'_transaction_id','ch_1E8DNwDZAIhobIOuMeqnngZ1'), + (1547,83,'_customer_ip_address','127.0.0.1'), + (1548,83,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'), + (1549,83,'_created_via','checkout'), + (1550,83,'_date_completed',''), + (1551,83,'_completed_date',''), + (1552,83,'_date_paid','1551216162'), + (1553,83,'_paid_date','2019-02-26 21:22:42'), + (1554,83,'_cart_hash','70621dfab366c68ee3c2b1788a84c799'), + (1555,83,'_billing_first_name','asldfjasldkfjasldkjf'), + (1556,83,'_billing_last_name','asdihfasdhfa8s'), + (1557,83,'_billing_company',''), + (1558,83,'_billing_address_1','124 asdf'), + (1559,83,'_billing_address_2',''), + (1560,83,'_billing_city','asdf'), + (1561,83,'_billing_state','AL'), + (1562,83,'_billing_postcode','88888'), + (1563,83,'_billing_country','US'), + (1564,83,'_billing_email','asdf8as8f99082835@memberup.co'), + (1565,83,'_billing_phone','8888888888'), + (1566,83,'_shipping_first_name',''), + (1567,83,'_shipping_last_name',''), + (1568,83,'_shipping_company',''), + (1569,83,'_shipping_address_1',''), + (1570,83,'_shipping_address_2',''), + (1571,83,'_shipping_city',''), + (1572,83,'_shipping_state',''), + (1573,83,'_shipping_postcode',''), + (1574,83,'_shipping_country',''), + (1575,83,'_order_currency','USD'), + (1576,83,'_cart_discount','0'), + (1577,83,'_cart_discount_tax','0'), + (1578,83,'_order_shipping','0.00'), + (1579,83,'_order_shipping_tax','0'), + (1580,83,'_order_tax','0'), + (1581,83,'_order_total','80.00'), + (1582,83,'_order_version','3.6.0'), + (1583,83,'_prices_include_tax','no'), + (1584,83,'_billing_address_index','asldfjasldkfjasldkjf asdihfasdhfa8s 124 asdf asdf AL 88888 US asdf8as8f99082835@memberup.co 8888888888'), + (1585,83,'_shipping_address_index',' '), + (1586,83,'ckwc_opt_in','yes'), + (1587,83,'_stripe_source_id','src_1E8DNrDZAIhobIOu9h5CkHDz'), + (1588,83,'_stripe_charge_captured','yes'), + (1589,83,'_stripe_fee','2.62'), + (1590,83,'_stripe_net','77.38'), + (1591,83,'_stripe_currency','USD'), + (1592,83,'_download_permissions_granted','yes'), + (1593,83,'_recorded_sales','yes'), + (1594,83,'_recorded_coupon_usage_counts','yes'), + (1595,83,'_order_stock_reduced','yes'), + (1596,84,'_order_key','wc_order_5c75b0fe26258'), + (1597,84,'_customer_user','0'), + (1598,84,'_payment_method','stripe'), + (1599,84,'_payment_method_title','Credit Card (Stripe)'), + (1600,84,'_transaction_id','ch_1E8DZoDZAIhobIOuj4IpN9Ey'), + (1601,84,'_customer_ip_address','127.0.0.1'), + (1602,84,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'), + (1603,84,'_created_via','checkout'), + (1604,84,'_date_completed',''), + (1605,84,'_completed_date',''), + (1606,84,'_date_paid','1551216898'), + (1607,84,'_paid_date','2019-02-26 21:34:58'), + (1608,84,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (1609,84,'_billing_first_name','asldfjasldkfjasldkjf'), + (1610,84,'_billing_last_name','asdihfasdhfa8s'), + (1611,84,'_billing_company',''), + (1612,84,'_billing_address_1','124 asdf'), + (1613,84,'_billing_address_2',''), + (1614,84,'_billing_city','asdf'), + (1615,84,'_billing_state','AL'), + (1616,84,'_billing_postcode','88888'), + (1617,84,'_billing_country','US'), + (1618,84,'_billing_email','asdf8as8f99082835@memberup.co'), + (1619,84,'_billing_phone','8888888888'), + (1620,84,'_shipping_first_name',''), + (1621,84,'_shipping_last_name',''), + (1622,84,'_shipping_company',''), + (1623,84,'_shipping_address_1',''), + (1624,84,'_shipping_address_2',''), + (1625,84,'_shipping_city',''), + (1626,84,'_shipping_state',''), + (1627,84,'_shipping_postcode',''), + (1628,84,'_shipping_country',''), + (1629,84,'_order_currency','USD'), + (1630,84,'_cart_discount','0'), + (1631,84,'_cart_discount_tax','0'), + (1632,84,'_order_shipping','0.00'), + (1633,84,'_order_shipping_tax','0'), + (1634,84,'_order_tax','0'), + (1635,84,'_order_total','40.00'), + (1636,84,'_order_version','3.6.0'), + (1637,84,'_prices_include_tax','no'), + (1638,84,'_billing_address_index','asldfjasldkfjasldkjf asdihfasdhfa8s 124 asdf asdf AL 88888 US asdf8as8f99082835@memberup.co 8888888888'), + (1639,84,'_shipping_address_index',' '), + (1640,84,'ckwc_opt_in','yes'), + (1641,84,'_stripe_source_id','src_1E8DZiDZAIhobIOu6E2q34kH'), + (1642,84,'_stripe_charge_captured','yes'), + (1643,84,'_stripe_fee','1.46'), + (1644,84,'_stripe_net','38.54'), + (1645,84,'_stripe_currency','USD'), + (1646,84,'_download_permissions_granted','yes'), + (1647,84,'_recorded_sales','yes'), + (1648,84,'_recorded_coupon_usage_counts','yes'), + (1649,84,'_order_stock_reduced','yes'), + (1650,85,'_order_key','wc_order_5c75b13c82d87'), + (1651,85,'_customer_user','0'), + (1652,85,'_payment_method','stripe'), + (1653,85,'_payment_method_title','Credit Card (Stripe)'), + (1654,85,'_transaction_id','ch_1E8DaoDZAIhobIOuVI4Q4cOq'), + (1655,85,'_customer_ip_address','127.0.0.1'), + (1656,85,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36'), + (1657,85,'_created_via','checkout'), + (1658,85,'_date_completed',''), + (1659,85,'_completed_date',''), + (1660,85,'_date_paid','1551216960'), + (1661,85,'_paid_date','2019-02-26 21:36:00'), + (1662,85,'_cart_hash','d2b5bf14c53bb26da47ff813faf22615'), + (1663,85,'_billing_first_name','asldfjasldkfjasldkjf'), + (1664,85,'_billing_last_name','asdihfasdhfa8s'), + (1665,85,'_billing_company',''), + (1666,85,'_billing_address_1','124 asdf'), + (1667,85,'_billing_address_2',''), + (1668,85,'_billing_city','asdf'), + (1669,85,'_billing_state','AL'), + (1670,85,'_billing_postcode','88888'), + (1671,85,'_billing_country','US'), + (1672,85,'_billing_email','asdf8as8f99082835@memberup.co'), + (1673,85,'_billing_phone','8888888888'), + (1674,85,'_shipping_first_name',''), + (1675,85,'_shipping_last_name',''), + (1676,85,'_shipping_company',''), + (1677,85,'_shipping_address_1',''), + (1678,85,'_shipping_address_2',''), + (1679,85,'_shipping_city',''), + (1680,85,'_shipping_state',''), + (1681,85,'_shipping_postcode',''), + (1682,85,'_shipping_country',''), + (1683,85,'_order_currency','USD'), + (1684,85,'_cart_discount','0'), + (1685,85,'_cart_discount_tax','0'), + (1686,85,'_order_shipping','0'), + (1687,85,'_order_shipping_tax','0'), + (1688,85,'_order_tax','0'), + (1689,85,'_order_total','540.00'), + (1690,85,'_order_version','3.6.0'), + (1691,85,'_prices_include_tax','no'), + (1692,85,'_billing_address_index','asldfjasldkfjasldkjf asdihfasdhfa8s 124 asdf asdf AL 88888 US asdf8as8f99082835@memberup.co 8888888888'), + (1693,85,'_shipping_address_index',' '), + (1694,85,'ckwc_opt_in','yes'), + (1695,85,'_stripe_source_id','src_1E8DajDZAIhobIOulLL3AYiu'), + (1696,85,'_stripe_charge_captured','yes'), + (1697,85,'_stripe_fee','15.96'), + (1698,85,'_stripe_net','524.04'), + (1699,85,'_stripe_currency','USD'), + (1700,85,'_download_permissions_granted','yes'), + (1701,85,'_recorded_sales','yes'), + (1702,85,'_recorded_coupon_usage_counts','yes'), + (1703,85,'_order_stock_reduced','yes'), + (1704,86,'_edit_last','1'), + (1705,86,'_edit_lock','1552493807:1'), + (1706,87,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:6:\"823638\";s:3:\"tag\";s:1:\"0\";}'), + (1707,87,'_menu_item_type','post_type'), + (1708,87,'_menu_item_menu_item_parent','0'), + (1709,87,'_menu_item_object_id','86'), + (1710,87,'_menu_item_object','page'), + (1711,87,'_menu_item_target',''), + (1712,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (1713,87,'_menu_item_xfn',''), + (1714,87,'_menu_item_url',''), + (1715,86,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:6:\"823638\";s:3:\"tag\";s:1:\"0\";}'), + (1716,86,'_wp_page_template','default'), + (1717,91,'_edit_lock','1551894772:1'), + (1720,91,'_edit_last','1'), + (1723,91,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";}'), + (1724,91,'_yoast_wpseo_primary_category',''), + (1725,91,'_yoast_wpseo_content_score','60'), + (1730,91,'_wp_trash_meta_status','publish'), + (1731,91,'_wp_trash_meta_time','1552337683'), + (1732,91,'_wp_desired_post_slug','10-day-challenge-clean-organize-restock-your-kitchen'), + (1733,85,'_edit_lock','1552664393:1'), + (1734,85,'_edit_last','1'), + (1735,95,'_wc_review_count','0'), + (1736,95,'_wc_rating_count','a:0:{}'), + (1737,95,'_wc_average_rating','0'), + (1738,95,'_edit_lock','1553787167:1'), + (1739,95,'_edit_last','1'), + (1740,95,'ckwc_subscription',''), + (1741,95,'_sku',''), + (1742,95,'_regular_price','30'), + (1743,95,'_sale_price',''), + (1744,95,'_sale_price_dates_from',''), + (1745,95,'_sale_price_dates_to',''), + (1746,95,'total_sales','13'), + (1747,95,'_tax_status','taxable'), + (1748,95,'_tax_class',''), + (1749,95,'_manage_stock','no'), + (1750,95,'_backorders','no'), + (1751,95,'_low_stock_amount',''), + (1752,95,'_sold_individually','no'), + (1753,95,'_weight',''), + (1754,95,'_length',''), + (1755,95,'_width',''), + (1756,95,'_height',''), + (1757,95,'_upsell_ids','a:0:{}'), + (1758,95,'_crosssell_ids','a:0:{}'), + (1759,95,'_purchase_note',''), + (1760,95,'_default_attributes','a:0:{}'), + (1761,95,'_virtual','yes'), + (1762,95,'_downloadable','no'), + (1763,95,'_product_image_gallery',''), + (1764,95,'_download_limit','-1'), + (1765,95,'_download_expiry','-1'), + (1766,95,'_stock',NULL), + (1767,95,'_stock_status','instock'), + (1768,95,'_product_version','3.6.0'), + (1769,95,'_price','30'), + (1770,95,'_yoast_wpseo_primary_product_cat',''), + (1771,95,'_yoast_wpseo_content_score','30'), + (1772,97,'_order_key','wc_order_5c8bdc92d6076'), + (1773,97,'_customer_user','0'), + (1774,97,'_payment_method','stripe'), + (1775,97,'_payment_method_title','Credit Card (Stripe)'), + (1776,97,'_transaction_id','ch_1EEJYNDZAIhobIOubzGzXxzw'), + (1777,97,'_customer_ip_address','127.0.0.1'), + (1778,97,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (1779,97,'_created_via','checkout'), + (1780,97,'_date_completed',''), + (1781,97,'_completed_date',''), + (1782,97,'_date_paid',''), + (1783,97,'_paid_date',''), + (1784,97,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (1785,97,'_billing_first_name','asdfasdf'), + (1786,97,'_billing_last_name','asdfasdf'), + (1787,97,'_billing_company',''), + (1788,97,'_billing_address_1','2345 asdf'), + (1789,97,'_billing_address_2',''), + (1790,97,'_billing_city','asfasdf'), + (1791,97,'_billing_state','CA'), + (1792,97,'_billing_postcode','88888'), + (1793,97,'_billing_country','US'), + (1794,97,'_billing_email','on-hold@asdf.com'), + (1795,97,'_billing_phone','8888888888'), + (1796,97,'_shipping_first_name',''), + (1797,97,'_shipping_last_name',''), + (1798,97,'_shipping_company',''), + (1799,97,'_shipping_address_1',''), + (1800,97,'_shipping_address_2',''), + (1801,97,'_shipping_city',''), + (1802,97,'_shipping_state',''), + (1803,97,'_shipping_postcode',''), + (1804,97,'_shipping_country',''), + (1805,97,'_order_currency','USD'), + (1806,97,'_cart_discount','0'), + (1807,97,'_cart_discount_tax','0'), + (1808,97,'_order_shipping','0.00'), + (1809,97,'_order_shipping_tax','0'), + (1810,97,'_order_tax','0'), + (1811,97,'_order_total','30.00'), + (1812,97,'_order_version','3.6.0'), + (1813,97,'_prices_include_tax','no'), + (1814,97,'_billing_address_index','asdfasdf asdfasdf 2345 asdf asfasdf CA 88888 US on-hold@asdf.com 8888888888'), + (1815,97,'_shipping_address_index',' '), + (1816,97,'ckwc_opt_in','yes'), + (1817,97,'_stripe_source_id','src_1EEJYMDZAIhobIOuSIZfnQgy'), + (1818,97,'_stripe_charge_captured','no'), + (1819,97,'_recorded_sales','yes'), + (1820,97,'_recorded_coupon_usage_counts','yes'), + (1821,97,'_order_stock_reduced','yes'), + (1822,97,'_edit_lock','1552691567:1'), + (1823,98,'_order_key','wc_order_5c8bdcedd15b1'), + (1824,98,'_customer_user','0'), + (1825,98,'_payment_method','stripe'), + (1826,98,'_payment_method_title','Credit Card (Stripe)'), + (1827,98,'_transaction_id','ch_1EEJa4DZAIhobIOuf74hG7qQ'), + (1828,98,'_customer_ip_address','127.0.0.1'), + (1829,98,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (1830,98,'_created_via','checkout'), + (1831,98,'_date_completed',''), + (1832,98,'_completed_date',''), + (1833,98,'_date_paid',''), + (1834,98,'_paid_date',''), + (1835,98,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (1836,98,'_billing_first_name','asdfasdf'), + (1837,98,'_billing_last_name','asdfasdf'), + (1838,98,'_billing_company',''), + (1839,98,'_billing_address_1','2345 asdf'), + (1840,98,'_billing_address_2',''), + (1841,98,'_billing_city','asfasdf'), + (1842,98,'_billing_state','CA'), + (1843,98,'_billing_postcode','88888'), + (1844,98,'_billing_country','US'), + (1845,98,'_billing_email','on-hold@asdf.com'), + (1846,98,'_billing_phone','8888888888'), + (1847,98,'_shipping_first_name',''), + (1848,98,'_shipping_last_name',''), + (1849,98,'_shipping_company',''), + (1850,98,'_shipping_address_1',''), + (1851,98,'_shipping_address_2',''), + (1852,98,'_shipping_city',''), + (1853,98,'_shipping_state',''), + (1854,98,'_shipping_postcode',''), + (1855,98,'_shipping_country',''), + (1856,98,'_order_currency','USD'), + (1857,98,'_cart_discount','0'), + (1858,98,'_cart_discount_tax','0'), + (1859,98,'_order_shipping','0.00'), + (1860,98,'_order_shipping_tax','0'), + (1861,98,'_order_tax','0'), + (1862,98,'_order_total','30.00'), + (1863,98,'_order_version','3.6.0'), + (1864,98,'_prices_include_tax','no'), + (1865,98,'_billing_address_index','asdfasdf asdfasdf 2345 asdf asfasdf CA 88888 US on-hold@asdf.com 8888888888'), + (1866,98,'_shipping_address_index',' '), + (1867,98,'ckwc_opt_in','yes'), + (1868,98,'_stripe_source_id','src_1EEJZoDZAIhobIOu8d1DbrL9'), + (1869,98,'_stripe_charge_captured','no'), + (1870,98,'_recorded_sales','yes'), + (1871,98,'_recorded_coupon_usage_counts','yes'), + (1872,98,'_order_stock_reduced','yes'), + (1873,99,'_order_key','wc_order_5c8bde292c69f'), + (1874,99,'_customer_user','0'), + (1875,99,'_payment_method','stripe'), + (1876,99,'_payment_method_title','Credit Card (Stripe)'), + (1877,99,'_transaction_id','ch_1EEJf8DZAIhobIOuYQ1aijji'), + (1878,99,'_customer_ip_address','127.0.0.1'), + (1879,99,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (1880,99,'_created_via','checkout'), + (1881,99,'_date_completed',''), + (1882,99,'_completed_date',''), + (1883,99,'_date_paid','1552670263'), + (1884,99,'_paid_date','2019-03-15 17:17:43'), + (1885,99,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (1886,99,'_billing_first_name','asdfasdf'), + (1887,99,'_billing_last_name','asdfasdf'), + (1888,99,'_billing_company',''), + (1889,99,'_billing_address_1','2345 asdf'), + (1890,99,'_billing_address_2',''), + (1891,99,'_billing_city','asfasdf'), + (1892,99,'_billing_state','CA'), + (1893,99,'_billing_postcode','88888'), + (1894,99,'_billing_country','US'), + (1895,99,'_billing_email','on-hold@asdf.com'), + (1896,99,'_billing_phone','8888888888'), + (1897,99,'_shipping_first_name',''), + (1898,99,'_shipping_last_name',''), + (1899,99,'_shipping_company',''), + (1900,99,'_shipping_address_1',''), + (1901,99,'_shipping_address_2',''), + (1902,99,'_shipping_city',''), + (1903,99,'_shipping_state',''), + (1904,99,'_shipping_postcode',''), + (1905,99,'_shipping_country',''), + (1906,99,'_order_currency','USD'), + (1907,99,'_cart_discount','0'), + (1908,99,'_cart_discount_tax','0'), + (1909,99,'_order_shipping','0.00'), + (1910,99,'_order_shipping_tax','0'), + (1911,99,'_order_tax','0'), + (1912,99,'_order_total','30.00'), + (1913,99,'_order_version','3.6.0'), + (1914,99,'_prices_include_tax','no'), + (1915,99,'_billing_address_index','asdfasdf asdfasdf 2345 asdf asfasdf CA 88888 US on-hold@asdf.com 8888888888'), + (1916,99,'_shipping_address_index',' '), + (1917,99,'ckwc_opt_in','yes'), + (1918,99,'_stripe_source_id','src_1EEJetDZAIhobIOuNgPvJmy0'), + (1919,99,'_stripe_charge_captured','yes'), + (1920,99,'_stripe_fee','1.17'), + (1921,99,'_stripe_net','28.83'), + (1922,99,'_stripe_currency','USD'), + (1923,99,'_download_permissions_granted','yes'), + (1924,99,'_recorded_sales','yes'), + (1925,99,'_recorded_coupon_usage_counts','yes'), + (1926,99,'_order_stock_reduced','yes'), + (1927,100,'_order_key','wc_order_5c8bde6f818ae'), + (1928,100,'_customer_user','0'), + (1929,100,'_payment_method','stripe'), + (1930,100,'_payment_method_title','Credit Card (Stripe)'), + (1931,100,'_transaction_id','ch_1EEJgFDZAIhobIOumNghhFgi'), + (1932,100,'_customer_ip_address','127.0.0.1'), + (1933,100,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (1934,100,'_created_via','checkout'), + (1935,100,'_date_completed',''), + (1936,100,'_completed_date',''), + (1937,100,'_date_paid','1552670332'), + (1938,100,'_paid_date','2019-03-15 17:18:52'), + (1939,100,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (1940,100,'_billing_first_name','asdfasdf'), + (1941,100,'_billing_last_name','asdfasdf'), + (1942,100,'_billing_company',''), + (1943,100,'_billing_address_1','2345 asdf'), + (1944,100,'_billing_address_2',''), + (1945,100,'_billing_city','asfasdf'), + (1946,100,'_billing_state','CA'), + (1947,100,'_billing_postcode','88888'), + (1948,100,'_billing_country','US'), + (1949,100,'_billing_email','processing@asdf.com'), + (1950,100,'_billing_phone','8888888888'), + (1951,100,'_shipping_first_name',''), + (1952,100,'_shipping_last_name',''), + (1953,100,'_shipping_company',''), + (1954,100,'_shipping_address_1',''), + (1955,100,'_shipping_address_2',''), + (1956,100,'_shipping_city',''), + (1957,100,'_shipping_state',''), + (1958,100,'_shipping_postcode',''), + (1959,100,'_shipping_country',''), + (1960,100,'_order_currency','USD'), + (1961,100,'_cart_discount','0'), + (1962,100,'_cart_discount_tax','0'), + (1963,100,'_order_shipping','0.00'), + (1964,100,'_order_shipping_tax','0'), + (1965,100,'_order_tax','0'), + (1966,100,'_order_total','30.00'), + (1967,100,'_order_version','3.6.0'), + (1968,100,'_prices_include_tax','no'), + (1969,100,'_billing_address_index','asdfasdf asdfasdf 2345 asdf asfasdf CA 88888 US processing@asdf.com 8888888888'), + (1970,100,'_shipping_address_index',' '), + (1971,100,'ckwc_opt_in','yes'), + (1972,100,'_stripe_source_id','src_1EEJg2DZAIhobIOuv1ziTAXJ'), + (1973,100,'_stripe_charge_captured','yes'), + (1974,100,'_stripe_fee','1.17'), + (1975,100,'_stripe_net','28.83'), + (1976,100,'_stripe_currency','USD'), + (1977,100,'_download_permissions_granted','yes'), + (1978,100,'_recorded_sales','yes'), + (1979,100,'_recorded_coupon_usage_counts','yes'), + (1980,100,'_order_stock_reduced','yes'), + (1981,101,'_order_key','wc_order_5c8bdee967a0e'), + (1982,101,'_customer_user','0'), + (1983,101,'_payment_method','stripe'), + (1984,101,'_payment_method_title','Credit Card (Stripe)'), + (1985,101,'_transaction_id','ch_1EEJi2DZAIhobIOuRZJTy1PD'), + (1986,101,'_customer_ip_address','127.0.0.1'), + (1987,101,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (1988,101,'_created_via','checkout'), + (1989,101,'_date_completed',''), + (1990,101,'_completed_date',''), + (1991,101,'_date_paid','1552670443'), + (1992,101,'_paid_date','2019-03-15 17:20:43'), + (1993,101,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (1994,101,'_billing_first_name','asdfasdf'), + (1995,101,'_billing_last_name','asdfasdf'), + (1996,101,'_billing_company',''), + (1997,101,'_billing_address_1','2345 asdf'), + (1998,101,'_billing_address_2',''), + (1999,101,'_billing_city','asfasdf'), + (2000,101,'_billing_state','CA'), + (2001,101,'_billing_postcode','88888'), + (2002,101,'_billing_country','US'), + (2003,101,'_billing_email','new-one@asdf.com'), + (2004,101,'_billing_phone','8888888888'), + (2005,101,'_shipping_first_name',''), + (2006,101,'_shipping_last_name',''), + (2007,101,'_shipping_company',''), + (2008,101,'_shipping_address_1',''), + (2009,101,'_shipping_address_2',''), + (2010,101,'_shipping_city',''), + (2011,101,'_shipping_state',''), + (2012,101,'_shipping_postcode',''), + (2013,101,'_shipping_country',''), + (2014,101,'_order_currency','USD'), + (2015,101,'_cart_discount','0'), + (2016,101,'_cart_discount_tax','0'), + (2017,101,'_order_shipping','0.00'), + (2018,101,'_order_shipping_tax','0'), + (2019,101,'_order_tax','0'), + (2020,101,'_order_total','30.00'), + (2021,101,'_order_version','3.6.0'), + (2022,101,'_prices_include_tax','no'), + (2023,101,'_billing_address_index','asdfasdf asdfasdf 2345 asdf asfasdf CA 88888 US new-one@asdf.com 8888888888'), + (2024,101,'_shipping_address_index',' '), + (2025,101,'ckwc_opt_in','yes'), + (2026,101,'_stripe_source_id','src_1EEJi0DZAIhobIOuLTian5Ee'), + (2027,101,'_stripe_charge_captured','yes'), + (2028,101,'_stripe_fee','1.17'), + (2029,101,'_stripe_net','28.83'), + (2030,101,'_stripe_currency','USD'), + (2031,101,'_download_permissions_granted','yes'), + (2032,101,'_recorded_sales','yes'), + (2033,101,'_recorded_coupon_usage_counts','yes'), + (2034,101,'_order_stock_reduced','yes'), + (2035,102,'_order_key','wc_order_5c8bdf78970ae'), + (2036,102,'_customer_user','0'), + (2037,102,'_payment_method','stripe'), + (2038,102,'_payment_method_title','Credit Card (Stripe)'), + (2039,102,'_transaction_id','ch_1EEJkLDZAIhobIOuMNOAgcu6'), + (2040,102,'_customer_ip_address','127.0.0.1'), + (2041,102,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2042,102,'_created_via','checkout'), + (2043,102,'_date_completed',''), + (2044,102,'_completed_date',''), + (2045,102,'_date_paid',''), + (2046,102,'_paid_date',''), + (2047,102,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (2048,102,'_billing_first_name','asdfasdf'), + (2049,102,'_billing_last_name','asdfasdf'), + (2050,102,'_billing_company',''), + (2051,102,'_billing_address_1','2345 asdf'), + (2052,102,'_billing_address_2',''), + (2053,102,'_billing_city','asfasdf'), + (2054,102,'_billing_state','CA'), + (2055,102,'_billing_postcode','88888'), + (2056,102,'_billing_country','US'), + (2057,102,'_billing_email','anothernew@asdf.com'), + (2058,102,'_billing_phone','8888888888'), + (2059,102,'_shipping_first_name',''), + (2060,102,'_shipping_last_name',''), + (2061,102,'_shipping_company',''), + (2062,102,'_shipping_address_1',''), + (2063,102,'_shipping_address_2',''), + (2064,102,'_shipping_city',''), + (2065,102,'_shipping_state',''), + (2066,102,'_shipping_postcode',''), + (2067,102,'_shipping_country',''), + (2068,102,'_order_currency','USD'), + (2069,102,'_cart_discount','0'), + (2070,102,'_cart_discount_tax','0'), + (2071,102,'_order_shipping','0.00'), + (2072,102,'_order_shipping_tax','0'), + (2073,102,'_order_tax','0'), + (2074,102,'_order_total','30.00'), + (2075,102,'_order_version','3.6.0'), + (2076,102,'_prices_include_tax','no'), + (2077,102,'_billing_address_index','asdfasdf asdfasdf 2345 asdf asfasdf CA 88888 US anothernew@asdf.com 8888888888'), + (2078,102,'_shipping_address_index',' '), + (2079,102,'ckwc_opt_in','yes'), + (2080,102,'_stripe_source_id','src_1EEJkKDZAIhobIOunVAgnTDW'), + (2081,102,'_stripe_charge_captured','no'), + (2082,102,'_recorded_sales','yes'), + (2083,102,'_recorded_coupon_usage_counts','yes'), + (2084,102,'_order_stock_reduced','yes'), + (2085,103,'_order_key','wc_order_5c8fd65a748ab'), + (2086,103,'_customer_user','0'), + (2087,103,'_payment_method','stripe'), + (2088,103,'_payment_method_title','Credit Card (Stripe)'), + (2089,103,'_transaction_id','ch_1EFPKpDZAIhobIOuirl1HHDP'), + (2090,103,'_customer_ip_address','127.0.0.1'), + (2091,103,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2092,103,'_created_via','checkout'), + (2093,103,'_date_completed',''), + (2094,103,'_completed_date',''), + (2095,103,'_date_paid',''), + (2096,103,'_paid_date',''), + (2097,103,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (2098,103,'_billing_first_name','testing'), + (2099,103,'_billing_last_name','person'), + (2100,103,'_billing_company',''), + (2101,103,'_billing_address_1','123'), + (2102,103,'_billing_address_2',''), + (2103,103,'_billing_city','asdf'), + (2104,103,'_billing_state','CA'), + (2105,103,'_billing_postcode','88888'), + (2106,103,'_billing_country','US'), + (2107,103,'_billing_email','testeryperson12@asdf.com'), + (2108,103,'_billing_phone','8884449999'), + (2109,103,'_shipping_first_name',''), + (2110,103,'_shipping_last_name',''), + (2111,103,'_shipping_company',''), + (2112,103,'_shipping_address_1',''), + (2113,103,'_shipping_address_2',''), + (2114,103,'_shipping_city',''), + (2115,103,'_shipping_state',''), + (2116,103,'_shipping_postcode',''), + (2117,103,'_shipping_country',''), + (2118,103,'_order_currency','USD'), + (2119,103,'_cart_discount','0'), + (2120,103,'_cart_discount_tax','0'), + (2121,103,'_order_shipping','0.00'), + (2122,103,'_order_shipping_tax','0'), + (2123,103,'_order_tax','0'), + (2124,103,'_order_total','40.00'), + (2125,103,'_order_version','3.6.0'), + (2126,103,'_prices_include_tax','no'), + (2127,103,'_billing_address_index','testing person 123 asdf CA 88888 US testeryperson12@asdf.com 8884449999'), + (2128,103,'_shipping_address_index',' '), + (2129,103,'ckwc_opt_in','yes'), + (2130,103,'_stripe_source_id','src_1EFPKmDZAIhobIOuq9M0dZI8'), + (2131,103,'_stripe_charge_captured','no'), + (2132,103,'_recorded_sales','yes'), + (2133,103,'_recorded_coupon_usage_counts','yes'), + (2134,103,'_order_stock_reduced','yes'), + (2135,104,'_order_key','wc_order_5c8fd79d39a30'), + (2136,104,'_customer_user','0'), + (2137,104,'_payment_method','stripe'), + (2138,104,'_payment_method_title','Credit Card (Stripe)'), + (2139,104,'_transaction_id','ch_1EFPQ2DZAIhobIOuxVUrTCKO'), + (2140,104,'_customer_ip_address','127.0.0.1'), + (2141,104,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2142,104,'_created_via','checkout'), + (2143,104,'_date_completed',''), + (2144,104,'_completed_date',''), + (2145,104,'_date_paid','1552930719'), + (2146,104,'_paid_date','2019-03-18 17:38:39'), + (2147,104,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (2148,104,'_billing_first_name','testing'), + (2149,104,'_billing_last_name','person'), + (2150,104,'_billing_company',''), + (2151,104,'_billing_address_1','123'), + (2152,104,'_billing_address_2',''), + (2153,104,'_billing_city','asdf'), + (2154,104,'_billing_state','CA'), + (2155,104,'_billing_postcode','88888'), + (2156,104,'_billing_country','US'), + (2157,104,'_billing_email','testeryperson123123@asdf.com'), + (2158,104,'_billing_phone','8884449999'), + (2159,104,'_shipping_first_name',''), + (2160,104,'_shipping_last_name',''), + (2161,104,'_shipping_company',''), + (2162,104,'_shipping_address_1',''), + (2163,104,'_shipping_address_2',''), + (2164,104,'_shipping_city',''), + (2165,104,'_shipping_state',''), + (2166,104,'_shipping_postcode',''), + (2167,104,'_shipping_country',''), + (2168,104,'_order_currency','USD'), + (2169,104,'_cart_discount','0'), + (2170,104,'_cart_discount_tax','0'), + (2171,104,'_order_shipping','0.00'), + (2172,104,'_order_shipping_tax','0'), + (2173,104,'_order_tax','0'), + (2174,104,'_order_total','40.00'), + (2175,104,'_order_version','3.6.0'), + (2176,104,'_prices_include_tax','no'), + (2177,104,'_billing_address_index','testing person 123 asdf CA 88888 US testeryperson123123@asdf.com 8884449999'), + (2178,104,'_shipping_address_index',' '), + (2179,104,'ckwc_opt_in','yes'), + (2180,104,'_stripe_source_id','src_1EFPPzDZAIhobIOu2i8pgimF'), + (2181,104,'_stripe_charge_captured','yes'), + (2182,104,'_stripe_fee','1.46'), + (2183,104,'_stripe_net','38.54'), + (2184,104,'_stripe_currency','USD'), + (2185,104,'_download_permissions_granted','yes'), + (2186,104,'_recorded_sales','yes'), + (2187,104,'_recorded_coupon_usage_counts','yes'), + (2188,104,'_order_stock_reduced','yes'), + (2189,105,'_order_key','wc_order_5c8fd80d9882e'), + (2190,105,'_customer_user','0'), + (2191,105,'_payment_method','stripe'), + (2192,105,'_payment_method_title','Credit Card (Stripe)'), + (2193,105,'_transaction_id','ch_1EFPRqDZAIhobIOul1LP10dn'), + (2194,105,'_customer_ip_address','127.0.0.1'), + (2195,105,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2196,105,'_created_via','checkout'), + (2197,105,'_date_completed',''), + (2198,105,'_completed_date',''), + (2199,105,'_date_paid','1552930831'), + (2200,105,'_paid_date','2019-03-18 17:40:31'), + (2201,105,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (2202,105,'_billing_first_name','testing'), + (2203,105,'_billing_last_name','person'), + (2204,105,'_billing_company',''), + (2205,105,'_billing_address_1','123'), + (2206,105,'_billing_address_2',''), + (2207,105,'_billing_city','asdf'), + (2208,105,'_billing_state','CA'), + (2209,105,'_billing_postcode','88888'), + (2210,105,'_billing_country','US'), + (2211,105,'_billing_email','testeryperson15346823@asdf.com'), + (2212,105,'_billing_phone','8884449999'), + (2213,105,'_shipping_first_name',''), + (2214,105,'_shipping_last_name',''), + (2215,105,'_shipping_company',''), + (2216,105,'_shipping_address_1',''), + (2217,105,'_shipping_address_2',''), + (2218,105,'_shipping_city',''), + (2219,105,'_shipping_state',''), + (2220,105,'_shipping_postcode',''), + (2221,105,'_shipping_country',''), + (2222,105,'_order_currency','USD'), + (2223,105,'_cart_discount','0'), + (2224,105,'_cart_discount_tax','0'), + (2225,105,'_order_shipping','0.00'), + (2226,105,'_order_shipping_tax','0'), + (2227,105,'_order_tax','0'), + (2228,105,'_order_total','40.00'), + (2229,105,'_order_version','3.6.0'), + (2230,105,'_prices_include_tax','no'), + (2231,105,'_billing_address_index','testing person 123 asdf CA 88888 US testeryperson15346823@asdf.com 8884449999'), + (2232,105,'_shipping_address_index',' '), + (2233,105,'ckwc_opt_in','yes'), + (2234,105,'_stripe_source_id','src_1EFPRpDZAIhobIOun41zgqZ9'), + (2235,105,'_stripe_charge_captured','yes'), + (2236,105,'_stripe_fee','1.46'), + (2237,105,'_stripe_net','38.54'), + (2238,105,'_stripe_currency','USD'), + (2239,105,'_download_permissions_granted','yes'), + (2240,105,'_recorded_sales','yes'), + (2241,105,'_recorded_coupon_usage_counts','yes'), + (2242,105,'_order_stock_reduced','yes'), + (2243,106,'_order_key','wc_order_5c8fd83175bf2'), + (2244,106,'_customer_user','0'), + (2245,106,'_payment_method','stripe'), + (2246,106,'_payment_method_title','Credit Card (Stripe)'), + (2247,106,'_transaction_id','ch_1EFPSQDZAIhobIOucFOd4tYx'), + (2248,106,'_customer_ip_address','127.0.0.1'), + (2249,106,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2250,106,'_created_via','checkout'), + (2251,106,'_date_completed',''), + (2252,106,'_completed_date',''), + (2253,106,'_date_paid','1552930867'), + (2254,106,'_paid_date','2019-03-18 17:41:07'), + (2255,106,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (2256,106,'_billing_first_name','testing'), + (2257,106,'_billing_last_name','person'), + (2258,106,'_billing_company',''), + (2259,106,'_billing_address_1','123'), + (2260,106,'_billing_address_2',''), + (2261,106,'_billing_city','asdf'), + (2262,106,'_billing_state','CA'), + (2263,106,'_billing_postcode','88888'), + (2264,106,'_billing_country','US'), + (2265,106,'_billing_email','testeryperson159345sdfg23@asdf.com'), + (2266,106,'_billing_phone','8884449999'), + (2267,106,'_shipping_first_name',''), + (2268,106,'_shipping_last_name',''), + (2269,106,'_shipping_company',''), + (2270,106,'_shipping_address_1',''), + (2271,106,'_shipping_address_2',''), + (2272,106,'_shipping_city',''), + (2273,106,'_shipping_state',''), + (2274,106,'_shipping_postcode',''), + (2275,106,'_shipping_country',''), + (2276,106,'_order_currency','USD'), + (2277,106,'_cart_discount','0'), + (2278,106,'_cart_discount_tax','0'), + (2279,106,'_order_shipping','0.00'), + (2280,106,'_order_shipping_tax','0'), + (2281,106,'_order_tax','0'), + (2282,106,'_order_total','40.00'), + (2283,106,'_order_version','3.6.0'), + (2284,106,'_prices_include_tax','no'), + (2285,106,'_billing_address_index','testing person 123 asdf CA 88888 US testeryperson159345sdfg23@asdf.com 8884449999'), + (2286,106,'_shipping_address_index',' '), + (2287,106,'ckwc_opt_in','yes'), + (2288,106,'_stripe_source_id','src_1EFPSODZAIhobIOuk58CzvHQ'), + (2289,106,'_stripe_charge_captured','yes'), + (2290,106,'_stripe_fee','1.46'), + (2291,106,'_stripe_net','38.54'), + (2292,106,'_stripe_currency','USD'), + (2293,106,'_download_permissions_granted','yes'), + (2294,106,'_recorded_sales','yes'), + (2295,106,'_recorded_coupon_usage_counts','yes'), + (2296,106,'_order_stock_reduced','yes'), + (2297,107,'_order_key','wc_order_5c8fd86a8c6f0'), + (2298,107,'_customer_user','0'), + (2299,107,'_payment_method','stripe'), + (2300,107,'_payment_method_title','Credit Card (Stripe)'), + (2301,107,'_transaction_id','ch_1EFPTbDZAIhobIOuW1nSj8RW'), + (2302,107,'_customer_ip_address','127.0.0.1'), + (2303,107,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2304,107,'_created_via','checkout'), + (2305,107,'_date_completed',''), + (2306,107,'_completed_date',''), + (2307,107,'_date_paid','1552930939'), + (2308,107,'_paid_date','2019-03-18 17:42:19'), + (2309,107,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (2310,107,'_billing_first_name','testing'), + (2311,107,'_billing_last_name','person'), + (2312,107,'_billing_company',''), + (2313,107,'_billing_address_1','123'), + (2314,107,'_billing_address_2',''), + (2315,107,'_billing_city','asdf'), + (2316,107,'_billing_state','CA'), + (2317,107,'_billing_postcode','88888'), + (2318,107,'_billing_country','US'), + (2319,107,'_billing_email','teasdf59345sdfg23@asdf.com'), + (2320,107,'_billing_phone','8884449999'), + (2321,107,'_shipping_first_name',''), + (2322,107,'_shipping_last_name',''), + (2323,107,'_shipping_company',''), + (2324,107,'_shipping_address_1',''), + (2325,107,'_shipping_address_2',''), + (2326,107,'_shipping_city',''), + (2327,107,'_shipping_state',''), + (2328,107,'_shipping_postcode',''), + (2329,107,'_shipping_country',''), + (2330,107,'_order_currency','USD'), + (2331,107,'_cart_discount','0'), + (2332,107,'_cart_discount_tax','0'), + (2333,107,'_order_shipping','0.00'), + (2334,107,'_order_shipping_tax','0'), + (2335,107,'_order_tax','0'), + (2336,107,'_order_total','40.00'), + (2337,107,'_order_version','3.6.0'), + (2338,107,'_prices_include_tax','no'), + (2339,107,'_billing_address_index','testing person 123 asdf CA 88888 US teasdf59345sdfg23@asdf.com 8884449999'), + (2340,107,'_shipping_address_index',' '), + (2341,107,'ckwc_opt_in','yes'), + (2342,107,'_stripe_source_id','src_1EFPTJDZAIhobIOuIDNZGcpT'), + (2343,107,'_stripe_charge_captured','yes'), + (2344,107,'_stripe_fee','1.46'), + (2345,107,'_stripe_net','38.54'), + (2346,107,'_stripe_currency','USD'), + (2347,107,'_download_permissions_granted','yes'), + (2348,107,'_recorded_sales','yes'), + (2349,107,'_recorded_coupon_usage_counts','yes'), + (2350,107,'_order_stock_reduced','yes'), + (2351,108,'_order_key','wc_order_5c8fd8bc5090d'), + (2352,108,'_customer_user','0'), + (2353,108,'_payment_method','stripe'), + (2354,108,'_payment_method_title','Credit Card (Stripe)'), + (2355,108,'_transaction_id','ch_1EFPUmDZAIhobIOuskVApqdt'), + (2356,108,'_customer_ip_address','127.0.0.1'), + (2357,108,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2358,108,'_created_via','checkout'), + (2359,108,'_date_completed',''), + (2360,108,'_completed_date',''), + (2361,108,'_date_paid','1552931013'), + (2362,108,'_paid_date','2019-03-18 17:43:33'), + (2363,108,'_cart_hash','d7dce62511e68c4311dec9f8ec2ea7da'), + (2364,108,'_billing_first_name','testing'), + (2365,108,'_billing_last_name','person'), + (2366,108,'_billing_company',''), + (2367,108,'_billing_address_1','123'), + (2368,108,'_billing_address_2',''), + (2369,108,'_billing_city','asdf'), + (2370,108,'_billing_state','CA'), + (2371,108,'_billing_postcode','88888'), + (2372,108,'_billing_country','US'), + (2373,108,'_billing_email','teasdgsdfg23@asdf.com'), + (2374,108,'_billing_phone','8884449999'), + (2375,108,'_shipping_first_name',''), + (2376,108,'_shipping_last_name',''), + (2377,108,'_shipping_company',''), + (2378,108,'_shipping_address_1',''), + (2379,108,'_shipping_address_2',''), + (2380,108,'_shipping_city',''), + (2381,108,'_shipping_state',''), + (2382,108,'_shipping_postcode',''), + (2383,108,'_shipping_country',''), + (2384,108,'_order_currency','USD'), + (2385,108,'_cart_discount','0'), + (2386,108,'_cart_discount_tax','0'), + (2387,108,'_order_shipping','0.00'), + (2388,108,'_order_shipping_tax','0'), + (2389,108,'_order_tax','0'), + (2390,108,'_order_total','40.00'), + (2391,108,'_order_version','3.6.0'), + (2392,108,'_prices_include_tax','no'), + (2393,108,'_billing_address_index','testing person 123 asdf CA 88888 US teasdgsdfg23@asdf.com 8884449999'), + (2394,108,'_shipping_address_index',' '), + (2395,108,'ckwc_opt_in','yes'), + (2396,108,'_stripe_source_id','src_1EFPUdDZAIhobIOuj0oiVzCw'), + (2397,108,'_stripe_charge_captured','yes'), + (2398,108,'_stripe_fee','1.46'), + (2399,108,'_stripe_net','38.54'), + (2400,108,'_stripe_currency','USD'), + (2401,108,'_download_permissions_granted','yes'), + (2402,108,'_recorded_sales','yes'), + (2403,108,'_recorded_coupon_usage_counts','yes'), + (2404,108,'_order_stock_reduced','yes'), + (2405,108,'_edit_lock','1552939155:1'), + (2406,109,'_order_key','wc_order_5c8fe3d5616fa'), + (2407,109,'_customer_user','0'), + (2408,109,'_payment_method','stripe'), + (2409,109,'_payment_method_title','Credit Card (Stripe)'), + (2410,109,'_transaction_id','ch_1EFQEXDZAIhobIOu52dxPwXf'), + (2411,109,'_customer_ip_address','127.0.0.1'), + (2412,109,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2413,109,'_created_via','checkout'), + (2414,109,'_date_completed',''), + (2415,109,'_completed_date',''), + (2416,109,'_date_paid','1552933851'), + (2417,109,'_paid_date','2019-03-18 18:30:51'), + (2418,109,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (2419,109,'_billing_first_name','testing'), + (2420,109,'_billing_last_name','person'), + (2421,109,'_billing_company',''), + (2422,109,'_billing_address_1','123'), + (2423,109,'_billing_address_2',''), + (2424,109,'_billing_city','asdf'), + (2425,109,'_billing_state','CA'), + (2426,109,'_billing_postcode','88888'), + (2427,109,'_billing_country','US'), + (2428,109,'_billing_email','logging@asdf.com'), + (2429,109,'_billing_phone','8884449999'), + (2430,109,'_shipping_first_name',''), + (2431,109,'_shipping_last_name',''), + (2432,109,'_shipping_company',''), + (2433,109,'_shipping_address_1',''), + (2434,109,'_shipping_address_2',''), + (2435,109,'_shipping_city',''), + (2436,109,'_shipping_state',''), + (2437,109,'_shipping_postcode',''), + (2438,109,'_shipping_country',''), + (2439,109,'_order_currency','USD'), + (2440,109,'_cart_discount','0'), + (2441,109,'_cart_discount_tax','0'), + (2442,109,'_order_shipping','0.00'), + (2443,109,'_order_shipping_tax','0'), + (2444,109,'_order_tax','0'), + (2445,109,'_order_total','30.00'), + (2446,109,'_order_version','3.6.0'), + (2447,109,'_prices_include_tax','no'), + (2448,109,'_billing_address_index','testing person 123 asdf CA 88888 US logging@asdf.com 8884449999'), + (2449,109,'_shipping_address_index',' '), + (2450,109,'ckwc_opt_in','yes'), + (2451,109,'_stripe_source_id','src_1EFQESDZAIhobIOuA9UTkOmS'), + (2452,109,'_stripe_charge_captured','yes'), + (2453,109,'_stripe_fee','1.17'), + (2454,109,'_stripe_net','28.83'), + (2455,109,'_stripe_currency','USD'), + (2456,109,'_download_permissions_granted','yes'), + (2457,109,'_recorded_sales','yes'), + (2458,109,'_recorded_coupon_usage_counts','yes'), + (2459,109,'_order_stock_reduced','yes'), + (2460,110,'_order_key','wc_order_5c8fe4cdda3bd'), + (2461,110,'_customer_user','0'), + (2462,110,'_payment_method','stripe'), + (2463,110,'_payment_method_title','Credit Card (Stripe)'), + (2464,110,'_transaction_id','ch_1EFQIUDZAIhobIOujC5lMNuH'), + (2465,110,'_customer_ip_address','127.0.0.1'), + (2466,110,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2467,110,'_created_via','checkout'), + (2468,110,'_date_completed',''), + (2469,110,'_completed_date',''), + (2470,110,'_date_paid',''), + (2471,110,'_paid_date',''), + (2472,110,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (2473,110,'_billing_first_name','testing'), + (2474,110,'_billing_last_name','person'), + (2475,110,'_billing_company',''), + (2476,110,'_billing_address_1','123'), + (2477,110,'_billing_address_2',''), + (2478,110,'_billing_city','asdf'), + (2479,110,'_billing_state','CA'), + (2480,110,'_billing_postcode','88888'), + (2481,110,'_billing_country','US'), + (2482,110,'_billing_email','newemail@asdf.com'), + (2483,110,'_billing_phone','8884449999'), + (2484,110,'_shipping_first_name',''), + (2485,110,'_shipping_last_name',''), + (2486,110,'_shipping_company',''), + (2487,110,'_shipping_address_1',''), + (2488,110,'_shipping_address_2',''), + (2489,110,'_shipping_city',''), + (2490,110,'_shipping_state',''), + (2491,110,'_shipping_postcode',''), + (2492,110,'_shipping_country',''), + (2493,110,'_order_currency','USD'), + (2494,110,'_cart_discount','0'), + (2495,110,'_cart_discount_tax','0'), + (2496,110,'_order_shipping','0.00'), + (2497,110,'_order_shipping_tax','0'), + (2498,110,'_order_tax','0'), + (2499,110,'_order_total','30.00'), + (2500,110,'_order_version','3.6.0'), + (2501,110,'_prices_include_tax','no'), + (2502,110,'_billing_address_index','testing person 123 asdf CA 88888 US newemail@asdf.com 8884449999'), + (2503,110,'_shipping_address_index',' '), + (2504,110,'ckwc_opt_in','yes'), + (2505,110,'_stripe_source_id','src_1EFQITDZAIhobIOu9LHxEaP6'), + (2506,110,'_stripe_charge_captured','no'), + (2507,110,'_recorded_sales','yes'), + (2508,110,'_recorded_coupon_usage_counts','yes'), + (2509,110,'_order_stock_reduced','yes'), + (2510,111,'_order_key','wc_order_5c8fe526c1e63'), + (2511,111,'_customer_user','0'), + (2512,111,'_payment_method','stripe'), + (2513,111,'_payment_method_title','Credit Card (Stripe)'), + (2514,111,'_transaction_id','ch_1EFQJvDZAIhobIOugcpAjjT5'), + (2515,111,'_customer_ip_address','127.0.0.1'), + (2516,111,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2517,111,'_created_via','checkout'), + (2518,111,'_date_completed',''), + (2519,111,'_completed_date',''), + (2520,111,'_date_paid',''), + (2521,111,'_paid_date',''), + (2522,111,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (2523,111,'_billing_first_name','testing'), + (2524,111,'_billing_last_name','person'), + (2525,111,'_billing_company',''), + (2526,111,'_billing_address_1','123'), + (2527,111,'_billing_address_2',''), + (2528,111,'_billing_city','asdf'), + (2529,111,'_billing_state','CA'), + (2530,111,'_billing_postcode','88888'), + (2531,111,'_billing_country','US'), + (2532,111,'_billing_email','09813745981374@asdf.com'), + (2533,111,'_billing_phone','8884449999'), + (2534,111,'_shipping_first_name',''), + (2535,111,'_shipping_last_name',''), + (2536,111,'_shipping_company',''), + (2537,111,'_shipping_address_1',''), + (2538,111,'_shipping_address_2',''), + (2539,111,'_shipping_city',''), + (2540,111,'_shipping_state',''), + (2541,111,'_shipping_postcode',''), + (2542,111,'_shipping_country',''), + (2543,111,'_order_currency','USD'), + (2544,111,'_cart_discount','0'), + (2545,111,'_cart_discount_tax','0'), + (2546,111,'_order_shipping','0.00'), + (2547,111,'_order_shipping_tax','0'), + (2548,111,'_order_tax','0'), + (2549,111,'_order_total','30.00'), + (2550,111,'_order_version','3.6.0'), + (2551,111,'_prices_include_tax','no'), + (2552,111,'_billing_address_index','testing person 123 asdf CA 88888 US 09813745981374@asdf.com 8884449999'), + (2553,111,'_shipping_address_index',' '), + (2554,111,'ckwc_opt_in','yes'), + (2555,111,'_stripe_source_id','src_1EFQJuDZAIhobIOu9n43gdif'), + (2556,111,'_stripe_charge_captured','no'), + (2557,111,'_recorded_sales','yes'), + (2558,111,'_recorded_coupon_usage_counts','yes'), + (2559,111,'_order_stock_reduced','yes'), + (2560,112,'_order_key','wc_order_5c8fe55d1da1c'), + (2561,112,'_customer_user','0'), + (2562,112,'_payment_method','stripe'), + (2563,112,'_payment_method_title','Credit Card (Stripe)'), + (2564,112,'_transaction_id','ch_1EFQKoDZAIhobIOuj97M5OYE'), + (2565,112,'_customer_ip_address','127.0.0.1'), + (2566,112,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2567,112,'_created_via','checkout'), + (2568,112,'_date_completed',''), + (2569,112,'_completed_date',''), + (2570,112,'_date_paid','1552934239'), + (2571,112,'_paid_date','2019-03-18 18:37:19'), + (2572,112,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (2573,112,'_billing_first_name','testing'), + (2574,112,'_billing_last_name','person'), + (2575,112,'_billing_company',''), + (2576,112,'_billing_address_1','123'), + (2577,112,'_billing_address_2',''), + (2578,112,'_billing_city','asdf'), + (2579,112,'_billing_state','CA'), + (2580,112,'_billing_postcode','88888'), + (2581,112,'_billing_country','US'), + (2582,112,'_billing_email','0564823445981374@asdf.com'), + (2583,112,'_billing_phone','8884449999'), + (2584,112,'_shipping_first_name',''), + (2585,112,'_shipping_last_name',''), + (2586,112,'_shipping_company',''), + (2587,112,'_shipping_address_1',''), + (2588,112,'_shipping_address_2',''), + (2589,112,'_shipping_city',''), + (2590,112,'_shipping_state',''), + (2591,112,'_shipping_postcode',''), + (2592,112,'_shipping_country',''), + (2593,112,'_order_currency','USD'), + (2594,112,'_cart_discount','0'), + (2595,112,'_cart_discount_tax','0'), + (2596,112,'_order_shipping','0.00'), + (2597,112,'_order_shipping_tax','0'), + (2598,112,'_order_tax','0'), + (2599,112,'_order_total','30.00'), + (2600,112,'_order_version','3.6.0'), + (2601,112,'_prices_include_tax','no'), + (2602,112,'_billing_address_index','testing person 123 asdf CA 88888 US 0564823445981374@asdf.com 8884449999'), + (2603,112,'_shipping_address_index',' '), + (2604,112,'ckwc_opt_in','yes'), + (2605,112,'_stripe_source_id','src_1EFQKmDZAIhobIOuSW1rYKTe'), + (2606,112,'_stripe_charge_captured','yes'), + (2607,112,'_stripe_fee','1.17'), + (2608,112,'_stripe_net','28.83'), + (2609,112,'_stripe_currency','USD'), + (2610,112,'_download_permissions_granted','yes'), + (2611,112,'_recorded_sales','yes'), + (2612,112,'_recorded_coupon_usage_counts','yes'), + (2613,112,'_order_stock_reduced','yes'), + (2614,113,'_order_key','wc_order_5c8fe5e503698'), + (2615,113,'_customer_user','0'), + (2616,113,'_payment_method','stripe'), + (2617,113,'_payment_method_title','Credit Card (Stripe)'), + (2618,113,'_transaction_id','ch_1EFQN0DZAIhobIOuYow6QrCR'), + (2619,113,'_customer_ip_address','127.0.0.1'), + (2620,113,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2621,113,'_created_via','checkout'), + (2622,113,'_date_completed',''), + (2623,113,'_completed_date',''), + (2624,113,'_date_paid','1552934374'), + (2625,113,'_paid_date','2019-03-18 18:39:34'), + (2626,113,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (2627,113,'_billing_first_name','testing'), + (2628,113,'_billing_last_name','person'), + (2629,113,'_billing_company',''), + (2630,113,'_billing_address_1','123'), + (2631,113,'_billing_address_2',''), + (2632,113,'_billing_city','asdf'), + (2633,113,'_billing_state','CA'), + (2634,113,'_billing_postcode','88888'), + (2635,113,'_billing_country','US'), + (2636,113,'_billing_email','05648asdf81374@asdf.com'), + (2637,113,'_billing_phone','8884449999'), + (2638,113,'_shipping_first_name',''), + (2639,113,'_shipping_last_name',''), + (2640,113,'_shipping_company',''), + (2641,113,'_shipping_address_1',''), + (2642,113,'_shipping_address_2',''), + (2643,113,'_shipping_city',''), + (2644,113,'_shipping_state',''), + (2645,113,'_shipping_postcode',''), + (2646,113,'_shipping_country',''), + (2647,113,'_order_currency','USD'), + (2648,113,'_cart_discount','0'), + (2649,113,'_cart_discount_tax','0'), + (2650,113,'_order_shipping','0.00'), + (2651,113,'_order_shipping_tax','0'), + (2652,113,'_order_tax','0'), + (2653,113,'_order_total','30.00'), + (2654,113,'_order_version','3.6.0'), + (2655,113,'_prices_include_tax','no'), + (2656,113,'_billing_address_index','testing person 123 asdf CA 88888 US 05648asdf81374@asdf.com 8884449999'), + (2657,113,'_shipping_address_index',' '), + (2658,113,'ckwc_opt_in','yes'), + (2659,113,'_stripe_source_id','src_1EFQMyDZAIhobIOukKNv5t85'), + (2660,113,'_stripe_charge_captured','yes'), + (2661,113,'_stripe_fee','1.17'), + (2662,113,'_stripe_net','28.83'), + (2663,113,'_stripe_currency','USD'), + (2664,113,'_download_permissions_granted','yes'), + (2665,113,'_recorded_sales','yes'), + (2666,113,'_recorded_coupon_usage_counts','yes'), + (2667,113,'_order_stock_reduced','yes'), + (2668,114,'_order_key','wc_order_5c8fe60a6932b'), + (2669,114,'_customer_user','0'), + (2670,114,'_payment_method','stripe'), + (2671,114,'_payment_method_title','Credit Card (Stripe)'), + (2672,114,'_transaction_id','ch_1EFQNbDZAIhobIOu0WaB8GLf'), + (2673,114,'_customer_ip_address','127.0.0.1'), + (2674,114,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2675,114,'_created_via','checkout'), + (2676,114,'_date_completed',''), + (2677,114,'_completed_date',''), + (2678,114,'_date_paid','1552934412'), + (2679,114,'_paid_date','2019-03-18 18:40:12'), + (2680,114,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (2681,114,'_billing_first_name','testing'), + (2682,114,'_billing_last_name','person'), + (2683,114,'_billing_company',''), + (2684,114,'_billing_address_1','123'), + (2685,114,'_billing_address_2',''), + (2686,114,'_billing_city','asdf'), + (2687,114,'_billing_state','CA'), + (2688,114,'_billing_postcode','88888'), + (2689,114,'_billing_country','US'), + (2690,114,'_billing_email','0326x8asdf81374@asdf.com'), + (2691,114,'_billing_phone','8884449999'), + (2692,114,'_shipping_first_name',''), + (2693,114,'_shipping_last_name',''), + (2694,114,'_shipping_company',''), + (2695,114,'_shipping_address_1',''), + (2696,114,'_shipping_address_2',''), + (2697,114,'_shipping_city',''), + (2698,114,'_shipping_state',''), + (2699,114,'_shipping_postcode',''), + (2700,114,'_shipping_country',''), + (2701,114,'_order_currency','USD'), + (2702,114,'_cart_discount','0'), + (2703,114,'_cart_discount_tax','0'), + (2704,114,'_order_shipping','0.00'), + (2705,114,'_order_shipping_tax','0'), + (2706,114,'_order_tax','0'), + (2707,114,'_order_total','30.00'), + (2708,114,'_order_version','3.6.0'), + (2709,114,'_prices_include_tax','no'), + (2710,114,'_billing_address_index','testing person 123 asdf CA 88888 US 0326x8asdf81374@asdf.com 8884449999'), + (2711,114,'_shipping_address_index',' '), + (2712,114,'ckwc_opt_in','yes'), + (2713,114,'_stripe_source_id','src_1EFQNYDZAIhobIOuBmhAwC5i'), + (2714,114,'_stripe_charge_captured','yes'), + (2715,114,'_stripe_fee','1.17'), + (2716,114,'_stripe_net','28.83'), + (2717,114,'_stripe_currency','USD'), + (2718,114,'_download_permissions_granted','yes'), + (2719,114,'_recorded_sales','yes'), + (2720,114,'_recorded_coupon_usage_counts','yes'), + (2721,114,'_order_stock_reduced','yes'), + (2722,115,'_order_key','wc_order_5c8fe65562ab2'), + (2723,115,'_customer_user','0'), + (2724,115,'_payment_method','stripe'), + (2725,115,'_payment_method_title','Credit Card (Stripe)'), + (2726,115,'_transaction_id','ch_1EFQOoDZAIhobIOuAYXK8yy2'), + (2727,115,'_customer_ip_address','127.0.0.1'), + (2728,115,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'), + (2729,115,'_created_via','checkout'), + (2730,115,'_date_completed',''), + (2731,115,'_completed_date',''), + (2732,115,'_date_paid','1552934487'), + (2733,115,'_paid_date','2019-03-18 18:41:27'), + (2734,115,'_cart_hash','44e97fe0a3ac05a609490c43a1029e2c'), + (2735,115,'_billing_first_name','testing'), + (2736,115,'_billing_last_name','person'), + (2737,115,'_billing_company',''), + (2738,115,'_billing_address_1','123'), + (2739,115,'_billing_address_2',''), + (2740,115,'_billing_city','asdf'), + (2741,115,'_billing_state','CA'), + (2742,115,'_billing_postcode','88888'), + (2743,115,'_billing_country','US'), + (2744,115,'_billing_email','theorytest@asdf.com'), + (2745,115,'_billing_phone','8884449999'), + (2746,115,'_shipping_first_name',''), + (2747,115,'_shipping_last_name',''), + (2748,115,'_shipping_company',''), + (2749,115,'_shipping_address_1',''), + (2750,115,'_shipping_address_2',''), + (2751,115,'_shipping_city',''), + (2752,115,'_shipping_state',''), + (2753,115,'_shipping_postcode',''), + (2754,115,'_shipping_country',''), + (2755,115,'_order_currency','USD'), + (2756,115,'_cart_discount','0'), + (2757,115,'_cart_discount_tax','0'), + (2758,115,'_order_shipping','0.00'), + (2759,115,'_order_shipping_tax','0'), + (2760,115,'_order_tax','0'), + (2761,115,'_order_total','30.00'), + (2762,115,'_order_version','3.6.0'), + (2763,115,'_prices_include_tax','no'), + (2764,115,'_billing_address_index','testing person 123 asdf CA 88888 US theorytest@asdf.com 8884449999'), + (2765,115,'_shipping_address_index',' '), + (2766,115,'ckwc_opt_in','yes'), + (2767,115,'_stripe_source_id','src_1EFQOlDZAIhobIOuZaD3Hpaf'), + (2768,115,'_stripe_charge_captured','yes'), + (2769,115,'_stripe_fee','1.17'), + (2770,115,'_stripe_net','28.83'), + (2771,115,'_stripe_currency','USD'), + (2772,115,'_download_permissions_granted','yes'), + (2773,115,'_recorded_sales','yes'), + (2774,115,'_recorded_coupon_usage_counts','yes'), + (2775,115,'_order_stock_reduced','yes'), + (2776,116,'_edit_lock','1553552153:1'), + (2777,117,'_menu_item_type','post_type'), + (2778,117,'_menu_item_menu_item_parent','0'), + (2779,117,'_menu_item_object_id','116'), + (2780,117,'_menu_item_object','page'), + (2781,117,'_menu_item_target',''), + (2782,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'), + (2783,117,'_menu_item_xfn',''), + (2784,117,'_menu_item_url',''), + (2785,116,'_edit_last','1'), + (2786,116,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'), + (2787,116,'_yoast_wpseo_content_score','30'), + (2792,25,'_yoast_wpseo_primary_category','2'), + (2793,25,'_yoast_wpseo_content_score','30'), + (2812,25,'_pingme','1'), + (2813,25,'_encloseme','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; @@ -307,14 +4072,338 @@ LOCK TABLES `wp_posts` WRITE; INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES - (1,1,'2019-01-18 18:32:52','2019-01-18 18:32:52','\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n','Hello world!','','publish','open','open','','hello-world','','','2019-01-18 18:32:52','2019-01-18 18:32:52','',0,'https://testck.test/?p=1',0,'post','',1), - (2,1,'2019-01-18 18:32:52','2019-01-18 18:32:52','\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n','Sample Page','','publish','closed','open','','sample-page','','','2019-01-18 18:32:52','2019-01-18 18:32:52','',0,'https://testck.test/?page_id=2',0,'page','',0), - (3,1,'2019-01-18 18:32:52','2019-01-18 18:32:52','

Who we are

Our website address is: https://testck.test.

What personal data we collect and why we collect it

Comments

When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Contact forms

Cookies

If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Analytics

Who we share your data with

How long we retain your data

If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Visitor comments may be checked through an automated spam detection service.

Your contact information

Additional information

How we protect your data

What data breach procedures we have in place

What third parties we receive data from

What automated decision making and/or profiling we do with user data

Industry regulatory disclosure requirements

','Privacy Policy','','draft','closed','open','','privacy-policy','','','2019-01-18 18:32:52','2019-01-18 18:32:52','',0,'https://testck.test/?page_id=3',0,'page','',0); + (1,1,'2018-12-31 17:29:28','2018-12-31 17:29:28','\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n','Hello world!','','publish','open','open','','hello-world','','','2018-12-31 17:29:28','2018-12-31 17:29:28','',0,'https://ck.test/?p=1',0,'post','',1), + (2,1,'2018-12-31 17:29:28','2018-12-31 17:29:28','\n[convertkit_content tag=739710]\n\n\n\n

Special content for visitors with tag test-tag

\n\n\n\n[/convertkit_content]\n\n\n\n

Regular content for everyone

\n','Sample Page','','publish','closed','open','','sample-page','','','2019-01-21 22:13:07','2019-01-21 22:13:07','',0,'https://ck.test/?page_id=2',0,'page','',0), + (3,1,'2018-12-31 17:29:28','2018-12-31 17:29:28','

Who we are

Our website address is: https://ck.test.

What personal data we collect and why we collect it

Comments

When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Contact forms

Cookies

If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Analytics

Who we share your data with

How long we retain your data

If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Visitor comments may be checked through an automated spam detection service.

Your contact information

Additional information

How we protect your data

What data breach procedures we have in place

What third parties we receive data from

What automated decision making and/or profiling we do with user data

Industry regulatory disclosure requirements

','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-12-31 17:29:28','2018-12-31 17:29:28','',0,'https://ck.test/?page_id=3',0,'page','',0), + (5,0,'2018-12-31 17:34:13','2018-12-31 17:34:13','\n\n\n\n\n\n\n\n[submit \"Send\"]\nck \"[your-subject]\"\nck \nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on ck (https://ck.test)\ntravis@memberup.co\nReply-To: [your-email]\n\n0\n0\n\nck \"[your-subject]\"\nck \nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on ck (https://ck.test)\n[your-email]\nReply-To: travis@memberup.co\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2018-12-31 17:34:13','2018-12-31 17:34:13','',0,'https://ck.test/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0), + (7,1,'2019-01-09 16:09:52','2019-01-09 16:09:52','\n[convertkit_content tag=test-tag]\ncontent here\n[/convertkit_content]\n\n\n\n

here you go

\n','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-01-09 16:09:52','2019-01-09 16:09:52','',2,'https://ck.test/?p=7',0,'revision','',0), + (8,1,'2019-01-09 16:10:21','2019-01-09 16:10:21','\n[convertkit_content tag=test-tag]\n\n\n\n

here you go

\n\n\n\n[/convertkit_content]\n','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-01-09 16:10:21','2019-01-09 16:10:21','',2,'https://ck.test/?p=8',0,'revision','',0), + (9,1,'2019-01-09 16:11:21','2019-01-09 16:11:21','\n[convertkit_content tag=test-tag]\n\n\n\n

Special content for visitors with tag test-tag

\n\n\n\n[/convertkit_content]\n\n\n\n

\n','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-01-09 16:11:21','2019-01-09 16:11:21','',2,'https://ck.test/?p=9',0,'revision','',0), + (10,1,'2019-01-09 16:11:27','2019-01-09 16:11:27','\n[convertkit_content tag=test-tag]\n\n\n\n

Special content for visitors with tag test-tag

\n\n\n\n[/convertkit_content]\n\n\n\n

Regular content for everyone

\n','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-01-09 16:11:27','2019-01-09 16:11:27','',2,'https://ck.test/?p=10',0,'revision','',0), + (11,1,'2019-01-09 16:12:46','2019-01-09 16:12:46','\nconvertkit_content tag=test-tag\n\n\n\n

Special content for visitors with tag test-tag

\n\n\n\n[/convertkit_content]\n\n\n\n

Regular content for everyone

\n','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-01-09 16:12:46','2019-01-09 16:12:46','',2,'https://ck.test/2-revision-v1/',0,'revision','',0), + (12,1,'2019-01-09 16:12:52','2019-01-09 16:12:52','\n[convertkit_content tag=test-tag]\n\n\n\n

Special content for visitors with tag test-tag

\n\n\n\n[/convertkit_content]\n\n\n\n

Regular content for everyone

\n','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-01-09 16:12:52','2019-01-09 16:12:52','',2,'https://ck.test/2-revision-v1/',0,'revision','',0), + (13,1,'2019-01-09 16:51:50','2019-01-09 16:51:50','\n[convertkit_content tag=739710]\n\n\n\n

Special content for visitors with tag test-tag

\n\n\n\n[/convertkit_content]\n\n\n\n

Regular content for everyone

\n','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2019-01-09 16:51:50','2019-01-09 16:51:50','',2,'https://ck.test/2-revision-v1/',0,'revision','',0), + (14,1,'2019-01-10 03:10:30','2019-01-10 03:10:30','\n[convertkit_content tag=739710]\n\n\n\n

What is this content?asdfsadf

\n\n\n\n[/convertkit_content]\n\n\n\n

[convertkit_content tag=\"739710\"] Hello. Just tesasdfting plugin =) [/convertkit_content]

\n','Dynamic page','','publish','closed','closed','','dynamic-page','','','2019-01-21 22:19:48','2019-01-21 22:19:48','',0,'https://ck.test/?page_id=14',0,'page','',0), + (15,1,'2019-01-10 03:10:30','2019-01-10 03:10:30','\n[convertkit_content tag=739710]\n\n\n\n

What is this content?

\n\n\n\n[/convertkit_content]\n','Dynamic page','','inherit','closed','closed','','14-revision-v1','','','2019-01-10 03:10:30','2019-01-10 03:10:30','',14,'https://ck.test/14-revision-v1/',0,'revision','',0), + (17,1,'2019-01-10 16:06:47','2019-01-10 16:06:47','','ConvertKit landing page test','','publish','closed','closed','','convertkit-landing-page-test','','','2019-01-10 16:07:44','2019-01-10 16:07:44','',0,'https://ck.test/?page_id=17',0,'page','',0), + (18,1,'2019-01-10 16:06:47','2019-01-10 16:06:47','','ConvertKit landing page test','','inherit','closed','closed','','17-revision-v1','','','2019-01-10 16:06:47','2019-01-10 16:06:47','',17,'https://ck.test/17-revision-v1/',0,'revision','',0), + (19,1,'2019-01-14 17:09:38','2019-01-14 17:09:38','\n[convertkit_content tag=739710]\n\n\n\n

What is this content?

\n\n\n\n[/convertkit_content]\n\n\n\n

[convertkit_content tag=\"739710\"] Hello. Just testing plugin =) [/convertkit_content]

\n','Dynamic page','','inherit','closed','closed','','14-revision-v1','','','2019-01-14 17:09:38','2019-01-14 17:09:38','',14,'https://ck.test/14-revision-v1/',0,'revision','',0), + (20,1,'2019-01-16 16:40:31','2019-01-16 16:40:31','[register_form]','Register','','publish','closed','closed','','register','','','2019-01-16 16:40:31','2019-01-16 16:40:31','',0,'https://ck.test/register/',0,'page','',0), + (21,1,'2019-01-16 16:40:31','2019-01-16 16:40:31','Welcome! This is your success page where members are redirected after completing their registration.','Welcome','','publish','closed','closed','','welcome','','','2019-01-16 16:40:31','2019-01-16 16:40:31','',20,'https://ck.test/register/welcome/',0,'page','',0), + (22,1,'2019-01-16 16:40:31','2019-01-16 16:40:31','[subscription_details]','Your Membership','','publish','closed','closed','','your-membership','','','2019-01-16 16:40:31','2019-01-16 16:40:31','',20,'https://ck.test/register/your-membership/',0,'page','',0), + (23,1,'2019-01-16 16:40:31','2019-01-16 16:40:31','[rcp_profile_editor]','Edit Your Profile','','publish','closed','closed','','edit-your-profile','','','2019-01-16 16:40:31','2019-01-16 16:40:31','',20,'https://ck.test/register/edit-your-profile/',0,'page','',0), + (24,1,'2019-01-16 16:40:31','2019-01-16 16:40:31','[rcp_update_card]','Update Billing Card','','publish','closed','closed','','update-billing-card','','','2019-01-16 16:40:31','2019-01-16 16:40:31','',20,'https://ck.test/register/update-billing-card/',0,'page','',0), + (25,1,'2019-01-16 18:18:49','2019-01-16 18:18:49','','Awesome advice!','','publish','open','open','','awesome-advice','','','2019-03-29 15:27:57','2019-03-29 15:27:57','',0,'https://ck.test/?p=25',0,'post','',0), + (26,1,'2019-01-16 18:18:49','2019-01-16 18:18:49','','Awesome advice!','','inherit','closed','closed','','25-revision-v1','','','2019-01-16 18:18:49','2019-01-16 18:18:49','',25,'https://ck.test/25-revision-v1/',0,'revision','',0), + (28,1,'2019-01-16 18:43:58','2019-01-16 18:43:58','','test product','','publish','open','closed','','test-product','','','2019-01-30 16:43:15','2019-01-30 16:43:15','',0,'https://ck.test/?post_type=product&p=28',0,'product','',0), + (29,1,'2019-01-16 18:44:02','2019-01-16 18:44:02','','Order – January 16, 2019 @ 06:45 PM','','wc-completed','closed','closed','','','','','2019-01-16 18:45:46','2019-01-16 18:45:46','',0,'https://ck.test/?post_type=shop_order&p=29',0,'shop_order','',1), + (30,1,'2019-01-17 16:19:20','2019-01-17 16:19:20','\n

Here are some words.

\n','Created while ConvertKit plugin inactive','','publish','closed','closed','','created-while-convertkit-plugin-inactive','','','2019-01-17 16:19:21','2019-01-17 16:19:21','',0,'https://ck.test/?page_id=30',0,'page','',0), + (31,1,'2019-01-17 16:19:20','2019-01-17 16:19:20','\n

Here are some words.

\n','Created while ConvertKit plugin inactive','','inherit','closed','closed','','30-revision-v1','','','2019-01-17 16:19:20','2019-01-17 16:19:20','',30,'https://ck.test/30-revision-v1/',0,'revision','',0), + (34,1,'2019-01-21 22:17:11','2019-01-21 22:17:11','\n[convertkit_content tag=739710]\n\n\n\n

What is this content?

\n\n\n\n[/convertkit_content]\n\n\n\n

[convertkit_content tag=\"739710\"] Hello. Just tesasdfting plugin =) [/convertkit_content]

\n','Dynamic page','','inherit','closed','closed','','14-revision-v1','','','2019-01-21 22:17:11','2019-01-21 22:17:11','',14,'https://ck.test/14-revision-v1/',0,'revision','',0), + (35,1,'2019-01-21 22:19:35','2019-01-21 22:19:35','\n[convertkit_content tag=739710]\n\n\n\n

What is this content?asdfsadf

\n\n\n\n[/convertkit_content]\n\n\n\n

[convertkit_content tag=\"739710\"] Hello. Just tesasdfting plugin =) [/convertkit_content]

\n','Dynamic page','','inherit','closed','closed','','14-revision-v1','','','2019-01-21 22:19:35','2019-01-21 22:19:35','',14,'https://ck.test/14-revision-v1/',0,'revision','',0), + (36,1,'2019-01-22 21:30:10','2019-01-22 21:30:10','','Order – January 22, 2019 @ 09:30 PM','','wc-completed','closed','closed','','order-january-22-2019-0931-pm','','','2019-01-22 21:33:39','2019-01-22 21:33:39','',0,'https://ck.test/?post_type=shop_order&p=36',0,'shop_order','',3), + (37,1,'2019-01-22 21:31:05','2019-01-22 21:31:05','','[sequence] Test sequence','','publish','open','closed','','expensive-product','','','2019-02-20 22:48:55','2019-02-20 22:48:55','',0,'https://ck.test/?post_type=product&p=37',0,'product','',0), + (38,1,'2019-01-22 21:36:09','2019-01-22 21:36:09','','Order – January 22, 2019 @ 09:42 PM','','wc-completed','closed','closed','','','','','2019-01-22 21:42:26','2019-01-22 21:42:26','',0,'https://ck.test/?post_type=shop_order&p=38',0,'shop_order','',1), + (39,1,'2019-01-22 22:07:29','2019-01-22 22:07:29','','Shop','','publish','closed','closed','','shop','','','2019-01-22 22:07:29','2019-01-22 22:07:29','',0,'https://ck.test/shop/',0,'page','',0), + (40,1,'2019-01-22 22:07:29','2019-01-22 22:07:29','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2019-01-22 22:07:29','2019-01-22 22:07:29','',0,'https://ck.test/cart/',0,'page','',0), + (41,1,'2019-01-22 22:07:29','2019-01-22 22:07:29','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2019-01-22 22:07:29','2019-01-22 22:07:29','',0,'https://ck.test/checkout/',0,'page','',0), + (42,1,'2019-01-22 22:07:29','2019-01-22 22:07:29','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2019-01-22 22:07:29','2019-01-22 22:07:29','',0,'https://ck.test/my-account/',0,'page','',0), + (43,1,'2019-01-22 22:11:11','2019-01-22 22:11:11','','Order – January 22, 2019 @ 10:11 PM','','wc-completed','closed','closed','order_5c4794ffebb6b','order-jan-22-2019-1011-pm','','','2019-01-22 22:12:38','2019-01-22 22:12:38','',0,'https://ck.test/?post_type=shop_order&p=43',0,'shop_order','',2), + (44,1,'2019-01-30 16:44:03','2019-01-30 16:44:03','','Order – January 30, 2019 @ 04:44 PM','','wc-processing','open','closed','order_5c51d4536be44','order-jan-30-2019-0444-pm','','','2019-01-30 16:44:04','2019-01-30 16:44:04','',0,'https://ck.test/?post_type=shop_order&p=44',0,'shop_order','',2), + (46,1,'2019-02-04 16:05:15','2019-02-04 16:05:15','','Order – February 4, 2019 @ 04:05 PM','','wc-on-hold','open','closed','order_5c5862bbc8a21','order-feb-04-2019-0405-pm','','','2019-02-04 16:05:17','2019-02-04 16:05:17','',0,'https://ck.test/?post_type=shop_order&p=46',0,'shop_order','',2), + (47,1,'2019-02-04 16:06:46','2019-02-04 16:06:46','','Order – February 4, 2019 @ 04:06 PM','','wc-on-hold','open','closed','order_5c5863162d44a','order-feb-04-2019-0406-pm','','','2019-02-04 16:08:28','2019-02-04 16:08:28','',0,'https://ck.test/?post_type=shop_order&p=47',0,'shop_order','',2), + (48,1,'2019-02-04 16:40:15','0000-00-00 00:00:00','','Shortcode form','','draft','closed','closed','','','','','2019-02-04 16:40:15','2019-02-04 16:40:16','',0,'https://ck.test/?page_id=48',0,'page','',0), + (49,1,'2019-02-05 17:33:08','2019-02-05 17:33:08','','Gravity Forms ConvertKit page','','publish','closed','closed','','gravity-forms-convertkit-page','','','2019-02-05 17:33:30','2019-02-05 17:33:30','',0,'https://ck.test/?page_id=49',0,'page','',0), + (50,1,'2019-02-05 17:33:08','2019-02-05 17:33:08','','Gravity Forms ConvertKit page','','inherit','closed','closed','','49-revision-v1','','','2019-02-05 17:33:08','2019-02-05 17:33:08','',49,'https://ck.test/49-revision-v1/',0,'revision','',0), + (51,1,'2019-02-05 17:33:30','2019-02-05 17:33:30','','Gravity Forms ConvertKit page','','inherit','closed','closed','','49-revision-v1','','','2019-02-05 17:33:30','2019-02-05 17:33:30','',49,'https://ck.test/49-revision-v1/',0,'revision','',0), + (54,1,'2019-02-05 17:34:49','2019-02-05 17:34:49',' ','','','publish','closed','closed','','54','','','2019-02-19 18:59:25','2019-02-19 18:59:25','',0,'https://ck.test/54/',1,'nav_menu_item','',0), + (55,1,'2019-02-05 17:34:49','2019-02-05 17:34:49',' ','','','publish','closed','closed','','55','','','2019-02-19 18:59:25','2019-02-19 18:59:25','',0,'https://ck.test/55/',2,'nav_menu_item','',0), + (56,1,'2019-02-05 17:34:49','2019-02-05 17:34:49',' ','','','publish','closed','closed','','56','','','2019-02-19 18:59:25','2019-02-19 18:59:25','',0,'https://ck.test/56/',3,'nav_menu_item','',0), + (57,1,'2019-02-05 17:34:49','2019-02-05 17:34:49',' ','','','publish','closed','closed','','57','','','2019-02-19 18:59:25','2019-02-19 18:59:25','',0,'https://ck.test/57/',4,'nav_menu_item','',0), + (58,1,'2019-02-06 17:42:46','2019-02-06 17:42:46','','Order – February 6, 2019 @ 05:42 PM','','wc-completed','closed','closed','order_5c5b1c965a92a','order-feb-06-2019-0542-pm','','','2019-02-07 21:06:29','2019-02-07 21:06:29','',0,'https://ck.test/?post_type=shop_order&p=58',0,'shop_order','',3), + (59,1,'2019-02-07 21:00:12','2019-02-07 21:00:12','','Order – February 7, 2019 @ 09:00 PM','','wc-completed','closed','closed','order_5c5c9c5c4e83e','order-feb-07-2019-0900-pm','','','2019-02-07 21:05:41','2019-02-07 21:05:41','',0,'https://ck.test/?post_type=shop_order&p=59',0,'shop_order','',3), + (61,1,'2019-02-11 23:59:50','2019-02-11 23:59:50','','Order – February 11, 2019 @ 11:59 PM','','wc-processing','open','closed','order_5c620c766dbfd','order-feb-11-2019-1159-pm','','','2019-02-12 00:01:39','2019-02-12 00:01:39','',0,'https://ck.test/?post_type=shop_order&p=61',0,'shop_order','',4), + (62,1,'2019-02-18 16:04:40','2019-02-18 16:04:40','','Order – February 18, 2019 @ 04:04 PM','','wc-processing','open','closed','order_5c6ad798987f8','order-feb-18-2019-0404-pm','','','2019-02-18 16:17:57','2019-02-18 16:17:57','',0,'https://ck.test/?post_type=shop_order&p=62',0,'shop_order','',4), + (63,1,'2019-02-19 18:03:46','2019-02-19 18:03:46','','Order – February 19, 2019 @ 06:03 PM','','wc-processing','open','closed','order_5c6c450204016','order-feb-19-2019-0603-pm','','','2019-02-19 18:04:19','2019-02-19 18:04:19','',0,'https://ck.test/?post_type=shop_order&p=63',0,'shop_order','',4), + (64,1,'2019-02-19 18:07:57','2019-02-19 18:07:57','','Order – February 19, 2019 @ 06:07 PM','','wc-processing','open','closed','order_5c6c45fd844a0','order-feb-19-2019-0607-pm','','','2019-02-19 18:08:24','2019-02-19 18:08:24','',0,'https://ck.test/?post_type=shop_order&p=64',0,'shop_order','',1), + (65,1,'2019-02-19 18:14:21','2019-02-19 18:14:21','','Order – February 19, 2019 @ 06:14 PM','','wc-processing','open','closed','order_5c6c477d0e3f5','order-feb-19-2019-0614-pm','','','2019-02-19 18:14:24','2019-02-19 18:14:24','',0,'https://ck.test/?post_type=shop_order&p=65',0,'shop_order','',4), + (66,1,'2019-02-19 18:14:56','2019-02-19 18:14:56','','Order – February 19, 2019 @ 06:14 PM','','wc-cancelled','open','closed','order_5c6c47a05e3d5','order-feb-19-2019-0614-pm-2','','','2019-03-12 18:28:43','2019-03-12 18:28:43','',0,'https://ck.test/?post_type=shop_order&p=66',0,'shop_order','',1), + (67,1,'2019-02-19 18:15:46','2019-02-19 18:15:46','','Order – February 19, 2019 @ 06:15 PM','','wc-processing','open','closed','order_5c6c47d2f1da4','order-feb-19-2019-0615-pm','','','2019-02-19 18:16:01','2019-02-19 18:16:01','',0,'https://ck.test/?post_type=shop_order&p=67',0,'shop_order','',4), + (68,1,'2019-02-19 18:29:32','2019-02-19 18:29:32','','Order – February 19, 2019 @ 06:29 PM','','wc-cancelled','open','closed','order_5c6c4b0c370ad','order-feb-19-2019-0629-pm','','','2019-03-12 18:28:43','2019-03-12 18:28:43','',0,'https://ck.test/?post_type=shop_order&p=68',0,'shop_order','',1), + (69,1,'2019-02-19 18:58:20','2019-02-19 18:58:20','','Order – February 19, 2019 @ 06:58 PM','','wc-processing','open','closed','order_5c6c51cc51940','order-feb-19-2019-0658-pm','','','2019-02-19 18:58:23','2019-02-19 18:58:23','',0,'https://ck.test/?post_type=shop_order&p=69',0,'shop_order','',5), + (70,1,'2019-02-19 18:59:25','2019-02-19 18:59:25',' ','','','publish','closed','closed','','70','','','2019-02-19 18:59:25','2019-02-19 18:59:25','',0,'https://ck.test/?p=70',5,'nav_menu_item','',0), + (71,1,'2019-02-19 18:59:25','2019-02-19 18:59:25',' ','','','publish','closed','closed','','71','','','2019-02-19 18:59:25','2019-02-19 18:59:25','',0,'https://ck.test/?p=71',6,'nav_menu_item','',0), + (72,1,'2019-02-19 18:59:25','2019-02-19 18:59:25',' ','','','publish','closed','closed','','72','','','2019-02-19 18:59:25','2019-02-19 18:59:25','',0,'https://ck.test/?p=72',7,'nav_menu_item','',0), + (73,1,'2019-02-19 19:01:11','2019-02-19 19:01:11','','Order – February 19, 2019 @ 07:01 PM','','wc-processing','open','closed','order_5c6c5277a8b83','order-feb-19-2019-0701-pm','','','2019-02-19 19:01:46','2019-02-19 19:01:46','',0,'https://ck.test/?post_type=shop_order&p=73',0,'shop_order','',5), + (74,1,'2019-02-19 19:02:46','2019-02-19 19:02:46','','Order – February 19, 2019 @ 07:02 PM','','wc-processing','open','closed','order_5c6c52d6ba709','order-feb-19-2019-0702-pm','','','2019-02-19 19:03:16','2019-02-19 19:03:16','',0,'https://ck.test/?post_type=shop_order&p=74',0,'shop_order','',4), + (75,1,'2019-02-19 19:23:43','2019-02-19 19:23:43','','Order – February 19, 2019 @ 07:23 PM','','wc-cancelled','open','closed','order_5c6c57bf06d00','order-feb-19-2019-0723-pm','','','2019-03-12 18:28:43','2019-03-12 18:28:43','',0,'https://ck.test/?post_type=shop_order&p=75',0,'shop_order','',1), + (76,1,'2019-02-20 22:37:00','2019-02-20 22:37:00','','[tag] GDPR: Email Consent','','publish','open','closed','','another-product-with-a-price','','','2019-02-20 22:48:41','2019-02-20 22:48:41','',0,'https://ck.test/?post_type=product&p=76',0,'product','',0), + (77,1,'2019-02-20 22:38:48','2019-02-20 22:38:48','','Order – February 20, 2019 @ 10:38 PM','','wc-cancelled','open','closed','order_5c6dd6f820bad','order-feb-20-2019-1038-pm','','','2019-03-12 18:28:43','2019-03-12 18:28:43','',0,'https://ck.test/?post_type=shop_order&p=77',0,'shop_order','',1), + (78,1,'2019-02-20 22:41:36','2019-02-20 22:41:36','','Order – February 20, 2019 @ 10:41 PM','','wc-processing','open','closed','order_5c6dd7a00676b','order-feb-20-2019-1041-pm','','','2019-02-20 22:45:18','2019-02-20 22:45:18','',0,'https://ck.test/?post_type=shop_order&p=78',0,'shop_order','',4), + (79,1,'2019-02-20 22:46:20','2019-02-20 22:46:20','','Order – February 20, 2019 @ 10:46 PM','','wc-processing','open','closed','order_5c6dd8bcc3c9f','order-feb-20-2019-1046-pm','','','2019-02-20 22:47:12','2019-02-20 22:47:12','',0,'https://ck.test/?post_type=shop_order&p=79',0,'shop_order','',4), + (80,1,'2019-02-20 22:48:15','2019-02-20 22:48:15','','expensive product','','inherit','closed','closed','','37-autosave-v1','','','2019-02-20 22:48:15','2019-02-20 22:48:15','',37,'https://ck.test/37-autosave-v1/',0,'revision','',0), + (81,1,'2019-02-20 22:50:14','2019-02-20 22:50:14','','Order – February 20, 2019 @ 10:50 PM','','wc-processing','open','closed','order_5c6dd9a6c7675','order-feb-20-2019-1050-pm','','','2019-02-20 22:50:18','2019-02-20 22:50:18','',0,'https://ck.test/?post_type=shop_order&p=81',0,'shop_order','',6), + (82,1,'2019-02-25 21:46:14','2019-02-25 21:46:14','','Order – February 25, 2019 @ 09:46 PM','','wc-processing','open','closed','order_5c7462260a80e','order-feb-25-2019-0946-pm','','','2019-02-25 21:46:43','2019-02-25 21:46:43','',0,'https://ck.test/?post_type=shop_order&p=82',0,'shop_order','',5), + (83,1,'2019-02-26 21:22:38','2019-02-26 21:22:38','','Order – February 26, 2019 @ 09:22 PM','','wc-processing','open','closed','order_5c75ae1e7ede2','order-feb-26-2019-0922-pm','','','2019-02-26 21:22:42','2019-02-26 21:22:42','',0,'https://ck.test/?post_type=shop_order&p=83',0,'shop_order','',5), + (84,1,'2019-02-26 21:34:54','2019-02-26 21:34:54','','Order – February 26, 2019 @ 09:34 PM','','wc-processing','open','closed','order_5c75b0fe26b88','order-feb-26-2019-0934-pm','','','2019-02-26 21:34:58','2019-02-26 21:34:58','',0,'https://ck.test/?post_type=shop_order&p=84',0,'shop_order','',5), + (85,1,'2019-02-26 21:35:56','2019-02-26 21:35:56','','Order – February 26, 2019 @ 09:35 PM','','wc-on-hold','closed','closed','order_5c75b13c834b2','order-feb-26-2019-0935-pm','','','2019-03-15 15:41:23','2019-03-15 15:41:23','',0,'https://ck.test/?post_type=shop_order&p=85',0,'shop_order','',7), + (86,1,'2019-03-01 16:37:11','2019-03-01 16:37:11','','Landing page test','','publish','closed','closed','','landing-page-test','','','2019-03-01 16:46:30','2019-03-01 16:46:30','',0,'https://ck.test/?page_id=86',0,'page','',0), + (87,1,'2019-03-01 16:37:11','2019-03-01 16:37:11',' ','','','publish','closed','closed','','87','','','2019-03-01 16:37:11','2019-03-01 16:37:11','',0,'https://ck.test/87/',8,'nav_menu_item','',0), + (88,1,'2019-03-01 16:37:11','2019-03-01 16:37:11','','Landing page test','','inherit','closed','closed','','86-revision-v1','','','2019-03-01 16:37:11','2019-03-01 16:37:11','',86,'https://ck.test/86-revision-v1/',0,'revision','',0), + (91,1,'2019-03-06 17:50:21','2019-03-06 17:50:21','Hey, friends! I’m excited to finally announce a new challenge that I’ve been working on behind the scenes! With this FREE 10-Day Challenge, you will get your kitchen clean, organized, and restocked for a fresh start in the New Year!\n\nWe will use printable checklists and friendly support to take an overwhelming task and break it down into manageable daily assignments. You won\'t believe the final results at the end of the 10 days! Are you ready to get started?!\n\n\"A\n\n\n\nAfter we had such great success with my 5-Day Meal Planning Challenge last summer, I\'ve received a number of requests for additional Challenges in the future.\n\nI figure the start of a New Year is the perfect time to step out of our comfort zone, tackle those nagging projects that we\'ve put off during the holidays, and get organized for success in the months ahead.\n\n\"A\n\nSo here\'s how it will work:\n\nWhen you join the free Challenge, I will send you a new set of simple instructions via email each day for 10 days in a row. You will spend anywhere from 5-25 minutes per day working through the “assignment.”\n\nBy the end of the 10 days, you will have a clean, organized, and fully-stocked kitchen!\n\nYou will:\n
    \n
  • Organize your spices;
  • \n
  • Organize your pantry and stock your cabinets with staples that make last-minute meals easy;
  • \n
  • Clean, organize, and stock your refrigerator;
  • \n
  • Clean, organize, and stock your freezer; 
  • \n
  • and so much more!!!
  • \n
\nI will share all of my best tips, tools, and checklists to make the process easy, manageable, and maybe even...fun?!\n\n\"A\n\nI hope that you\'ll join me in the free 10-Day Challenge, which I will begin live on Monday, January 1.  If you\'re joining this Challenge after January 1, that\'s fine too! You can work through each day at your own pace.\n\nI have also set up a closed Facebook group to support you in this Challenge, where I can answer questions, share tips, and connect with all of you live each day. You will be able to join the Facebook group when you enter the Challenge.\n\nIf you\'re ready to join me in cleaning, organizing, and restocking your kitchen, please sign up HERE!\n\n','10-Day Challenge: Clean, Organize & Restock Your Kitchen!','','trash','open','open','','10-day-challenge-clean-organize-restock-your-kitchen__trashed','','','2019-03-11 20:54:43','2019-03-11 20:54:43','',0,'https://ck.test/?p=91',0,'post','',0), + (92,1,'2019-03-06 17:50:21','2019-03-06 17:50:21','\n

Hey, friends! I’m excited to finally announce a new challenge that I’ve been working on behind the scenes! With this FREE 10-Day Challenge, you will get your kitchen clean, organized, and restocked for a fresh start in the New Year!

\n

We will use printable checklists and friendly support to take an overwhelming task and break it down into manageable daily assignments. You won\'t believe the final results at the end of the 10 days! Are you ready to get started?!

\n

\"A

\n

\n

After we had such great success with my 5-Day Meal Planning Challenge last summer, I\'ve received a number of requests for additional Challenges in the future.

\n

I figure the start of a New Year is the perfect time to step out of our comfort zone, tackle those nagging projects that we\'ve put off during the holidays, and get organized for success in the months ahead.

\n

\"A

\n

So here\'s how it will work:

\n

When you join the free Challenge, I will send you a new set of simple instructions via email each day for 10 days in a row. You will spend anywhere from 5-25 minutes per day working through the “assignment.”

\n

By the end of the 10 days, you will have a clean, organized, and fully-stocked kitchen!

\n

You will:

\n
    \n
  • Organize your spices;
  • \n
  • Organize your pantry and stock your cabinets with staples that make last-minute meals easy;
  • \n
  • Clean, organize, and stock your refrigerator;
  • \n
  • Clean, organize, and stock your freezer; 
  • \n
  • and so much more!!!
  • \n
\n

I will share all of my best tips, tools, and checklists to make the process easy, manageable, and maybe even...fun?!

\n

\"A

\n

I hope that you\'ll join me in the free 10-Day Challenge, which I will begin live on Monday, January 1.  If you\'re joining this Challenge after January 1, that\'s fine too! You can work through each day at your own pace.

\n

I have also set up a closed Facebook group to support you in this Challenge, where I can answer questions, share tips, and connect with all of you live each day. You will be able to join the Facebook group when you enter the Challenge.

\n

If you\'re ready to join me in cleaning, organizing, and restocking your kitchen, please sign up HERE!

\n

\n','10-Day Challenge: Clean, Organize & Restock Your Kitchen!','','inherit','closed','closed','','91-revision-v1','','','2019-03-06 17:50:21','2019-03-06 17:50:21','',91,'https://ck.test/91-revision-v1/',0,'revision','',0), + (93,1,'2019-03-06 17:51:34','2019-03-06 17:51:34','Hey, friends! I’m excited to finally announce a new challenge that I’ve been working on behind the scenes! With this FREE 10-Day Challenge, you will get your kitchen clean, organized, and restocked for a fresh start in the New Year!\n\nWe will use printable checklists and friendly support to take an overwhelming task and break it down into manageable daily assignments. You won\'t believe the final results at the end of the 10 days! Are you ready to get started?!\n\n\"A\n\n\n\nAfter we had such great success with my 5-Day Meal Planning Challenge last summer, I\'ve received a number of requests for additional Challenges in the future.\n\nI figure the start of a New Year is the perfect time to step out of our comfort zone, tackle those nagging projects that we\'ve put off during the holidays, and get organized for success in the months ahead.\n\n\"A\n\nSo here\'s how it will work:\n\nWhen you join the free Challenge, I will send you a new set of simple instructions via email each day for 10 days in a row. You will spend anywhere from 5-25 minutes per day working through the “assignment.”\n\nBy the end of the 10 days, you will have a clean, organized, and fully-stocked kitchen!\n\nYou will:\n
    \n
  • Organize your spices;
  • \n
  • Organize your pantry and stock your cabinets with staples that make last-minute meals easy;
  • \n
  • Clean, organize, and stock your refrigerator;
  • \n
  • Clean, organize, and stock your freezer; 
  • \n
  • and so much more!!!
  • \n
\nI will share all of my best tips, tools, and checklists to make the process easy, manageable, and maybe even...fun?!\n\n\"A\n\nI hope that you\'ll join me in the free 10-Day Challenge, which I will begin live on Monday, January 1.  If you\'re joining this Challenge after January 1, that\'s fine too! You can work through each day at your own pace.\n\nI have also set up a closed Facebook group to support you in this Challenge, where I can answer questions, share tips, and connect with all of you live each day. You will be able to join the Facebook group when you enter the Challenge.\n\nIf you\'re ready to join me in cleaning, organizing, and restocking your kitchen, please sign up HERE!\n\n','10-Day Challenge: Clean, Organize & Restock Your Kitchen!','','inherit','closed','closed','','91-revision-v1','','','2019-03-06 17:51:34','2019-03-06 17:51:34','',91,'https://ck.test/91-revision-v1/',0,'revision','',0), + (95,1,'2019-03-15 17:09:23','2019-03-15 17:09:23','','On hold product','','publish','open','closed','','on-hold-product','','','2019-03-15 17:09:23','2019-03-15 17:09:23','',0,'https://ck.test/?post_type=product&p=95',0,'product','',0), + (97,1,'2019-03-15 17:10:42','2019-03-15 17:10:42','','Order – March 15, 2019 @ 05:10 PM','','wc-on-hold','open','closed','order_5c8bdc92d62ad','order-mar-15-2019-0510-pm','','','2019-03-15 17:10:44','2019-03-15 17:10:44','',0,'https://ck.test/?post_type=shop_order&p=97',0,'shop_order','',2), + (98,1,'2019-03-15 17:12:13','2019-03-15 17:12:13','','Order – March 15, 2019 @ 05:12 PM','','wc-on-hold','open','closed','order_5c8bdcedd1b32','order-mar-15-2019-0512-pm','','','2019-03-15 17:12:29','2019-03-15 17:12:29','',0,'https://ck.test/?post_type=shop_order&p=98',0,'shop_order','',2), + (99,1,'2019-03-15 17:17:29','2019-03-15 17:17:29','','Order – March 15, 2019 @ 05:17 PM','','wc-processing','open','closed','order_5c8bde292cd76','order-mar-15-2019-0517-pm','','','2019-03-15 17:17:43','2019-03-15 17:17:43','',0,'https://ck.test/?post_type=shop_order&p=99',0,'shop_order','',3), + (100,1,'2019-03-15 17:18:39','2019-03-15 17:18:39','','Order – March 15, 2019 @ 05:18 PM','','wc-processing','open','closed','order_5c8bde6f81e82','order-mar-15-2019-0518-pm','','','2019-03-15 17:18:52','2019-03-15 17:18:52','',0,'https://ck.test/?post_type=shop_order&p=100',0,'shop_order','',3), + (101,1,'2019-03-15 17:20:41','2019-03-15 17:20:41','','Order – March 15, 2019 @ 05:20 PM','','wc-processing','open','closed','order_5c8bdee967f96','order-mar-15-2019-0520-pm','','','2019-03-15 17:20:44','2019-03-15 17:20:44','',0,'https://ck.test/?post_type=shop_order&p=101',0,'shop_order','',4), + (102,1,'2019-03-15 17:23:04','2019-03-15 17:23:04','','Order – March 15, 2019 @ 05:23 PM','','wc-on-hold','open','closed','order_5c8bdf7897270','order-mar-15-2019-0523-pm','','','2019-03-15 17:23:05','2019-03-15 17:23:05','',0,'https://ck.test/?post_type=shop_order&p=102',0,'shop_order','',2), + (103,1,'2019-03-18 17:33:14','2019-03-18 17:33:14','','Order – March 18, 2019 @ 05:33 PM','','wc-on-hold','open','closed','order_5c8fd65a7623c','order-mar-18-2019-0533-pm','','','2019-03-18 17:33:16','2019-03-18 17:33:16','',0,'https://ck.test/?post_type=shop_order&p=103',0,'shop_order','',0), + (104,1,'2019-03-18 17:38:37','2019-03-18 17:38:37','','Order – March 18, 2019 @ 05:38 PM','','wc-processing','open','closed','order_5c8fd79d3a087','order-mar-18-2019-0538-pm','','','2019-03-18 17:38:39','2019-03-18 17:38:39','',0,'https://ck.test/?post_type=shop_order&p=104',0,'shop_order','',3), + (105,1,'2019-03-18 17:40:29','2019-03-18 17:40:29','','Order – March 18, 2019 @ 05:40 PM','','wc-processing','open','closed','order_5c8fd80d989e8','order-mar-18-2019-0540-pm','','','2019-03-18 17:40:31','2019-03-18 17:40:31','',0,'https://ck.test/?post_type=shop_order&p=105',0,'shop_order','',3), + (106,1,'2019-03-18 17:41:05','2019-03-18 17:41:05','','Order – March 18, 2019 @ 05:41 PM','','wc-processing','open','closed','order_5c8fd83176dc5','order-mar-18-2019-0541-pm','','','2019-03-18 17:41:07','2019-03-18 17:41:07','',0,'https://ck.test/?post_type=shop_order&p=106',0,'shop_order','',3), + (107,1,'2019-03-18 17:42:02','2019-03-18 17:42:02','','Order – March 18, 2019 @ 05:42 PM','','wc-processing','open','closed','order_5c8fd86a8cc9a','order-mar-18-2019-0542-pm','','','2019-03-18 17:42:19','2019-03-18 17:42:19','',0,'https://ck.test/?post_type=shop_order&p=107',0,'shop_order','',3), + (108,1,'2019-03-18 17:43:24','2019-03-18 17:43:24','','Order – March 18, 2019 @ 05:43 PM','','wc-processing','open','closed','order_5c8fd8bc50ed2','order-mar-18-2019-0543-pm','','','2019-03-18 17:43:33','2019-03-18 17:43:33','',0,'https://ck.test/?post_type=shop_order&p=108',0,'shop_order','',5), + (109,1,'2019-03-18 18:30:45','2019-03-18 18:30:45','','Order – March 18, 2019 @ 06:30 PM','','wc-processing','open','closed','order_5c8fe3d561cc1','order-mar-18-2019-0630-pm','','','2019-03-18 18:30:51','2019-03-18 18:30:51','',0,'https://ck.test/?post_type=shop_order&p=109',0,'shop_order','',4), + (110,1,'2019-03-18 18:34:53','2019-03-18 18:34:53','','Order – March 18, 2019 @ 06:34 PM','','wc-on-hold','open','closed','order_5c8fe4cdda599','order-mar-18-2019-0634-pm','','','2019-03-18 18:34:55','2019-03-18 18:34:55','',0,'https://ck.test/?post_type=shop_order&p=110',0,'shop_order','',2), + (111,1,'2019-03-18 18:36:22','2019-03-18 18:36:22','','Order – March 18, 2019 @ 06:36 PM','','wc-on-hold','open','closed','order_5c8fe526c2036','order-mar-18-2019-0636-pm','','','2019-03-18 18:36:24','2019-03-18 18:36:24','',0,'https://ck.test/?post_type=shop_order&p=111',0,'shop_order','',2), + (112,1,'2019-03-18 18:37:17','2019-03-18 18:37:17','','Order – March 18, 2019 @ 06:37 PM','','wc-processing','open','closed','order_5c8fe55d1dbb8','order-mar-18-2019-0637-pm','','','2019-03-18 18:37:19','2019-03-18 18:37:19','',0,'https://ck.test/?post_type=shop_order&p=112',0,'shop_order','',4), + (113,1,'2019-03-18 18:39:33','2019-03-18 18:39:33','','Order – March 18, 2019 @ 06:39 PM','','wc-processing','open','closed','order_5c8fe5e503866','order-mar-18-2019-0639-pm','','','2019-03-18 18:39:34','2019-03-18 18:39:34','',0,'https://ck.test/?post_type=shop_order&p=113',0,'shop_order','',4), + (114,1,'2019-03-18 18:40:10','2019-03-18 18:40:10','','Order – March 18, 2019 @ 06:40 PM','','wc-processing','open','closed','order_5c8fe60a698be','order-mar-18-2019-0640-pm','','','2019-03-18 18:40:12','2019-03-18 18:40:12','',0,'https://ck.test/?post_type=shop_order&p=114',0,'shop_order','',4), + (115,1,'2019-03-18 18:41:25','2019-03-18 18:41:25','','Order – March 18, 2019 @ 06:41 PM','','wc-processing','open','closed','order_5c8fe655634d8','order-mar-18-2019-0641-pm','','','2019-03-18 18:41:27','2019-03-18 18:41:27','',0,'https://ck.test/?post_type=shop_order&p=115',0,'shop_order','',4), + (116,1,'2019-03-20 14:57:24','2019-03-20 14:57:24','','Blog','','publish','closed','closed','','blog','','','2019-03-20 14:57:26','2019-03-20 14:57:26','',0,'https://ck.test/?page_id=116',0,'page','',0), + (117,1,'2019-03-20 14:57:24','2019-03-20 14:57:24',' ','','','publish','closed','closed','','117','','','2019-03-20 14:57:24','2019-03-20 14:57:24','',0,'https://ck.test/117/',9,'nav_menu_item','',0), + (118,1,'2019-03-20 14:57:24','2019-03-20 14:57:24','','Blog','','inherit','closed','closed','','116-revision-v1','','','2019-03-20 14:57:24','2019-03-20 14:57:24','',116,'https://ck.test/116-revision-v1/',0,'revision','',0), + (124,1,'2019-03-28 21:54:41','2019-03-28 21:54:41','\n[convertkit form=828657]\n','Awesome advice!','','inherit','closed','closed','','25-revision-v1','','','2019-03-28 21:54:41','2019-03-28 21:54:41','',25,'https://ck.test/25-revision-v1/',0,'revision','',0), + (126,1,'2019-03-29 15:27:19','2019-03-29 15:27:19','','Awesome advice!','','inherit','closed','closed','','25-revision-v1','','','2019-03-29 15:27:19','2019-03-29 15:27:19','',25,'https://ck.test/25-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; +# Dump of table wp_prli_clicks +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_prli_clicks`; + +CREATE TABLE `wp_prli_clicks` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `ip` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `browser` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `btype` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `bversion` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `os` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `referer` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `host` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `uri` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `robot` tinyint(4) DEFAULT '0', + `first_click` tinyint(4) DEFAULT '0', + `created_at` datetime NOT NULL, + `link_id` int(11) DEFAULT NULL, + `vuid` varchar(25) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `link_id` (`link_id`), + KEY `ip` (`ip`), + KEY `browser` (`browser`), + KEY `btype` (`btype`), + KEY `bversion` (`bversion`), + KEY `os` (`os`), + KEY `referer` (`referer`), + KEY `host` (`host`), + KEY `uri` (`uri`), + KEY `robot` (`robot`), + KEY `first_click` (`first_click`), + KEY `vuid` (`vuid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_prli_groups +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_prli_groups`; + +CREATE TABLE `wp_prli_groups` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `description` text COLLATE utf8mb4_unicode_520_ci, + `created_at` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_prli_link_metas +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_prli_link_metas`; + +CREATE TABLE `wp_prli_link_metas` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, + `meta_order` int(4) DEFAULT '0', + `link_id` int(11) NOT NULL, + `created_at` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `meta_key` (`meta_key`), + KEY `link_id` (`link_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_prli_links +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_prli_links`; + +CREATE TABLE `wp_prli_links` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `description` text COLLATE utf8mb4_unicode_520_ci, + `url` text COLLATE utf8mb4_unicode_520_ci, + `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `nofollow` tinyint(1) DEFAULT '0', + `track_me` tinyint(1) DEFAULT '1', + `param_forwarding` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `param_struct` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `redirect_type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '307', + `created_at` datetime NOT NULL, + `updated_at` datetime DEFAULT NULL, + `group_id` int(11) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `group_id` (`group_id`), + KEY `name` (`name`), + KEY `nofollow` (`nofollow`), + KEY `track_me` (`track_me`), + KEY `param_forwarding` (`param_forwarding`), + KEY `param_struct` (`param_struct`), + KEY `redirect_type` (`redirect_type`), + KEY `slug` (`slug`), + KEY `created_at` (`created_at`), + KEY `updated_at` (`updated_at`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_rcp_discounts +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_rcp_discounts`; + +CREATE TABLE `wp_rcp_discounts` ( + `id` bigint(9) NOT NULL AUTO_INCREMENT, + `name` tinytext NOT NULL, + `description` longtext NOT NULL, + `amount` tinytext NOT NULL, + `unit` tinytext NOT NULL, + `code` tinytext NOT NULL, + `use_count` mediumint(9) NOT NULL, + `max_uses` mediumint(9) NOT NULL, + `status` tinytext NOT NULL, + `expiration` mediumtext NOT NULL, + `subscription_id` mediumint(9) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_rcp_payment_meta +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_rcp_payment_meta`; + +CREATE TABLE `wp_rcp_payment_meta` ( + `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, + `payment_id` bigint(20) NOT NULL DEFAULT '0', + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext, + PRIMARY KEY (`meta_id`), + KEY `payment_id` (`payment_id`), + KEY `meta_key` (`meta_key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_rcp_payments +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_rcp_payments`; + +CREATE TABLE `wp_rcp_payments` ( + `id` bigint(9) NOT NULL AUTO_INCREMENT, + `subscription` varchar(200) NOT NULL, + `object_id` bigint(9) NOT NULL, + `object_type` varchar(20) NOT NULL DEFAULT 'subscription', + `date` datetime NOT NULL, + `amount` mediumtext NOT NULL, + `subtotal` mediumtext NOT NULL, + `credits` mediumtext NOT NULL, + `fees` mediumtext NOT NULL, + `discount_amount` mediumtext NOT NULL, + `discount_code` tinytext NOT NULL, + `user_id` mediumint(9) NOT NULL, + `payment_type` tinytext NOT NULL, + `subscription_key` varchar(32) NOT NULL, + `transaction_id` varchar(64) NOT NULL, + `status` varchar(12) NOT NULL, + `gateway` tinytext NOT NULL, + PRIMARY KEY (`id`), + KEY `subscription` (`subscription`), + KEY `user_id` (`user_id`), + KEY `subscription_key` (`subscription_key`), + KEY `transaction_id` (`transaction_id`), + KEY `status` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_rcp_subscription_level_meta +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_rcp_subscription_level_meta`; + +CREATE TABLE `wp_rcp_subscription_level_meta` ( + `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, + `level_id` bigint(20) NOT NULL DEFAULT '0', + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext, + PRIMARY KEY (`meta_id`), + KEY `level_id` (`level_id`), + KEY `meta_key` (`meta_key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + +# Dump of table wp_restrict_content_pro +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_restrict_content_pro`; + +CREATE TABLE `wp_restrict_content_pro` ( + `id` bigint(9) NOT NULL AUTO_INCREMENT, + `name` varchar(200) NOT NULL, + `description` longtext NOT NULL, + `duration` smallint(6) NOT NULL, + `duration_unit` tinytext NOT NULL, + `trial_duration` smallint(6) NOT NULL, + `trial_duration_unit` tinytext NOT NULL, + `price` tinytext NOT NULL, + `fee` tinytext NOT NULL, + `list_order` mediumint(9) NOT NULL, + `level` mediumint(9) NOT NULL, + `status` varchar(12) NOT NULL, + `role` tinytext NOT NULL, + PRIMARY KEY (`id`), + KEY `name` (`name`), + KEY `status` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + # Dump of table wp_term_relationships # ------------------------------------------------------------ @@ -333,7 +4422,26 @@ LOCK TABLES `wp_term_relationships` WRITE; INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES - (1,1,0); + (1,1,0), + (25,2,0), + (28,3,0), + (28,16,0), + (37,3,0), + (37,16,0), + (54,17,0), + (55,17,0), + (56,17,0), + (57,17,0), + (70,17,0), + (71,17,0), + (72,17,0), + (76,3,0), + (76,16,0), + (87,17,0), + (91,1,0), + (95,3,0), + (95,16,0), + (117,17,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; @@ -361,7 +4469,23 @@ LOCK TABLES `wp_term_taxonomy` WRITE; INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES - (1,1,'category','',0,1); + (1,1,'category','',0,1), + (2,2,'category','for testing the Advice form',0,1), + (3,3,'product_type','',0,4), + (4,4,'product_type','',0,0), + (5,5,'product_type','',0,0), + (6,6,'product_type','',0,0), + (7,7,'product_visibility','',0,0), + (8,8,'product_visibility','',0,0), + (9,9,'product_visibility','',0,0), + (10,10,'product_visibility','',0,0), + (11,11,'product_visibility','',0,0), + (12,12,'product_visibility','',0,0), + (13,13,'product_visibility','',0,0), + (14,14,'product_visibility','',0,0), + (15,15,'product_visibility','',0,0), + (16,16,'product_cat','',0,4), + (17,17,'nav_menu','',0,9); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; @@ -382,6 +4506,17 @@ CREATE TABLE `wp_termmeta` ( KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +LOCK TABLES `wp_termmeta` WRITE; +/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; + +INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) +VALUES + (1,2,'ck_default_form','829772'), + (2,16,'product_count_product_cat','4'), + (3,1,'ck_default_form','default'); + +/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; +UNLOCK TABLES; # Dump of table wp_terms @@ -404,7 +4539,23 @@ LOCK TABLES `wp_terms` WRITE; INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES - (1,'Uncategorized','uncategorized',0); + (1,'Uncategorized','uncategorized',0), + (2,'Advice','advice',0), + (3,'simple','simple',0), + (4,'grouped','grouped',0), + (5,'variable','variable',0), + (6,'external','external',0), + (7,'exclude-from-search','exclude-from-search',0), + (8,'exclude-from-catalog','exclude-from-catalog',0), + (9,'featured','featured',0), + (10,'outofstock','outofstock',0), + (11,'rated-1','rated-1',0), + (12,'rated-2','rated-2',0), + (13,'rated-3','rated-3',0), + (14,'rated-4','rated-4',0), + (15,'rated-5','rated-5',0), + (16,'Uncategorized','uncategorized',0), + (17,'Main menu','main-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; @@ -444,7 +4595,44 @@ VALUES (12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'), (13,1,'wp_user_level','10'), (14,1,'dismissed_wp_pointers','wp496_privacy'), - (15,1,'show_welcome_panel','1'); + (15,1,'show_welcome_panel','0'), + (17,1,'wp_dashboard_quick_press_last_post_id','119'), + (18,1,'community-events-location','a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}'), + (19,1,'session_tokens','a:7:{s:64:\"7e0b2833348f1888247bc80d8d7532efb2e21309387ad5b3061ba112e9b27159\";a:4:{s:10:\"expiration\";i:1554046000;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36\";s:5:\"login\";i:1553873200;}s:64:\"1159327cd1c9ea5dd510fbcafdbc163b2cac819a048ec7289df9980b657892b6\";a:4:{s:10:\"expiration\";i:1554049175;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:18:\"Symfony BrowserKit\";s:5:\"login\";i:1553876375;}s:64:\"097d480c89226e131d88bc00c54a2866c7decd3b021e8849766c96efcd54482a\";a:4:{s:10:\"expiration\";i:1554049179;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:18:\"Symfony BrowserKit\";s:5:\"login\";i:1553876379;}s:64:\"6a554c8041ae8aecf32918378b8f3c1b2e6d8a1dede0197e5f874f6f42ee4baa\";a:4:{s:10:\"expiration\";i:1554049207;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:18:\"Symfony BrowserKit\";s:5:\"login\";i:1553876407;}s:64:\"66a4eb88cb8ec246ff1db001b8076a4f2bdc066198045b79cf71efc7e05d08ab\";a:4:{s:10:\"expiration\";i:1554049222;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:18:\"Symfony BrowserKit\";s:5:\"login\";i:1553876422;}s:64:\"e1a98ce5c3cc6bfc98bfbb3aeb5559323500e07b540016602f9e1095e3095133\";a:4:{s:10:\"expiration\";i:1554050163;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:18:\"Symfony BrowserKit\";s:5:\"login\";i:1553877363;}s:64:\"88d078d7103041ff12266f236325c5fedf7504c4cfbf3eaed348380bbfd589f7\";a:4:{s:10:\"expiration\";i:1554050166;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:18:\"Symfony BrowserKit\";s:5:\"login\";i:1553877366;}}'), + (20,1,'_rcp_missing_license_dismissed','1'), + (21,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'), + (22,1,'dismissed_wootenberg_notice','1'), + (23,1,'dismissed_install_notice','1'), + (24,1,'wc_last_active','1553817600'), + (25,1,'last_update','1548193346'), + (26,1,'paying_customer','1'), + (27,1,'gform_recent_forms','a:1:{i:0;s:1:\"1\";}'), + (28,1,'closedpostboxes_page','a:1:{i:0;s:10:\"postcustom\";}'), + (29,1,'metaboxhidden_page','a:0:{}'), + (30,1,'meta-box-order_product','a:3:{s:4:\"side\";s:89:\"submitdiv,product_catdiv,tagsdiv-product_tag,ckwc,postimagediv,woocommerce-product-images\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'), + (31,1,'screen_layout_product','2'), + (32,1,'dismissed_store_notice_setting_moved_notice','1'), + (52,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'), + (53,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-product\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:15:\"add-product_cat\";i:4;s:15:\"add-product_tag\";}'), + (54,1,'nav_menu_recently_edited','17'), + (56,1,'_yoast_wpseo_profile_updated','1549929245'), + (59,1,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:1105:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could give us a 5 stars rating on WordPress.org!\n\nIf you are experiencing issues, please file a bug report and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a Premium plugin? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.\n\nPlease don\'t show me this notification anymore\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:158:\"Don\'t miss your crawl errors: connect with Google Search Console here.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:426:\"Yoast SEO and WooCommerce can work together a lot better by adding a helper plugin. Please install Yoast WooCommerce SEO to make your life better. More information.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'), + (139,7,'nickname','tnorthcutt'), + (140,7,'first_name','Travis'), + (141,7,'last_name','Northcutt'), + (142,7,'description',''), + (143,7,'rich_editing','true'), + (144,7,'syntax_highlighting','true'), + (145,7,'comment_shortcuts','false'), + (146,7,'admin_color','fresh'), + (147,7,'use_ssl','0'), + (148,7,'show_admin_bar_front','true'), + (149,7,'locale',''), + (150,7,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'), + (151,7,'wp_user_level','0'), + (152,7,'discourse_email_not_verified','1'), + (153,7,'_yoast_wpseo_profile_updated','1551987539'), + (154,7,'dismissed_wp_pointers','wp496_privacy'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; @@ -477,12 +4665,1274 @@ LOCK TABLES `wp_users` WRITE; INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES - (1,'travis','$P$B7XEzWOMjDIqB6kM6o0Jl3bBZwGKgM0','travis','travis@memberup.co','','2019-01-18 18:32:51','',0,'travis'); + (1,'travis','$P$B.dYdiBSLJa5h7FFNIbEnWO0OmfpI9.','travis','travis@memberup.co','','2018-12-31 17:29:28','',0,'travis'), + (7,'tnorthcutt','$P$B3gE8U1lBoeeUPsY6LR/2H8mKypIs30','tnorthcutt','travis@travisnorthcutt.com','','2019-03-07 19:38:59','',0,'Travis Northcutt'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; +# Dump of table wp_wc_download_log +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wc_download_log`; + +CREATE TABLE `wp_wc_download_log` ( + `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `timestamp` datetime NOT NULL, + `permission_id` bigint(20) unsigned NOT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', + PRIMARY KEY (`download_log_id`), + KEY `permission_id` (`permission_id`), + KEY `timestamp` (`timestamp`), + CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_wc_webhooks +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wc_webhooks`; + +CREATE TABLE `wp_wc_webhooks` ( + `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, + `user_id` bigint(20) unsigned NOT NULL, + `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, + `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL, + `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `api_version` smallint(4) NOT NULL, + `failure_count` smallint(10) NOT NULL DEFAULT '0', + `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`webhook_id`), + KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_wlm_api_queue +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_api_queue`; + +CREATE TABLE `wp_wlm_api_queue` ( + `ID` bigint(20) NOT NULL AUTO_INCREMENT, + `name` varchar(64) CHARACTER SET latin1 NOT NULL, + `value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + `notes` varchar(500) CHARACTER SET latin1 DEFAULT NULL, + `tries` int(11) NOT NULL, + `date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_wlm_contentlevel_options +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_contentlevel_options`; + +CREATE TABLE `wp_wlm_contentlevel_options` ( + `ID` bigint(20) NOT NULL AUTO_INCREMENT, + `contentlevel_id` bigint(20) NOT NULL, + `option_name` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', + PRIMARY KEY (`ID`), + UNIQUE KEY `contentlevel_id` (`contentlevel_id`,`option_name`), + KEY `autoload` (`autoload`), + KEY `contentlevel_id2` (`contentlevel_id`), + KEY `option_name` (`option_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_wlm_contentlevels +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_contentlevels`; + +CREATE TABLE `wp_wlm_contentlevels` ( + `ID` bigint(20) NOT NULL AUTO_INCREMENT, + `content_id` bigint(20) NOT NULL, + `level_id` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `type` varchar(21) COLLATE utf8mb4_unicode_520_ci NOT NULL, + PRIMARY KEY (`ID`), + UNIQUE KEY `content_id` (`content_id`,`level_id`,`type`), + KEY `content_id2` (`content_id`), + KEY `level_id` (`level_id`), + KEY `type` (`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_wlm_contentlevels` WRITE; +/*!40000 ALTER TABLE `wp_wlm_contentlevels` DISABLE KEYS */; + +INSERT INTO `wp_wlm_contentlevels` (`ID`, `content_id`, `level_id`, `type`) +VALUES + (2,1,'Protection','~CATEGORY'), + (1,2,'Protection','~CATEGORY'); + +/*!40000 ALTER TABLE `wp_wlm_contentlevels` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_wlm_email_queue +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_email_queue`; + +CREATE TABLE `wp_wlm_email_queue` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `broadcastid` int(9) NOT NULL, + `userid` bigint(20) NOT NULL, + `failed` int(1) NOT NULL DEFAULT '0', + `date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + UNIQUE KEY `id` (`id`), + KEY `broadcastid` (`broadcastid`), + CONSTRAINT `wp_wlm_email_queue_ibfk_1` FOREIGN KEY (`broadcastid`) REFERENCES `wp_wlm_emailbroadcast` (`id`) ON DELETE CASCADE ON UPDATE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_wlm_emailbroadcast +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_emailbroadcast`; + +CREATE TABLE `wp_wlm_emailbroadcast` ( + `id` int(9) NOT NULL AUTO_INCREMENT, + `subject` varchar(400) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `text_body` text COLLATE utf8mb4_unicode_520_ci NOT NULL, + `footer` text COLLATE utf8mb4_unicode_520_ci, + `send_to` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `mlevel` text COLLATE utf8mb4_unicode_520_ci NOT NULL, + `sent_as` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Queueing', + `otheroptions` text COLLATE utf8mb4_unicode_520_ci, + `total_queued` int(11) DEFAULT '0', + `date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + UNIQUE KEY `id` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_wlm_options +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_options`; + +CREATE TABLE `wp_wlm_options` ( + `ID` bigint(20) NOT NULL AUTO_INCREMENT, + `option_name` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', + PRIMARY KEY (`ID`), + UNIQUE KEY `option_name` (`option_name`), + KEY `autoload` (`autoload`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_wlm_options` WRITE; +/*!40000 ALTER TABLE `wp_wlm_options` DISABLE KEYS */; + +INSERT INTO `wp_wlm_options` (`ID`, `option_name`, `option_value`, `autoload`) +VALUES + (1,'FormVersion','improved','yes'), + (2,'ActiveShoppingCarts','a:0:{}','yes'), + (3,'CurrentVersion','2.93.4800','yes'), + (4,'privacy_require_tos_on_registration','0','yes'), + (5,'privacy_require_tos_checkbox_text','By checking this box you confirm that you have read and agree to the Terms of Service.','yes'), + (6,'privacy_require_tos_error_message','In order to register for this site you must agree to the Terms of Service by checking the box next to the Terms of Service agreement.','yes'), + (7,'privacy_enable_consent_to_market','0','yes'), + (8,'privacy_consent_to_market_text','By checking this box you agree to receive additional information regarding our products/services, events, news and offers.','yes'), + (9,'privacy_consent_affects_emailbroadcast','1','yes'), + (10,'privacy_consent_affects_autoresponder','1','yes'), + (11,'privacy_display_tos_on_footer','0','yes'), + (12,'privacy_display_pp_on_footer','0','yes'), + (13,'privacy_email_template_request_subject','Confirm your request to [request]','yes'), + (14,'privacy_email_template_request','Hi [firstname]\n\nA request has been made to perform the following action on your account at [sitename] ([siteurl])\n\n[request]\n\nTo confirm this, please click on the following link:\n[confirm_url]\n\nYou can safely ignore and delete this email if you do not want to\ntake this action.\n\nThis email has been sent to [email]\n\nThank you.','yes'), + (15,'privacy_email_template_download_subject','Personal Data Export','yes'), + (16,'privacy_email_template_download','Hi [firstname]\n\nYour request for an export of personal data has been completed. You may download your personal data by clicking on the link below. For privacy and security, we will automatically delete the file on [expiration], so please download it before then.\n\n[link]\n\nThis email has been sent to [email].\n\nThank you.','yes'), + (17,'privacy_email_template_delete_subject','Erasure Request Fulfilled','yes'), + (18,'privacy_email_template_delete','Hi [firstname]\n\nYour request to erase your personal data on [sitename] has been completed.\n\nIf you have any follow-up questions or concerns, please contact the site administrator at [siteurl]\n\nThank you.','yes'), + (19,'member_unsub_notification','1','yes'), + (20,'member_unsub_notification_subject','[sitename] - Unsubscribed From Email Broadcast','yes'), + (21,'member_unsub_notification_body','You have been unsubscribed from the Email Broadcasts.\n\nYou may use the link below if you would like to subscribe again.\n\n[resubscribeurl]','yes'), + (22,'rss_hide_protected','1','yes'), + (23,'wpm_levels','a:1:{i:1547757691;a:13:{s:9:\"wpm_newid\";s:10:\"1547757691\";s:4:\"name\";s:10:\"Test Level\";s:3:\"url\";s:6:\"Jmpw04\";s:13:\"loginredirect\";s:0:\"\";s:16:\"afterregredirect\";s:0:\"\";s:6:\"expire\";s:3:\"100\";s:8:\"calendar\";s:5:\"Weeks\";s:4:\"role\";s:8:\"customer\";s:10:\"levelOrder\";s:1:\"0\";s:9:\"salespage\";s:0:\"\";s:15:\"removeFromLevel\";a:0:{}s:10:\"addToLevel\";a:0:{}s:5:\"count\";s:0:\"\";}}','yes'), + (24,'pending_period','','yes'), + (25,'rss_secret_key','7bafdfccc75ab39d2897c0401c9ef73f','yes'), + (26,'disable_rss_enclosures','1','yes'), + (27,'auto_login_after_confirm','1','yes'), + (28,'reg_cookie_timeout','600','yes'), + (29,'admin_approval_shoppingcart_reg','0','yes'), + (30,'payperpost_ismember','0','yes'), + (31,'protect_after_more','1','yes'), + (32,'auto_insert_more','0','yes'), + (33,'private_tag_protect_msg','[Content protected for [level] members only]','yes'), + (34,'reverse_private_tag_protect_msg','[Content not available for [level] members ]','yes'), + (35,'notify_admin_of_newuser','1','yes'), + (36,'members_can_update_info','1','yes'), + (37,'unsub_notification','1','yes'), + (38,'html_tags_support','0','yes'), + (39,'incomplete_notification','1','yes'), + (40,'incomplete_notification_first','1','yes'), + (41,'incomplete_notification_add','3','yes'), + (42,'incomplete_notification_add_every','24','yes'), + (43,'expiring_notification','1','yes'), + (44,'expiring_notification_days','3','yes'), + (45,'show_linkback','1','yes'), + (46,'unsubscribe_expired_members','0','yes'), + (47,'dont_send_reminder_email_when_unsubscribed','0','yes'), + (48,'redirect_existing_member','0','yes'), + (49,'prevent_ppp_deletion','1','yes'), + (50,'password_hinting','0','yes'), + (51,'enable_short_registration_links','0','yes'), + (52,'enable_login_redirect_override','1','yes'), + (53,'enable_retrieve_password_override','1','yes'), + (54,'disable_legacy_reg_shortcodes','0','yes'), + (55,'disable_legacy_private_tags','0','yes'), + (56,'email_per_hour','100','yes'), + (57,'email_memory_allocation','128M','yes'), + (58,'WLM_ContentDrip_Option','','yes'), + (59,'file_protection_ignore','jpg, jpeg, png, gif, bmp, css, js','yes'), + (60,'mask_passwords_in_emails','1','yes'), + (61,'email_conf_send_after','0','yes'), + (62,'email_conf_how_many','3','yes'), + (63,'email_conf_send_every','24','yes'), + (64,'register_email_subject','Congrats - You are registered!','yes'), + (65,'register_email_body','Dear [firstname],\n\nYou have successfully registered as one of our [memberlevel] members.\n\nPlease keep this information safe as it contains your username and password.\n\nYour Membership Info:\nU: [username]\nP: [password]\n\nLogin URL: [loginurl]\n\nBe sure to drop by the site as we are continuously adding to the members area.\n\nTo your success!','yes'), + (66,'lostinfo_email_subject','Your membership password reset request','yes'), + (67,'lostinfo_email_message','Dear [firstname],\n\nOur records show that you recently asked to reset the password for your account.\n\nYour current information is:\nUsername: [username]\nMembership: [memberlevel]\n\nAs a security measure all passwords are encrypted in our database and cannot be retrieved. However, you can easily reset it.\n\nTo reset your password visit the following URL, otherwise just ignore this email and your membership info will remain the same.\n\n[reseturl]\n\nThanks again!','yes'), + (68,'confirm_email_subject','Please confirm your registration','yes'), + (69,'confirm_email_message','Hi [firstname]\n\nThank You for registering for [memberlevel]\n\nYour registration must be confirmed before it is active.\n\nConfirm by visiting the link below:\n\n[confirmurl]\n\nOnce your account is confirmed you will be able to login with the following details.\n\nYour Membership Info:\nU: [username]\nP: [password]\n\nLogin URL: [loginurl]\n\nPlease keep this information safe, it is the only email that will include your username and password.\n\n** These login details will only give you proper access after the registration has been confirmed.\n\nThank You.','yes'), + (70,'requireadminapproval_email_subject','Registration requires admin approval','yes'), + (71,'requireadminapproval_email_message','Hi [firstname]\n\nThank You for registering for [memberlevel]\n\nYour registration must be approved first by the admin before your status can be active.\n\nOnce your account is approved you will be able to login with the following details.\n\nYour Membership Info:\nU: [username]\nP: [password]\n\nLogin URL: [loginurl]\n\nPlease keep this information safe, it is the only email that will include your username and password.\n\nThese login details will only give you proper access when the admin has approved your registration.\n\nThank You.','yes'), + (72,'registrationadminapproval_email_subject','Registration admin approval','yes'), + (73,'registrationadminapproval_email_message','Hi [firstname]\n\nYour registration is now approved by the admin.\n\nPlease use the login details were sent in your initial registration email.\n\nThank You.','yes'), + (74,'newmembernotice_email_subject','A New Member has Registered','yes'), + (75,'newmembernotice_email_message','A new member has registered with the following info:\n\nFirst Name: [firstname]\nLast Name: [lastname]\nEmail: [email]\nMembership Level: [memberlevel]\nUsername: [username]\n\nThank you.','yes'), + (76,'unsubscribe_notice_email_subject','Member has Unsubscribed','yes'), + (77,'unsubscribe_notice_email_message','A member has unsubscribed with the following info:\n\nFirst Name: [firstname]\nLast Name: [lastname]\nEmail: [email]\nUsername: [username]\n\nThank you.','yes'), + (78,'incnotification_email_subject','Please Complete Your Registration','yes'), + (79,'incnotification_email_message','Hi,\n\nThank you for registering for [memberlevel]\n\nComplete your registration by visiting the link below:\n\n[incregurl]\n\nThank you.','yes'), + (80,'expiringnotification_email_subject','Expiring Membership Subscription Reminder','yes'), + (81,'expiringnotification_email_message','Hi [firstname],\n\nYour Membership Subscription for [memberlevel] is about to expire on [expirydate].\n\nThank you.','yes'), + (82,'password_hint_email_subject','Your Password Hint','yes'), + (83,'password_hint_email_message','Hi [firstname] [lastname],\n\nYour Password Hint is:\n\n[passwordhint]\n\nClick the link below to login\n[loginurl]\n\nThank you.','yes'), + (84,'reg_instructions_new','

To complete your registration, please select one of the two options:

\n
    \n
  1. Existing members, please click here.
  2. \n
  3. New members, please fill in the form below to complete
    your [level] application.
  4. \n
','yes'), + (85,'reg_instructions_new_noexisting','

Please fill in the form below to complete your [level] registration.

','yes'), + (86,'reg_instructions_existing','

To complete your registration, please select one of the two options:

\n
    \n
  1. New members, please click here.
  2. \n
  3. Existing members, please fill in the form below to complete
    your [level] application.
  4. \n
','yes'), + (87,'sidebar_widget_css','/* The Main Widget Enclosure */\n.WishListMember_Widget{ }','yes'), + (88,'login_mergecode_css','/* The Main Login Merge Code Enclosure */\n.WishListMember_LoginMergeCode{ }','yes'), + (89,'reg_form_css','/* CSS Code for the Registration Form */\n\n/* The Main Registration Form Table */\n.wpm_registration{\n clear:both;\n padding:0;\n margin:10px 0;\n}\n.wpm_registration td{\n text-align:left;\n}\n/*CSS for Existing Members Login Table*/\n.wpm_existing{\n clear:both;\n padding:0;\n margin:10px 0;\n}\n/* CSS for Registration Error Messages */\np.wpm_err{\n color:#f00;\n font-weight:bold;\n}\n\n/* CSS for custom message sent to registration url */\np.wlm_reg_msg_external {\n border: 2px dotted #aaaaaa;\n padding: 10px;\n background: #fff;\n color: #000;\n}\n\n/* CSS Code for the Registration Instructions Box */\n\n/* The Main Instructions Box */\ndiv#wlmreginstructions{\n background:#ffffdd;\n border:1px solid #ff0000;\n padding:0 1em 1em 1em;\n margin:0 auto 1em auto;\n font-size:1em;\n width:450px;\n color:#333333;\n}\n\n/* Links displayed in the Instructions Box */\n#wlmreginstructions a{\n color:#0000ff;\n text-decoration:underline;\n}\n\n/* Numbered Bullets in the Instructions Box */\n#wlmreginstructions ol{\n margin:0 0 0 1em;\n padding:0 0 0 1em;\n list-style:decimal;\n background:none;\n}\n\n/* Each Bullet Entry */\n#wlmreginstructions li{\n margin:0;\n padding:0;\n background:none;\n}','yes'), + (90,'closed_comments_msg','You are not allowed to view comments on this post.','yes'), + (91,'WLMAPIKey','6a98936178b4062ca8237701ece1e9b3','yes'), + (92,'email_sender_name','travis','yes'), + (93,'email_sender_address','travis@memberup.co','yes'), + (94,'newmembernotice_email_recipient','travis@memberup.co','yes'), + (95,'cydecthankyou','','yes'), + (96,'cydecsecret','','yes'), + (97,'cydec_migrated','1','yes'), + (98,'file_protection_migrated','2','yes'), + (99,'parentFolder','','yes'), + (100,'WishListMemberOptions_MigrateFolderProtectionData','1','yes'), + (101,'folder_protection_migrated','1','yes'), + (102,'LicenseLastCheck','1547757681','yes'), + (103,'LicenseRets','jdwr7c7hrab=4907ef54b009b0c3146b331f1a1b0846','yes'), + (104,'LicenseStatus','1','yes'), + (105,'FixedUserAddress','1','yes'), + (106,'expnotification_last_sent','1548091678','yes'), + (107,'wizard_ran','1','yes'), + (108,'LicenseKey','ba14763aaac0bc589d564d4175a9cbe7','yes'), + (109,'LicenseEmail','travis@memberup.co','yes'), + (110,'LicenseExpiration','2020-01-09 00:00:00','yes'), + (111,'magic_page','32','yes'), + (112,'member_page_pagination','15','yes'), + (113,'show_helpimprove','1','yes'); + +/*!40000 ALTER TABLE `wp_wlm_options` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_wlm_user_options +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_user_options`; + +CREATE TABLE `wp_wlm_user_options` ( + `ID` bigint(20) NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) NOT NULL, + `option_name` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', + PRIMARY KEY (`ID`), + UNIQUE KEY `user_id` (`user_id`,`option_name`), + KEY `autoload` (`autoload`), + KEY `user_id2` (`user_id`), + KEY `option_name` (`option_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_wlm_user_options` WRITE; +/*!40000 ALTER TABLE `wp_wlm_user_options` DISABLE KEYS */; + +INSERT INTO `wp_wlm_user_options` (`ID`, `user_id`, `option_name`, `option_value`, `autoload`) +VALUES + (1,1,'wpm_login_limit','','yes'), + (2,1,'wpm_useraddress','a:7:{s:7:\"company\";s:0:\"\";s:8:\"address1\";s:0:\"\";s:8:\"address2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:3:\"zip\";s:0:\"\";s:7:\"country\";s:14:\"Select Country\";}','yes'), + (3,1,'wpm_login_ip','127.0.0.1','yes'), + (4,1,'wpm_login_date','1548091695','yes'); + +/*!40000 ALTER TABLE `wp_wlm_user_options` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_wlm_userlevel_options +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_userlevel_options`; + +CREATE TABLE `wp_wlm_userlevel_options` ( + `ID` bigint(20) NOT NULL AUTO_INCREMENT, + `userlevel_id` bigint(20) NOT NULL, + `option_name` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', + PRIMARY KEY (`ID`), + UNIQUE KEY `userlevel_id` (`userlevel_id`,`option_name`), + KEY `autoload` (`autoload`), + KEY `userlevel_id2` (`userlevel_id`), + KEY `option_name` (`option_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_wlm_userlevels +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_wlm_userlevels`; + +CREATE TABLE `wp_wlm_userlevels` ( + `ID` bigint(20) NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) NOT NULL, + `level_id` bigint(20) NOT NULL, + PRIMARY KEY (`ID`), + UNIQUE KEY `user_id` (`user_id`,`level_id`), + KEY `user_id2` (`user_id`), + KEY `level_id` (`level_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_api_keys +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; + +CREATE TABLE `wp_woocommerce_api_keys` ( + `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `nonces` longtext COLLATE utf8mb4_unicode_520_ci, + `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `last_access` datetime DEFAULT NULL, + PRIMARY KEY (`key_id`), + KEY `consumer_key` (`consumer_key`), + KEY `consumer_secret` (`consumer_secret`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_attribute_taxonomies +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; + +CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( + `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `attribute_public` int(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`attribute_id`), + KEY `attribute_name` (`attribute_name`(20)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_downloadable_product_permissions +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; + +CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( + `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `product_id` bigint(20) unsigned NOT NULL, + `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', + `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `access_expires` datetime DEFAULT NULL, + `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`permission_id`), + KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), + KEY `download_order_product` (`download_id`,`order_id`,`product_id`), + KEY `order_id` (`order_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_log +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_log`; + +CREATE TABLE `wp_woocommerce_log` ( + `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `timestamp` datetime NOT NULL, + `level` smallint(4) NOT NULL, + `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + `context` longtext COLLATE utf8mb4_unicode_520_ci, + PRIMARY KEY (`log_id`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_order_itemmeta +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; + +CREATE TABLE `wp_woocommerce_order_itemmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_item_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, + PRIMARY KEY (`meta_id`), + KEY `order_item_id` (`order_item_id`), + KEY `meta_key` (`meta_key`(32)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; +/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; + +INSERT INTO `wp_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) +VALUES + (1,1,'_product_id','28'), + (2,1,'_variation_id','0'), + (3,1,'_qty','1'), + (4,1,'_tax_class',''), + (5,1,'_line_subtotal','0'), + (6,1,'_line_subtotal_tax','0'), + (7,1,'_line_total','0'), + (8,1,'_line_tax','0'), + (9,1,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), + (10,2,'_product_id','28'), + (11,2,'_variation_id','0'), + (12,2,'_qty','3'), + (13,2,'_tax_class',''), + (14,2,'_line_subtotal','0'), + (15,2,'_line_subtotal_tax','0'), + (16,2,'_line_total','0'), + (17,2,'_line_tax','0'), + (18,2,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), + (19,3,'_product_id','37'), + (20,3,'_variation_id','0'), + (21,3,'_qty','1'), + (22,3,'_tax_class',''), + (23,3,'_line_subtotal','40'), + (24,3,'_line_subtotal_tax','0'), + (25,3,'_line_total','40'), + (26,3,'_line_tax','0'), + (27,3,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), + (28,4,'_product_id','37'), + (29,4,'_variation_id','0'), + (30,4,'_qty','1'), + (31,4,'_tax_class',''), + (32,4,'_line_subtotal','40'), + (33,4,'_line_subtotal_tax','0'), + (34,4,'_line_total','40'), + (35,4,'_line_tax','0'), + (36,4,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), + (37,5,'_product_id','37'), + (38,5,'_variation_id','0'), + (39,5,'_qty','2'), + (40,5,'_tax_class',''), + (41,5,'_line_subtotal','80'), + (42,5,'_line_subtotal_tax','0'), + (43,5,'_line_total','80'), + (44,5,'_line_tax','0'), + (45,5,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (46,6,'_product_id','28'), + (47,6,'_variation_id','0'), + (48,6,'_qty','1'), + (49,6,'_tax_class',''), + (50,6,'_line_subtotal','0'), + (51,6,'_line_subtotal_tax','0'), + (52,6,'_line_total','0'), + (53,6,'_line_tax','0'), + (54,6,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (55,7,'_product_id','37'), + (56,7,'_variation_id','0'), + (57,7,'_qty','2'), + (58,7,'_tax_class',''), + (59,7,'_line_subtotal','80'), + (60,7,'_line_subtotal_tax','0'), + (61,7,'_line_total','80'), + (62,7,'_line_tax','0'), + (63,7,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (64,8,'_product_id','37'), + (65,8,'_variation_id','0'), + (66,8,'_qty','1'), + (67,8,'_tax_class',''), + (68,8,'_line_subtotal','40'), + (69,8,'_line_subtotal_tax','0'), + (70,8,'_line_total','40'), + (71,8,'_line_tax','0'), + (72,8,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (73,9,'_product_id','37'), + (74,9,'_variation_id','0'), + (75,9,'_qty','1'), + (76,9,'_tax_class',''), + (77,9,'_line_subtotal','40'), + (78,9,'_line_subtotal_tax','0'), + (79,9,'_line_total','40'), + (80,9,'_line_tax','0'), + (81,9,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (82,10,'_product_id','37'), + (83,10,'_variation_id','0'), + (84,10,'_qty','1'), + (85,10,'_tax_class',''), + (86,10,'_line_subtotal','40'), + (87,10,'_line_subtotal_tax','0'), + (88,10,'_line_total','40'), + (89,10,'_line_tax','0'), + (90,10,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (91,11,'_product_id','37'), + (92,11,'_variation_id','0'), + (93,11,'_qty','1'), + (94,11,'_tax_class',''), + (95,11,'_line_subtotal','40'), + (96,11,'_line_subtotal_tax','0'), + (97,11,'_line_total','40'), + (98,11,'_line_tax','0'), + (99,11,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (100,12,'_product_id','37'), + (101,12,'_variation_id','0'), + (102,12,'_qty','1'), + (103,12,'_tax_class',''), + (104,12,'_line_subtotal','40'), + (105,12,'_line_subtotal_tax','0'), + (106,12,'_line_total','40'), + (107,12,'_line_tax','0'), + (108,12,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (109,13,'_product_id','37'), + (110,13,'_variation_id','0'), + (111,13,'_qty','1'), + (112,13,'_tax_class',''), + (113,13,'_line_subtotal','40'), + (114,13,'_line_subtotal_tax','0'), + (115,13,'_line_total','40'), + (116,13,'_line_tax','0'), + (117,13,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (118,14,'_product_id','37'), + (119,14,'_variation_id','0'), + (120,14,'_qty','1'), + (121,14,'_tax_class',''), + (122,14,'_line_subtotal','40'), + (123,14,'_line_subtotal_tax','0'), + (124,14,'_line_total','40'), + (125,14,'_line_tax','0'), + (126,14,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (127,15,'_product_id','37'), + (128,15,'_variation_id','0'), + (129,15,'_qty','1'), + (130,15,'_tax_class',''), + (131,15,'_line_subtotal','40'), + (132,15,'_line_subtotal_tax','0'), + (133,15,'_line_total','40'), + (134,15,'_line_tax','0'), + (135,15,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (136,16,'_product_id','37'), + (137,16,'_variation_id','0'), + (138,16,'_qty','1'), + (139,16,'_tax_class',''), + (140,16,'_line_subtotal','40'), + (141,16,'_line_subtotal_tax','0'), + (142,16,'_line_total','40'), + (143,16,'_line_tax','0'), + (144,16,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (145,17,'_product_id','37'), + (146,17,'_variation_id','0'), + (147,17,'_qty','2'), + (148,17,'_tax_class',''), + (149,17,'_line_subtotal','80'), + (150,17,'_line_subtotal_tax','0'), + (151,17,'_line_total','80'), + (152,17,'_line_tax','0'), + (153,17,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (154,18,'_product_id','37'), + (155,18,'_variation_id','0'), + (156,18,'_qty','1'), + (157,18,'_tax_class',''), + (158,18,'_line_subtotal','40'), + (159,18,'_line_subtotal_tax','0'), + (160,18,'_line_total','40'), + (161,18,'_line_tax','0'), + (162,18,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (163,19,'_product_id','37'), + (164,19,'_variation_id','0'), + (165,19,'_qty','2'), + (166,19,'_tax_class',''), + (167,19,'_line_subtotal','80'), + (168,19,'_line_subtotal_tax','0'), + (169,19,'_line_total','80'), + (170,19,'_line_tax','0'), + (171,19,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (172,20,'_product_id','37'), + (173,20,'_variation_id','0'), + (174,20,'_qty','1'), + (175,20,'_tax_class',''), + (176,20,'_line_subtotal','40'), + (177,20,'_line_subtotal_tax','0'), + (178,20,'_line_total','40'), + (179,20,'_line_tax','0'), + (180,20,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (181,21,'_product_id','37'), + (182,21,'_variation_id','0'), + (183,21,'_qty','1'), + (184,21,'_tax_class',''), + (185,21,'_line_subtotal','40'), + (186,21,'_line_subtotal_tax','0'), + (187,21,'_line_total','40'), + (188,21,'_line_tax','0'), + (189,21,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (190,22,'_product_id','37'), + (191,22,'_variation_id','0'), + (192,22,'_qty','1'), + (193,22,'_tax_class',''), + (194,22,'_line_subtotal','40'), + (195,22,'_line_subtotal_tax','0'), + (196,22,'_line_total','40'), + (197,22,'_line_tax','0'), + (198,22,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (199,23,'_product_id','37'), + (200,23,'_variation_id','0'), + (201,23,'_qty','1'), + (202,23,'_tax_class',''), + (203,23,'_line_subtotal','40'), + (204,23,'_line_subtotal_tax','0'), + (205,23,'_line_total','40'), + (206,23,'_line_tax','0'), + (207,23,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (208,24,'_product_id','76'), + (209,24,'_variation_id','0'), + (210,24,'_qty','1'), + (211,24,'_tax_class',''), + (212,24,'_line_subtotal','500'), + (213,24,'_line_subtotal_tax','0'), + (214,24,'_line_total','500'), + (215,24,'_line_tax','0'), + (216,24,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (217,25,'_product_id','37'), + (218,25,'_variation_id','0'), + (219,25,'_qty','1'), + (220,25,'_tax_class',''), + (221,25,'_line_subtotal','40'), + (222,25,'_line_subtotal_tax','0'), + (223,25,'_line_total','40'), + (224,25,'_line_tax','0'), + (225,25,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (226,26,'_product_id','76'), + (227,26,'_variation_id','0'), + (228,26,'_qty','1'), + (229,26,'_tax_class',''), + (230,26,'_line_subtotal','500'), + (231,26,'_line_subtotal_tax','0'), + (232,26,'_line_total','500'), + (233,26,'_line_tax','0'), + (234,26,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (235,27,'_product_id','37'), + (236,27,'_variation_id','0'), + (237,27,'_qty','1'), + (238,27,'_tax_class',''), + (239,27,'_line_subtotal','40'), + (240,27,'_line_subtotal_tax','0'), + (241,27,'_line_total','40'), + (242,27,'_line_tax','0'), + (243,27,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (244,28,'_product_id','76'), + (245,28,'_variation_id','0'), + (246,28,'_qty','1'), + (247,28,'_tax_class',''), + (248,28,'_line_subtotal','500'), + (249,28,'_line_subtotal_tax','0'), + (250,28,'_line_total','500'), + (251,28,'_line_tax','0'), + (252,28,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (253,29,'_product_id','76'), + (254,29,'_variation_id','0'), + (255,29,'_qty','1'), + (256,29,'_tax_class',''), + (257,29,'_line_subtotal','500'), + (258,29,'_line_subtotal_tax','0'), + (259,29,'_line_total','500'), + (260,29,'_line_tax','0'), + (261,29,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (262,30,'_product_id','37'), + (263,30,'_variation_id','0'), + (264,30,'_qty','1'), + (265,30,'_tax_class',''), + (266,30,'_line_subtotal','40'), + (267,30,'_line_subtotal_tax','0'), + (268,30,'_line_total','40'), + (269,30,'_line_tax','0'), + (270,30,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (271,31,'_product_id','76'), + (272,31,'_variation_id','0'), + (273,31,'_qty','1'), + (274,31,'_tax_class',''), + (275,31,'_line_subtotal','500'), + (276,31,'_line_subtotal_tax','0'), + (277,31,'_line_total','500'), + (278,31,'_line_tax','0'), + (279,31,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (280,32,'_product_id','37'), + (281,32,'_variation_id','0'), + (282,32,'_qty','2'), + (283,32,'_tax_class',''), + (284,32,'_line_subtotal','80'), + (285,32,'_line_subtotal_tax','0'), + (286,32,'_line_total','80'), + (287,32,'_line_tax','0'), + (288,32,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (289,33,'_product_id','37'), + (290,33,'_variation_id','0'), + (291,33,'_qty','1'), + (292,33,'_tax_class',''), + (293,33,'_line_subtotal','40'), + (294,33,'_line_subtotal_tax','0'), + (295,33,'_line_total','40'), + (296,33,'_line_tax','0'), + (297,33,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (298,34,'_product_id','76'), + (299,34,'_variation_id','0'), + (300,34,'_qty','1'), + (301,34,'_tax_class',''), + (302,34,'_line_subtotal','500'), + (303,34,'_line_subtotal_tax','0'), + (304,34,'_line_total','500'), + (305,34,'_line_tax','0'), + (306,34,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (307,35,'_product_id','28'), + (308,35,'_variation_id','0'), + (309,35,'_qty','1'), + (310,35,'_tax_class',''), + (311,35,'_line_subtotal','0'), + (312,35,'_line_subtotal_tax','0'), + (313,35,'_line_total','0'), + (314,35,'_line_tax','0'), + (315,35,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (316,36,'_product_id','37'), + (317,36,'_variation_id','0'), + (318,36,'_qty','1'), + (319,36,'_tax_class',''), + (320,36,'_line_subtotal','40'), + (321,36,'_line_subtotal_tax','0'), + (322,36,'_line_total','40'), + (323,36,'_line_tax','0'), + (324,36,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (325,37,'_product_id','95'), + (326,37,'_variation_id','0'), + (327,37,'_qty','1'), + (328,37,'_tax_class',''), + (329,37,'_line_subtotal','30'), + (330,37,'_line_subtotal_tax','0'), + (331,37,'_line_total','30'), + (332,37,'_line_tax','0'), + (333,37,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (334,38,'_product_id','95'), + (335,38,'_variation_id','0'), + (336,38,'_qty','1'), + (337,38,'_tax_class',''), + (338,38,'_line_subtotal','30'), + (339,38,'_line_subtotal_tax','0'), + (340,38,'_line_total','30'), + (341,38,'_line_tax','0'), + (342,38,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (343,39,'_product_id','95'), + (344,39,'_variation_id','0'), + (345,39,'_qty','1'), + (346,39,'_tax_class',''), + (347,39,'_line_subtotal','30'), + (348,39,'_line_subtotal_tax','0'), + (349,39,'_line_total','30'), + (350,39,'_line_tax','0'), + (351,39,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (352,40,'_product_id','95'), + (353,40,'_variation_id','0'), + (354,40,'_qty','1'), + (355,40,'_tax_class',''), + (356,40,'_line_subtotal','30'), + (357,40,'_line_subtotal_tax','0'), + (358,40,'_line_total','30'), + (359,40,'_line_tax','0'), + (360,40,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (361,41,'_product_id','95'), + (362,41,'_variation_id','0'), + (363,41,'_qty','1'), + (364,41,'_tax_class',''), + (365,41,'_line_subtotal','30'), + (366,41,'_line_subtotal_tax','0'), + (367,41,'_line_total','30'), + (368,41,'_line_tax','0'), + (369,41,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (370,42,'_product_id','95'), + (371,42,'_variation_id','0'), + (372,42,'_qty','1'), + (373,42,'_tax_class',''), + (374,42,'_line_subtotal','30'), + (375,42,'_line_subtotal_tax','0'), + (376,42,'_line_total','30'), + (377,42,'_line_tax','0'), + (378,42,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (379,43,'_product_id','37'), + (380,43,'_variation_id','0'), + (381,43,'_qty','1'), + (382,43,'_tax_class',''), + (383,43,'_line_subtotal','40'), + (384,43,'_line_subtotal_tax','0'), + (385,43,'_line_total','40'), + (386,43,'_line_tax','0'), + (387,43,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (388,44,'_product_id','37'), + (389,44,'_variation_id','0'), + (390,44,'_qty','1'), + (391,44,'_tax_class',''), + (392,44,'_line_subtotal','40'), + (393,44,'_line_subtotal_tax','0'), + (394,44,'_line_total','40'), + (395,44,'_line_tax','0'), + (396,44,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (397,45,'_product_id','37'), + (398,45,'_variation_id','0'), + (399,45,'_qty','1'), + (400,45,'_tax_class',''), + (401,45,'_line_subtotal','40'), + (402,45,'_line_subtotal_tax','0'), + (403,45,'_line_total','40'), + (404,45,'_line_tax','0'), + (405,45,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (406,46,'_product_id','37'), + (407,46,'_variation_id','0'), + (408,46,'_qty','1'), + (409,46,'_tax_class',''), + (410,46,'_line_subtotal','40'), + (411,46,'_line_subtotal_tax','0'), + (412,46,'_line_total','40'), + (413,46,'_line_tax','0'), + (414,46,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (415,47,'_product_id','37'), + (416,47,'_variation_id','0'), + (417,47,'_qty','1'), + (418,47,'_tax_class',''), + (419,47,'_line_subtotal','40'), + (420,47,'_line_subtotal_tax','0'), + (421,47,'_line_total','40'), + (422,47,'_line_tax','0'), + (423,47,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (424,48,'_product_id','37'), + (425,48,'_variation_id','0'), + (426,48,'_qty','1'), + (427,48,'_tax_class',''), + (428,48,'_line_subtotal','40'), + (429,48,'_line_subtotal_tax','0'), + (430,48,'_line_total','40'), + (431,48,'_line_tax','0'), + (432,48,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (433,49,'_product_id','95'), + (434,49,'_variation_id','0'), + (435,49,'_qty','1'), + (436,49,'_tax_class',''), + (437,49,'_line_subtotal','30'), + (438,49,'_line_subtotal_tax','0'), + (439,49,'_line_total','30'), + (440,49,'_line_tax','0'), + (441,49,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (442,50,'_product_id','95'), + (443,50,'_variation_id','0'), + (444,50,'_qty','1'), + (445,50,'_tax_class',''), + (446,50,'_line_subtotal','30'), + (447,50,'_line_subtotal_tax','0'), + (448,50,'_line_total','30'), + (449,50,'_line_tax','0'), + (450,50,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (451,51,'_product_id','95'), + (452,51,'_variation_id','0'), + (453,51,'_qty','1'), + (454,51,'_tax_class',''), + (455,51,'_line_subtotal','30'), + (456,51,'_line_subtotal_tax','0'), + (457,51,'_line_total','30'), + (458,51,'_line_tax','0'), + (459,51,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (460,52,'_product_id','95'), + (461,52,'_variation_id','0'), + (462,52,'_qty','1'), + (463,52,'_tax_class',''), + (464,52,'_line_subtotal','30'), + (465,52,'_line_subtotal_tax','0'), + (466,52,'_line_total','30'), + (467,52,'_line_tax','0'), + (468,52,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (469,53,'_product_id','95'), + (470,53,'_variation_id','0'), + (471,53,'_qty','1'), + (472,53,'_tax_class',''), + (473,53,'_line_subtotal','30'), + (474,53,'_line_subtotal_tax','0'), + (475,53,'_line_total','30'), + (476,53,'_line_tax','0'), + (477,53,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (478,54,'_product_id','95'), + (479,54,'_variation_id','0'), + (480,54,'_qty','1'), + (481,54,'_tax_class',''), + (482,54,'_line_subtotal','30'), + (483,54,'_line_subtotal_tax','0'), + (484,54,'_line_total','30'), + (485,54,'_line_tax','0'), + (486,54,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), + (487,55,'_product_id','95'), + (488,55,'_variation_id','0'), + (489,55,'_qty','1'), + (490,55,'_tax_class',''), + (491,55,'_line_subtotal','30'), + (492,55,'_line_subtotal_tax','0'), + (493,55,'_line_total','30'), + (494,55,'_line_tax','0'), + (495,55,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'); + +/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_woocommerce_order_items +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_order_items`; + +CREATE TABLE `wp_woocommerce_order_items` ( + `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, + `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', + `order_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`order_item_id`), + KEY `order_id` (`order_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_woocommerce_order_items` WRITE; +/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; + +INSERT INTO `wp_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) +VALUES + (1,'test product','line_item',29), + (2,'test product','line_item',36), + (3,'expensive product','line_item',36), + (4,'expensive product','line_item',38), + (5,'expensive product','line_item',43), + (6,'test product','line_item',44), + (7,'expensive product','line_item',46), + (8,'expensive product','line_item',47), + (9,'expensive product','line_item',58), + (10,'expensive product','line_item',59), + (11,'expensive product','line_item',61), + (12,'expensive product','line_item',62), + (13,'expensive product','line_item',63), + (14,'expensive product','line_item',64), + (15,'expensive product','line_item',65), + (16,'expensive product','line_item',66), + (17,'expensive product','line_item',67), + (18,'expensive product','line_item',68), + (19,'expensive product','line_item',69), + (20,'expensive product','line_item',73), + (21,'expensive product','line_item',74), + (22,'expensive product','line_item',75), + (23,'expensive product','line_item',77), + (24,'another product with a price','line_item',77), + (25,'expensive product','line_item',78), + (26,'another product with a price','line_item',78), + (27,'expensive product','line_item',79), + (28,'another product with a price','line_item',79), + (29,'[tag] GDPR: Email Consent','line_item',81), + (30,'[sequence] Test sequence','line_item',81), + (31,'[tag] GDPR: Email Consent','line_item',82), + (32,'[sequence] Test sequence','line_item',83), + (33,'[sequence] Test sequence','line_item',84), + (34,'[tag] GDPR: Email Consent','line_item',85), + (35,'test product','line_item',85), + (36,'[sequence] Test sequence','line_item',85), + (37,'On hold product','line_item',97), + (38,'On hold product','line_item',98), + (39,'On hold product','line_item',99), + (40,'On hold product','line_item',100), + (41,'On hold product','line_item',101), + (42,'On hold product','line_item',102), + (43,'[sequence] Test sequence','line_item',103), + (44,'[sequence] Test sequence','line_item',104), + (45,'[sequence] Test sequence','line_item',105), + (46,'[sequence] Test sequence','line_item',106), + (47,'[sequence] Test sequence','line_item',107), + (48,'[sequence] Test sequence','line_item',108), + (49,'On hold product','line_item',109), + (50,'On hold product','line_item',110), + (51,'On hold product','line_item',111), + (52,'On hold product','line_item',112), + (53,'On hold product','line_item',113), + (54,'On hold product','line_item',114), + (55,'On hold product','line_item',115); + +/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_woocommerce_payment_tokenmeta +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; + +CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `payment_token_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, + PRIMARY KEY (`meta_id`), + KEY `payment_token_id` (`payment_token_id`), + KEY `meta_key` (`meta_key`(32)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_payment_tokens +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; + +CREATE TABLE `wp_woocommerce_payment_tokens` ( + `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, + `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', + `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `is_default` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`token_id`), + KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_sessions +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_sessions`; + +CREATE TABLE `wp_woocommerce_sessions` ( + `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, + `session_expiry` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`session_id`), + UNIQUE KEY `session_key` (`session_key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_woocommerce_sessions` WRITE; +/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; + +INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) +VALUES + (74,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:732:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2019-01-22T21:42:26+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:18:\"travis@memberup.co\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1554046003); + +/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_woocommerce_shipping_zone_locations +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; + +CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( + `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `zone_id` bigint(20) unsigned NOT NULL, + `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, + PRIMARY KEY (`location_id`), + KEY `location_id` (`location_id`), + KEY `location_type_code` (`location_type`(10),`location_code`(20)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_shipping_zone_methods +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; + +CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( + `zone_id` bigint(20) unsigned NOT NULL, + `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `method_order` bigint(20) unsigned NOT NULL, + `is_enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`instance_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_shipping_zones +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; + +CREATE TABLE `wp_woocommerce_shipping_zones` ( + `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `zone_order` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`zone_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_tax_rate_locations +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; + +CREATE TABLE `wp_woocommerce_tax_rate_locations` ( + `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `tax_rate_id` bigint(20) unsigned NOT NULL, + `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, + PRIMARY KEY (`location_id`), + KEY `tax_rate_id` (`tax_rate_id`), + KEY `location_type_code` (`location_type`(10),`location_code`(20)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_woocommerce_tax_rates +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; + +CREATE TABLE `wp_woocommerce_tax_rates` ( + `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', + `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', + `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', + `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', + `tax_rate_priority` bigint(20) unsigned NOT NULL, + `tax_rate_compound` int(1) NOT NULL DEFAULT '0', + `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', + `tax_rate_order` bigint(20) unsigned NOT NULL, + `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', + PRIMARY KEY (`tax_rate_id`), + KEY `tax_rate_country` (`tax_rate_country`), + KEY `tax_rate_state` (`tax_rate_state`(2)), + KEY `tax_rate_class` (`tax_rate_class`(10)), + KEY `tax_rate_priority` (`tax_rate_priority`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + + + +# Dump of table wp_yoast_seo_links +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_yoast_seo_links`; + +CREATE TABLE `wp_yoast_seo_links` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `post_id` bigint(20) unsigned NOT NULL, + `target_post_id` bigint(20) unsigned NOT NULL, + `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL, + PRIMARY KEY (`id`), + KEY `link_direction` (`post_id`,`type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_yoast_seo_links` WRITE; +/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */; + +INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`) +VALUES + (13,'https://www.theseasonedmom.com/5-day-challenge/',91,0,'external'), + (14,'https://theseasonedmom.lpages.co/10-day-kitchen-organizing-challenge/',91,0,'external'), + (15,'https://theseasonedmom.lpages.co/10-day-kitchen-organizing-challenge/',91,0,'external'), + (16,'https://theseasonedmom.lpages.co/10-day-kitchen-organizing-challenge/',91,0,'external'); + +/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table wp_yoast_seo_meta +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `wp_yoast_seo_meta`; + +CREATE TABLE `wp_yoast_seo_meta` ( + `object_id` bigint(20) unsigned NOT NULL, + `internal_link_count` int(10) unsigned DEFAULT NULL, + `incoming_link_count` int(10) unsigned DEFAULT NULL, + UNIQUE KEY `object_id` (`object_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +LOCK TABLES `wp_yoast_seo_meta` WRITE; +/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */; + +INSERT INTO `wp_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) +VALUES + (25,0,0), + (45,0,0), + (48,0,0), + (49,0,0), + (52,0,0), + (53,0,0), + (60,0,0), + (89,0,0), + (90,0,0), + (91,0,0), + (94,0,0), + (95,0,0), + (96,0,0), + (116,0,0), + (119,0,0), + (120,0,0), + (121,0,0), + (122,0,0), + (123,0,0), + (125,0,0); + +/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */; +UNLOCK TABLES; + + /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 380fda273..b7ba43e93 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -9,40 +9,50 @@ actor: AcceptanceTester modules: enabled: - WPDb - - WPBrowser + - WPWebDriver +# - WPBrowser + - WPLoader - \Helper\Acceptance - WPCLI +# - Codeception\Extension\RunProcess: +# - chromedriver config: WPDb: - dsn: 'mysql:host=localhost;dbname=wp_test_ck' - user: 'root' + dsn: 'mysql:host=localhost;dbname=%TEST_DB_NAME%' + user: '%TEST_SITE_DB_USER%' password: '' dump: 'tests/_data/dump.sql' #import the dump before the tests; this means the test site database will be repopulated before the tests. populate: true # re-import the dump between tests; this means the test site database will be repopulated between the tests. cleanup: true - waitlock: 0 - url: 'https://ck.test' + waitlock: 10 + url: '%TEST_SITE_WP_URL%' urlReplacement: true #replace the hardcoded dump URL with the one above tablePrefix: 'wp_' - WPBrowser: - url: 'https://ck.test' - adminUsername: 'travis' - adminPassword: 'password' + WPWebDriver: + url: '%TEST_SITE_WP_URL%' + port: 9515 + browser: chrome + window_size: 1024x768 + adminUsername: '%TEST_SITE_ADMIN_USERNAME%' + adminPassword: '%TEST_SITE_ADMIN_PASSWORD%' adminPath: '/wp-admin' WPLoader: - wpRootFolder: '/Users/travis/sites/ck' - dbName: 'wp_test_ck' - dbHost: 'localhost' - dbUser: 'root' + wpRootFolder: '%WP_ROOT_FOLDER%' + dbName: '%TEST_SITE_DB_NAME%' + dbHost: '%TEST_DB_HOST%' + dbUser: '%TEST_SITE_DB_USER%' dbPassword: '' - tablePrefix: 'wp_' - domain: 'https://ck.test' - adminEmail: 'travis@memberup.co' - title: "Test" - plugins: ['ConvertKit-WordPress/wp-convertkit.php', 'contact-form-7/wp-contact-form-7.php'] - activatePlugins: ['ConvertKit-WordPress/wp-convertkit.php', 'contact-form-7/wp-contact-form-7.php'] + wpDebug: true + tablePrefix: '%TEST_TABLE_PREFIX%' + domain: '%TEST_SITE_WP_DOMAIN%' + loadOnly: true + WPBrowser: + url: '%TEST_SITE_WP_URL%' + adminUsername: '%TEST_SITE_ADMIN_USERNAME%' + adminPassword: '%TEST_SITE_ADMIN_PASSWORD%' + adminPath: '/wp-admin' WPCLI: path: /Users/travis/sites/ck throw: true diff --git a/tests/acceptance/DatabaseCharacterSetCest.php b/tests/acceptance/DatabaseCharacterSetCest.php new file mode 100644 index 000000000..ff1225f04 --- /dev/null +++ b/tests/acceptance/DatabaseCharacterSetCest.php @@ -0,0 +1,78 @@ +ck_api_key = getenv( 'CK_API_KEY' ); + $this->ck_api_secret = getenv( 'CK_API_SECRET' ); + + $I->loginAsAdmin(); + } + + // tests + + /** + * @param AcceptanceTester $I + */ + public function testSettingsPage( AcceptanceTester $I ) { + + global $wpdb; + + $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); + $I->click( '#submit' ); + + +// return $wpdb->query( "ALTER TABLE $table CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci" ); +// $I->fillField( "#api_key", $this->ck_api_key ); +// $I->fillField( "#api_secret", $this->ck_api_secret ); +// $I->seeElement( 'option', [ 'value' => 'default' ] ); +// $I->seeElement( 'option', [ 'value' => '820085' ] ); +// +// $I->click( '[href="?page=_wp_convertkit_settings&tab=contactform7"]' ); +// $I->see( 'ConvertKit Form' ); +// $I->seeElement( 'option', [ 'value' => 'default' ] ); +// $I->seeElement( 'option', [ 'value' => '820085' ] ); +// +// $I->selectOption( 'form select[id=_wp_convertkit_integration_contactform7_settings_5]', 'Clean form' ); +// $I->click( '#submit' ); +// +// $I->seeOptionIsSelected( 'form select[id=_wp_convertkit_integration_contactform7_settings_5]', 'Clean form' ); + } + + /** + * @param AcceptanceTester $I + */ +// public function testJavascriptNotLoaded( AcceptanceTester $I ) { +// +// $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); +// $I->checkOption('#debug'); +// $I->checkOption('#no_scripts'); +// $I->click('Save Changes'); +// +// $I->amOnPage('/'); +// +// $I->dontSeeInSource('wp-convertkit.js'); +// } +// +// /** +// * @param AcceptanceTester $I +// */ +// public function testJavascriptLoaded( AcceptanceTester $I ) { +// +// $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); +// $I->uncheckOption('#no_scripts'); +// $I->click('Save Changes'); +// +// $I->amOnPage('/'); +// +// $I->seeInSource('wp-convertkit.js'); +// } +} \ No newline at end of file diff --git a/tests/acceptance/SignInCest.php b/tests/acceptance/SignInCest.php index eb58cc81a..8c4327d93 100644 --- a/tests/acceptance/SignInCest.php +++ b/tests/acceptance/SignInCest.php @@ -13,15 +13,9 @@ class SignInCest { */ public function _before( AcceptanceTester $I ) { - $dotenv = new Dotenv( dirname( dirname( __DIR__ ) ) ); - $dotenv->load(); - $this->ck_api_key = getenv( 'CK_API_KEY' ); $this->ck_api_secret = getenv( 'CK_API_SECRET' ); - - $I->cli('plugin activate ConvertKit-WordPress'); - $I->cli('plugin activate contact-form-7'); $I->loginAsAdmin(); } @@ -32,53 +26,54 @@ public function _before( AcceptanceTester $I ) { */ public function testSettingsPage( AcceptanceTester $I ) { - $I->loginAsAdmin(); - $I->amOnPluginsPage(); - - $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); - $I->fillField( "//input[@name='_wp_convertkit_settings[api_key]']", $this->ck_api_key ); - $I->fillField( "//input[@name='_wp_convertkit_settings[api_secret]']", $this->ck_api_secret ); - $I->click( 'Save Changes' ); - $I->seeElement( 'option', [ 'value' => 'default' ] ); - $I->seeElement( 'option', [ 'value' => '820085' ] ); - - $I->click( 'Contact Form 7' ); - $I->see( 'ConvertKit Form' ); - $I->seeElement( 'option', [ 'value' => 'default' ] ); - $I->seeElement( 'option', [ 'value' => '820085' ] ); - - $I->selectOption( 'form select[id=_wp_convertkit_integration_contactform7_settings_5]', 'Clean form' ); - $I->click( 'Save Changes' ); - - $I->seeOptionIsSelected( 'form select[id=_wp_convertkit_integration_contactform7_settings_5]', 'Clean form' ); - } - - /** - * @param AcceptanceTester $I - */ - public function testJavascriptNotLoaded( AcceptanceTester $I ) { +// $query = new WP_Query(); +// codecept_debug($query); $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); - $I->checkOption('#debug'); - $I->checkOption('#no_scripts'); - $I->click('Save Changes'); - - $I->amOnPage('/'); - - $I->dontSeeInSource('wp-convertkit.js'); + $I->see('Choosing a default form'); +// $I->fillField( "#api_key", $this->ck_api_key ); +// $I->fillField( "#api_secret", $this->ck_api_secret ); +// $I->click( '#submit' ); +// $I->seeElement( 'option', [ 'value' => 'default' ] ); +// $I->seeElement( 'option', [ 'value' => '820085' ] ); +// +// $I->click( '[href="?page=_wp_convertkit_settings&tab=contactform7"]' ); +// $I->see( 'ConvertKit Form' ); +// $I->seeElement( 'option', [ 'value' => 'default' ] ); +// $I->seeElement( 'option', [ 'value' => '820085' ] ); +// +// $I->selectOption( 'form select[id=_wp_convertkit_integration_contactform7_settings_5]', 'Clean form' ); +// $I->click( '#submit' ); +// +// $I->seeOptionIsSelected( 'form select[id=_wp_convertkit_integration_contactform7_settings_5]', 'Clean form' ); } /** * @param AcceptanceTester $I */ - public function testJavascriptLoaded( AcceptanceTester $I ) { - - $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); - $I->uncheckOption('#no_scripts'); - $I->click('Save Changes'); - - $I->amOnPage('/'); - - $I->seeInSource('wp-convertkit.js'); - } +// public function testJavascriptNotLoaded( AcceptanceTester $I ) { +// +// $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); +// $I->checkOption('#debug'); +// $I->checkOption('#no_scripts'); +// $I->click('Save Changes'); +// +// $I->amOnPage('/'); +// +// $I->dontSeeInSource('wp-convertkit.js'); +// } +// +// /** +// * @param AcceptanceTester $I +// */ +// public function testJavascriptLoaded( AcceptanceTester $I ) { +// +// $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); +// $I->uncheckOption('#no_scripts'); +// $I->click('Save Changes'); +// +// $I->amOnPage('/'); +// +// $I->seeInSource('wp-convertkit.js'); +// } } \ No newline at end of file diff --git a/tests/functional.suite.yml b/tests/functional.suite.yml index 40f6b6ccc..01aa02278 100644 --- a/tests/functional.suite.yml +++ b/tests/functional.suite.yml @@ -13,20 +13,25 @@ modules: - \Helper\Functional config: WPDb: - dsn: 'mysql:host=localhost;dbname=wp_test_ck' + dsn: 'mysql:host=localhost;dbname=%TEST_DB_NAME%' user: 'root' password: '' dump: 'tests/_data/dump.sql' populate: true cleanup: true waitlock: 0 - url: 'https://ck.test' + url: '%TEST_SITE_WP_URL%' urlReplacement: true tablePrefix: 'wp_' + WordPress: + depends: WPDb + wpRootFolder: '/Users/travis/sites/ck' + adminUsername: '%TEST_SITE_ADMIN_USERNAME%' + adminPassword: '%TEST_SITE_ADMIN_PASSWORD%' WPBrowser: - url: 'https://ck.test' - adminUsername: 'travis' - adminPassword: 'password' + url: '%TEST_SITE_WP_URL%' + adminUsername: '%TEST_SITE_ADMIN_USERNAME%' + adminPassword: '%TEST_SITE_ADMIN_PASSWORD%' adminPath: '/wp-admin' WPFilesystem: wpRootFolder: '/Users/travis/sites/ck' diff --git a/tests/functional/DatabaseCest.php b/tests/functional/DatabaseCest.php new file mode 100644 index 000000000..c3a95df5a --- /dev/null +++ b/tests/functional/DatabaseCest.php @@ -0,0 +1,22 @@ +get_blog_prefix(); + + codecept_debug($prefix); + + } +} From 45850fa53e36277314b2ec2f310295b64611ec99 Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Mon, 8 Apr 2019 11:55:04 -0600 Subject: [PATCH 02/13] WIP --- composer.lock | 138 +++++++++--------- includes/class-convertkit-api.php | 26 ++++ tests/acceptance.suite.yml | 19 +-- tests/acceptance/DatabaseCharacterSetCest.php | 39 ++--- tests/bootstrap.php | 50 +++---- wp-convertkit.php | 5 +- 6 files changed, 139 insertions(+), 138 deletions(-) diff --git a/composer.lock b/composer.lock index e68f04055..8a535aa47 100644 --- a/composer.lock +++ b/composer.lock @@ -1214,16 +1214,16 @@ }, { "name": "illuminate/contracts", - "version": "v5.8.8", + "version": "v5.8.9", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "3e3a9a654adbf798e05491a5dbf90112df1effde" + "reference": "7224ed316427ae5f67c4888679bbf7f6e7773660" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/3e3a9a654adbf798e05491a5dbf90112df1effde", - "reference": "3e3a9a654adbf798e05491a5dbf90112df1effde", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/7224ed316427ae5f67c4888679bbf7f6e7773660", + "reference": "7224ed316427ae5f67c4888679bbf7f6e7773660", "shasum": "" }, "require": { @@ -1254,20 +1254,20 @@ ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", - "time": "2019-02-18T18:37:54+00:00" + "time": "2019-03-06T19:39:19+00:00" }, { "name": "illuminate/support", - "version": "v5.8.8", + "version": "v5.8.9", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "5bce502f0bdb97ebbda0eb4f6cb75455d5a01529" + "reference": "e275519c58246cc4011c798f9b0a0f83aae2aab7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/5bce502f0bdb97ebbda0eb4f6cb75455d5a01529", - "reference": "5bce502f0bdb97ebbda0eb4f6cb75455d5a01529", + "url": "https://api.github.com/repos/illuminate/support/zipball/e275519c58246cc4011c798f9b0a0f83aae2aab7", + "reference": "e275519c58246cc4011c798f9b0a0f83aae2aab7", "shasum": "" }, "require": { @@ -1315,7 +1315,7 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2019-03-25T21:36:23+00:00" + "time": "2019-04-01T19:02:05+00:00" }, { "name": "justinrainbow/json-schema", @@ -1599,20 +1599,20 @@ }, { "name": "myclabs/deep-copy", - "version": "1.8.1", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" + "reference": "78af75148f9fdd34ea727c8b529a9b4a8f7b740c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/78af75148f9fdd34ea727c8b529a9b4a8f7b740c", + "reference": "78af75148f9fdd34ea727c8b529a9b4a8f7b740c", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.2" }, "replace": { "myclabs/deep-copy": "self.version" @@ -1620,6 +1620,8 @@ "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", + "phpstan/phpstan": "^0.9.2", + "phpstan/phpstan-phpunit": "^0.9.4", "phpunit/phpunit": "^7.1" }, "type": "library", @@ -1643,7 +1645,7 @@ "object", "object graph" ], - "time": "2018-06-11T23:09:50+00:00" + "time": "2018-10-30T00:14:44+00:00" }, { "name": "nb/oxymel", @@ -1688,16 +1690,16 @@ }, { "name": "nesbot/carbon", - "version": "2.16.1", + "version": "2.16.3", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "b509524136d579f6b15ad9af4e5bd4533d1ab6c2" + "reference": "373d9f0d58651af366435148c39beb702c2b7ef4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/b509524136d579f6b15ad9af4e5bd4533d1ab6c2", - "reference": "b509524136d579f6b15ad9af4e5bd4533d1ab6c2", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/373d9f0d58651af366435148c39beb702c2b7ef4", + "reference": "373d9f0d58651af366435148c39beb702c2b7ef4", "shasum": "" }, "require": { @@ -1744,7 +1746,7 @@ "datetime", "time" ], - "time": "2019-03-20T12:20:01+00:00" + "time": "2019-04-06T17:09:23+00:00" }, { "name": "phar-io/manifest", @@ -3439,7 +3441,7 @@ }, { "name": "symfony/browser-kit", - "version": "v4.2.4", + "version": "v4.2.5", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -3496,7 +3498,7 @@ }, { "name": "symfony/config", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/config.git", @@ -3560,16 +3562,16 @@ }, { "name": "symfony/console", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "71ce77f37af0c5ffb9590e43cc4f70e426945c5e" + "reference": "98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/71ce77f37af0c5ffb9590e43cc4f70e426945c5e", - "reference": "71ce77f37af0c5ffb9590e43cc4f70e426945c5e", + "url": "https://api.github.com/repos/symfony/console/zipball/98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e", + "reference": "98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e", "shasum": "" }, "require": { @@ -3628,11 +3630,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-02-23T15:06:07+00:00" + "time": "2019-03-31T11:33:18+00:00" }, { "name": "symfony/css-selector", - "version": "v4.2.4", + "version": "v4.2.5", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -3685,16 +3687,16 @@ }, { "name": "symfony/debug", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "8d8a9e877b3fcdc50ddecf8dcea146059753f782" + "reference": "adbdd5d66342fb0a0bce7422ba68181842b6610d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/8d8a9e877b3fcdc50ddecf8dcea146059753f782", - "reference": "8d8a9e877b3fcdc50ddecf8dcea146059753f782", + "url": "https://api.github.com/repos/symfony/debug/zipball/adbdd5d66342fb0a0bce7422ba68181842b6610d", + "reference": "adbdd5d66342fb0a0bce7422ba68181842b6610d", "shasum": "" }, "require": { @@ -3737,20 +3739,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-02-24T15:45:11+00:00" + "time": "2019-03-10T17:07:42+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11" + "reference": "85172cca352fe0790fa6f485ad194862a8ac57ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11", - "reference": "c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/85172cca352fe0790fa6f485ad194862a8ac57ee", + "reference": "85172cca352fe0790fa6f485ad194862a8ac57ee", "shasum": "" }, "require": { @@ -3808,11 +3810,11 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2019-02-23T15:06:07+00:00" + "time": "2019-03-25T07:48:46+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.2.4", + "version": "v4.2.5", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -3869,16 +3871,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "ec625e2fff7f584eeb91754821807317b2e79236" + "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ec625e2fff7f584eeb91754821807317b2e79236", - "reference": "ec625e2fff7f584eeb91754821807317b2e79236", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff", + "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff", "shasum": "" }, "require": { @@ -3928,11 +3930,11 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2019-02-23T15:06:07+00:00" + "time": "2019-04-02T08:51:52+00:00" }, { "name": "symfony/filesystem", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -3982,7 +3984,7 @@ }, { "name": "symfony/finder", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -4148,7 +4150,7 @@ }, { "name": "symfony/process", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -4197,16 +4199,16 @@ }, { "name": "symfony/translation", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "3e2966209567ffed8825905b53fc8548446130aa" + "reference": "629ac01240f6ebc253a621e19b84e329fe19a987" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/3e2966209567ffed8825905b53fc8548446130aa", - "reference": "3e2966209567ffed8825905b53fc8548446130aa", + "url": "https://api.github.com/repos/symfony/translation/zipball/629ac01240f6ebc253a621e19b84e329fe19a987", + "reference": "629ac01240f6ebc253a621e19b84e329fe19a987", "shasum": "" }, "require": { @@ -4261,20 +4263,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-02-23T15:06:07+00:00" + "time": "2019-03-25T07:48:46+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.23", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "57f1ce82c997f5a8701b89ef970e36bb657fd09c" + "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/57f1ce82c997f5a8701b89ef970e36bb657fd09c", - "reference": "57f1ce82c997f5a8701b89ef970e36bb657fd09c", + "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996", + "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996", "shasum": "" }, "require": { @@ -4320,20 +4322,20 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-02-23T15:06:07+00:00" + "time": "2019-03-25T07:48:46+00:00" }, { "name": "theseer/tokenizer", - "version": "1.1.0", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" + "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8", + "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8", "shasum": "" }, "require": { @@ -4360,7 +4362,7 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2017-04-07T12:08:54+00:00" + "time": "2019-04-04T09:56:43+00:00" }, { "name": "vlucas/phpdotenv", @@ -6195,16 +6197,16 @@ }, { "name": "wp-cli/wp-config-transformer", - "version": "v1.2.4", + "version": "v1.2.5", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-config-transformer.git", - "reference": "960ce687ac09a7c406087d0c6716be166ef32062" + "reference": "46c6c3622196c55ea9b94e735e8c408425de8944" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/960ce687ac09a7c406087d0c6716be166ef32062", - "reference": "960ce687ac09a7c406087d0c6716be166ef32062", + "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/46c6c3622196c55ea9b94e735e8c408425de8944", + "reference": "46c6c3622196c55ea9b94e735e8c408425de8944", "shasum": "" }, "require": { @@ -6232,7 +6234,7 @@ } ], "description": "Programmatically edit a wp-config.php file.", - "time": "2018-12-14T08:16:36+00:00" + "time": "2019-04-01T15:03:00+00:00" }, { "name": "xamin/handlebars.php", diff --git a/includes/class-convertkit-api.php b/includes/class-convertkit-api.php index dcd1a4b32..183db6ec5 100644 --- a/includes/class-convertkit-api.php +++ b/includes/class-convertkit-api.php @@ -159,6 +159,32 @@ public function update_resources( $api_key ) { return $update_forms && $update_landing_pages && $update_tags; } + /** + * Attempts to update our saved forms. + * + * If the update fails, we compare the existing stored option value to what we were trying to insert. + * If they are equal, the update likely failed because of that, which is fine, so we return true. + * + * If they are not equal, the update likely failed + * @param $forms + * + * @return bool + */ + public function update_forms( $forms ) { + $update = update_option( 'convertkit_forms', $forms ); + + if ( $update === false ) { + $old = get_option( 'convertkit_forms' ); + if ( $forms === $old ) { + return true; + } else { + return false; + } + } + + return $update; + } + /** * Gets a resource index * diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index b7ba43e93..415e79d1d 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -9,16 +9,13 @@ actor: AcceptanceTester modules: enabled: - WPDb - - WPWebDriver -# - WPBrowser + - WPBrowser - WPLoader - \Helper\Acceptance - WPCLI -# - Codeception\Extension\RunProcess: -# - chromedriver config: WPDb: - dsn: 'mysql:host=localhost;dbname=%TEST_DB_NAME%' + dsn: 'mysql:host=localhost;dbname=%TEST_SITE_DB_NAME%' user: '%TEST_SITE_DB_USER%' password: '' dump: 'tests/_data/dump.sql' @@ -29,15 +26,7 @@ modules: waitlock: 10 url: '%TEST_SITE_WP_URL%' urlReplacement: true #replace the hardcoded dump URL with the one above - tablePrefix: 'wp_' - WPWebDriver: - url: '%TEST_SITE_WP_URL%' - port: 9515 - browser: chrome - window_size: 1024x768 - adminUsername: '%TEST_SITE_ADMIN_USERNAME%' - adminPassword: '%TEST_SITE_ADMIN_PASSWORD%' - adminPath: '/wp-admin' + tablePrefix: '%TEST_SITE_TABLE_PREFIX%' WPLoader: wpRootFolder: '%WP_ROOT_FOLDER%' dbName: '%TEST_SITE_DB_NAME%' @@ -45,7 +34,7 @@ modules: dbUser: '%TEST_SITE_DB_USER%' dbPassword: '' wpDebug: true - tablePrefix: '%TEST_TABLE_PREFIX%' + tablePrefix: '%TEST_SITE_TABLE_PREFIX%' domain: '%TEST_SITE_WP_DOMAIN%' loadOnly: true WPBrowser: diff --git a/tests/acceptance/DatabaseCharacterSetCest.php b/tests/acceptance/DatabaseCharacterSetCest.php index ff1225f04..51668f2f6 100644 --- a/tests/acceptance/DatabaseCharacterSetCest.php +++ b/tests/acceptance/DatabaseCharacterSetCest.php @@ -24,13 +24,13 @@ public function _before( AcceptanceTester $I ) { */ public function testSettingsPage( AcceptanceTester $I ) { - global $wpdb; + $res = $this->makeDatabaseUtf8(); + codecept_debug($res); $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); - $I->click( '#submit' ); -// return $wpdb->query( "ALTER TABLE $table CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci" ); + // $I->fillField( "#api_key", $this->ck_api_key ); // $I->fillField( "#api_secret", $this->ck_api_secret ); // $I->seeElement( 'option', [ 'value' => 'default' ] ); @@ -48,31 +48,12 @@ public function testSettingsPage( AcceptanceTester $I ) { } /** - * @param AcceptanceTester $I + * @return bool|false|int */ -// public function testJavascriptNotLoaded( AcceptanceTester $I ) { -// -// $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); -// $I->checkOption('#debug'); -// $I->checkOption('#no_scripts'); -// $I->click('Save Changes'); -// -// $I->amOnPage('/'); -// -// $I->dontSeeInSource('wp-convertkit.js'); -// } -// -// /** -// * @param AcceptanceTester $I -// */ -// public function testJavascriptLoaded( AcceptanceTester $I ) { -// -// $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); -// $I->uncheckOption('#no_scripts'); -// $I->click('Save Changes'); -// -// $I->amOnPage('/'); -// -// $I->seeInSource('wp-convertkit.js'); -// } + public function makeDatabaseUtf8() { + global $wpdb; + $table = $wpdb->prefix . 'options'; + return $wpdb->query( "ALTER TABLE $table CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci" ); + } + } \ No newline at end of file diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 149bce84f..65130926e 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -5,28 +5,28 @@ * @package Convertkit */ -require_once(dirname(__DIR__) . '/vendor/autoload.php'); - -$_tests_dir = getenv( 'WP_TESTS_DIR' ); - -if ( ! $_tests_dir ) { - $_tests_dir = rtrim( sys_get_temp_dir(), '/\\' ) . '/wordpress-tests-lib'; -} - -if ( ! file_exists( $_tests_dir . '/includes/functions.php' ) ) { - throw new Exception( "Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" ); -} - -// Give access to tests_add_filter() function. -require_once $_tests_dir . '/includes/functions.php'; - -/** - * Manually load the plugin being tested. - */ -function _manually_load_plugin() { - require dirname( dirname( __FILE__ ) ) . '/wp-convertkit.php'; -} -tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); - -// Start up the WP testing environment. -require $_tests_dir . '/includes/bootstrap.php'; +//require_once(dirname(__DIR__) . '/vendor/autoload.php'); +// +//$_tests_dir = getenv( 'WP_TESTS_DIR' ); +// +//if ( ! $_tests_dir ) { +// $_tests_dir = rtrim( sys_get_temp_dir(), '/\\' ) . '/wordpress-tests-lib'; +//} +// +//if ( ! file_exists( $_tests_dir . '/includes/functions.php' ) ) { +// throw new Exception( "Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" ); +//} +// +//// Give access to tests_add_filter() function. +//require_once $_tests_dir . '/includes/functions.php'; +// +///** +// * Manually load the plugin being tested. +// */ +//function _manually_load_plugin() { +// require dirname( dirname( __FILE__ ) ) . '/wp-convertkit.php'; +//} +//tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); +// +//// Start up the WP testing environment. +//require $_tests_dir . '/includes/bootstrap.php'; diff --git a/wp-convertkit.php b/wp-convertkit.php index 79d5981f8..7774b4b41 100644 --- a/wp-convertkit.php +++ b/wp-convertkit.php @@ -18,7 +18,10 @@ define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ ); define( 'CONVERTKIT_PLUGIN_VERSION', '1.7.4' ); -require_once CONVERTKIT_PLUGIN_PATH . '/vendor/autoload.php'; +var_dump(CONVERTKIT_PLUGIN_PATH); +//require_once CONVERTKIT_PLUGIN_PATH . '/vendor/autoload.php'; + +require_once __DIR__ . '/vendor/autoload.php'; require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit.php'; require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-api.php'; From 827624bf402962b7c0a161ca2112c8499a8c597b Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Mon, 8 Apr 2019 13:41:49 -0600 Subject: [PATCH 03/13] revert back to old version of main plugin file --- wp-convertkit.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wp-convertkit.php b/wp-convertkit.php index 7774b4b41..79d5981f8 100644 --- a/wp-convertkit.php +++ b/wp-convertkit.php @@ -18,10 +18,7 @@ define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ ); define( 'CONVERTKIT_PLUGIN_VERSION', '1.7.4' ); -var_dump(CONVERTKIT_PLUGIN_PATH); -//require_once CONVERTKIT_PLUGIN_PATH . '/vendor/autoload.php'; - -require_once __DIR__ . '/vendor/autoload.php'; +require_once CONVERTKIT_PLUGIN_PATH . '/vendor/autoload.php'; require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit.php'; require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-api.php'; From 9634c37915f27d9e47c07622510b4f0eac3178fb Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Wed, 17 Apr 2019 14:11:26 -0600 Subject: [PATCH 04/13] WIP tests --- composer.json | 2 - composer.lock | 423 ++++++++++++++++++------------------- tests/acceptance.suite.yml | 4 +- 3 files changed, 211 insertions(+), 218 deletions(-) diff --git a/composer.json b/composer.json index 7bf24ebb9..c8423fce6 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,6 @@ "oldmine/relative-to-absolute-url": "~1.0" }, "require-dev": { - "phpunit/phpunit": "^6.5", - "vlucas/phpdotenv": "^2.4", "lucatume/wp-browser": "^2.2" }, "minimum-stability": "dev", diff --git a/composer.lock b/composer.lock index 8a535aa47..dc2199bbf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8768f06c47d70aa61f768e3c6281b88f", + "content-hash": "ddc39c4cac167f01c720a84e1b177bd8", "packages": [ { "name": "kub-at/php-simple-html-dom-parser", @@ -331,26 +331,23 @@ }, { "name": "codeception/phpunit-wrapper", - "version": "6.6.1", + "version": "7.7.1", "source": { "type": "git", "url": "https://github.com/Codeception/phpunit-wrapper.git", - "reference": "d0da25a98bcebeb15d97c2ad3b2de6166b6e7a0c" + "reference": "ab04a956264291505ea84998f43cf91639b4575d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/d0da25a98bcebeb15d97c2ad3b2de6166b6e7a0c", - "reference": "d0da25a98bcebeb15d97c2ad3b2de6166b6e7a0c", + "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/ab04a956264291505ea84998f43cf91639b4575d", + "reference": "ab04a956264291505ea84998f43cf91639b4575d", "shasum": "" }, "require": { - "phpunit/php-code-coverage": ">=4.0.4 <6.0", - "phpunit/phpunit": ">=6.5.13 <7.0", - "sebastian/comparator": ">=1.2.4 <3.0", - "sebastian/diff": ">=1.4 <4.0" - }, - "replace": { - "codeception/phpunit-wrapper": "*" + "phpunit/php-code-coverage": "^6.0", + "phpunit/phpunit": "7.5.*", + "sebastian/comparator": "^3.0", + "sebastian/diff": "^3.0" }, "require-dev": { "codeception/specify": "*", @@ -373,7 +370,7 @@ } ], "description": "PHPUnit classes used by Codeception", - "time": "2019-02-26T20:47:39+00:00" + "time": "2019-02-26T20:35:32+00:00" }, { "name": "codeception/stub", @@ -463,16 +460,16 @@ }, { "name": "composer/composer", - "version": "1.8.4", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "bc364c2480c17941e2135cfc568fa41794392534" + "reference": "949b116f9e7d98d8d276594fed74b580d125c0e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/bc364c2480c17941e2135cfc568fa41794392534", - "reference": "bc364c2480c17941e2135cfc568fa41794392534", + "url": "https://api.github.com/repos/composer/composer/zipball/949b116f9e7d98d8d276594fed74b580d125c0e6", + "reference": "949b116f9e7d98d8d276594fed74b580d125c0e6", "shasum": "" }, "require": { @@ -539,7 +536,7 @@ "dependency", "package" ], - "time": "2019-02-11T09:52:10+00:00" + "time": "2019-04-09T15:46:48+00:00" }, { "name": "composer/semver", @@ -1214,16 +1211,16 @@ }, { "name": "illuminate/contracts", - "version": "v5.8.9", + "version": "v5.8.11", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "7224ed316427ae5f67c4888679bbf7f6e7773660" + "reference": "384b4daa2c738455f249c7f6f368197a5118ec43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/7224ed316427ae5f67c4888679bbf7f6e7773660", - "reference": "7224ed316427ae5f67c4888679bbf7f6e7773660", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/384b4daa2c738455f249c7f6f368197a5118ec43", + "reference": "384b4daa2c738455f249c7f6f368197a5118ec43", "shasum": "" }, "require": { @@ -1254,20 +1251,20 @@ ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", - "time": "2019-03-06T19:39:19+00:00" + "time": "2019-04-03T08:58:07+00:00" }, { "name": "illuminate/support", - "version": "v5.8.9", + "version": "v5.8.11", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "e275519c58246cc4011c798f9b0a0f83aae2aab7" + "reference": "601ca709bb612482848a9f330aa66490b5d85fef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/e275519c58246cc4011c798f9b0a0f83aae2aab7", - "reference": "e275519c58246cc4011c798f9b0a0f83aae2aab7", + "url": "https://api.github.com/repos/illuminate/support/zipball/601ca709bb612482848a9f330aa66490b5d85fef", + "reference": "601ca709bb612482848a9f330aa66490b5d85fef", "shasum": "" }, "require": { @@ -1315,7 +1312,7 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2019-04-01T19:02:05+00:00" + "time": "2019-04-08T12:54:41+00:00" }, { "name": "justinrainbow/json-schema", @@ -1385,16 +1382,16 @@ }, { "name": "lucatume/wp-browser", - "version": "2.2.0", + "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/lucatume/wp-browser.git", - "reference": "b5da0c0eff915849faec11b23bbadc5052ed6925" + "reference": "2d84389c3f56d16cca52e0ccb06e03d714faa948" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/b5da0c0eff915849faec11b23bbadc5052ed6925", - "reference": "b5da0c0eff915849faec11b23bbadc5052ed6925", + "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/2d84389c3f56d16cca52e0ccb06e03d714faa948", + "reference": "2d84389c3f56d16cca52e0ccb06e03d714faa948", "shasum": "" }, "require": { @@ -1405,12 +1402,11 @@ "lucatume/wp-browser-commons": "^1.2.5", "php": ">=5.6.0", "symfony/process": ">=2.7 <5.0", - "vlucas/phpdotenv": "^2.4", + "vlucas/phpdotenv": "^3.0", "wp-cli/wp-cli": "^1.1" }, "require-dev": { - "mikey179/vfsstream": "^1.6", - "ofbeaton/console-tester": "^1.1" + "mikey179/vfsstream": "^1.6" }, "type": "library", "autoload": { @@ -1440,7 +1436,7 @@ "codeception", "wordpress" ], - "time": "2018-11-29T13:58:24+00:00" + "time": "2019-04-14T12:46:27+00:00" }, { "name": "lucatume/wp-browser-commons", @@ -1599,20 +1595,20 @@ }, { "name": "myclabs/deep-copy", - "version": "1.9.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "78af75148f9fdd34ea727c8b529a9b4a8f7b740c" + "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/78af75148f9fdd34ea727c8b529a9b4a8f7b740c", - "reference": "78af75148f9fdd34ea727c8b529a9b4a8f7b740c", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", + "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", "shasum": "" }, "require": { - "php": "^7.2" + "php": "^7.1" }, "replace": { "myclabs/deep-copy": "self.version" @@ -1620,8 +1616,6 @@ "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", - "phpstan/phpstan": "^0.9.2", - "phpstan/phpstan-phpunit": "^0.9.4", "phpunit/phpunit": "^7.1" }, "type": "library", @@ -1645,7 +1639,7 @@ "object", "object graph" ], - "time": "2018-10-30T00:14:44+00:00" + "time": "2019-04-07T13:18:21+00:00" }, { "name": "nb/oxymel", @@ -1750,22 +1744,22 @@ }, { "name": "phar-io/manifest", - "version": "1.0.1", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", - "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", "shasum": "" }, "require": { "ext-dom": "*", "ext-phar": "*", - "phar-io/version": "^1.0.1", + "phar-io/version": "^2.0", "php": "^5.6 || ^7.0" }, "type": "library", @@ -1801,20 +1795,20 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2017-03-05T18:14:27+00:00" + "time": "2018-07-08T19:23:20+00:00" }, { "name": "phar-io/version", - "version": "1.0.1", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", - "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", - "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", + "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", "shasum": "" }, "require": { @@ -1848,7 +1842,7 @@ } ], "description": "Library for handling version information and constraints", - "time": "2017-03-05T17:38:23+00:00" + "time": "2018-07-08T19:19:57+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -2002,6 +1996,56 @@ ], "time": "2017-07-14T14:27:02+00:00" }, + { + "name": "phpoption/phpoption", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", + "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.7.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-0": { + "PhpOption\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "time": "2015-07-25T16:39:46+00:00" + }, { "name": "phpspec/prophecy", "version": "1.8.0", @@ -2067,40 +2111,40 @@ }, { "name": "phpunit/php-code-coverage", - "version": "5.3.2", + "version": "6.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "c89677919c5dd6d3b3852f230a663118762218ac" + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", - "reference": "c89677919c5dd6d3b3852f230a663118762218ac", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", - "php": "^7.0", - "phpunit/php-file-iterator": "^1.4.2", + "php": "^7.1", + "phpunit/php-file-iterator": "^2.0", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^2.0.1", + "phpunit/php-token-stream": "^3.0", "sebastian/code-unit-reverse-lookup": "^1.0.1", - "sebastian/environment": "^3.0", + "sebastian/environment": "^3.1 || ^4.0", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^7.0" }, "suggest": { - "ext-xdebug": "^2.5.5" + "ext-xdebug": "^2.6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.3.x-dev" + "dev-master": "6.1-dev" } }, "autoload": { @@ -2126,29 +2170,32 @@ "testing", "xunit" ], - "time": "2018-04-06T15:36:58+00:00" + "time": "2018-10-31T16:06:48+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "1.4.5", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" + "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", + "reference": "050bedf145a257b1ff02746c31894800e5122946", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.1" + }, + "require-dev": { + "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -2163,7 +2210,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -2173,7 +2220,7 @@ "filesystem", "iterator" ], - "time": "2017-11-27T13:52:08+00:00" + "time": "2018-09-13T20:33:42+00:00" }, { "name": "phpunit/php-text-template", @@ -2218,28 +2265,28 @@ }, { "name": "phpunit/php-timer", - "version": "1.0.9", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059", + "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -2254,7 +2301,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -2263,33 +2310,33 @@ "keywords": [ "timer" ], - "time": "2017-02-26T11:10:40+00:00" + "time": "2019-02-20T10:12:59+00:00" }, { "name": "phpunit/php-token-stream", - "version": "2.0.2", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "791198a2c6254db10131eecfe8c06670700904db" + "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", - "reference": "791198a2c6254db10131eecfe8c06670700904db", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18", + "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": "^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^6.2.4" + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -2312,57 +2359,57 @@ "keywords": [ "tokenizer" ], - "time": "2017-11-27T05:48:46+00:00" + "time": "2018-10-30T05:52:18+00:00" }, { "name": "phpunit/phpunit", - "version": "6.5.14", + "version": "7.5.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7" + "reference": "c29c0525cf4572c11efe1db49a8b8aee9dfac58a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7", - "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c29c0525cf4572c11efe1db49a8b8aee9dfac58a", + "reference": "c29c0525cf4572c11efe1db49a8b8aee9dfac58a", "shasum": "" }, "require": { + "doctrine/instantiator": "^1.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", - "myclabs/deep-copy": "^1.6.1", - "phar-io/manifest": "^1.0.1", - "phar-io/version": "^1.0", - "php": "^7.0", + "myclabs/deep-copy": "^1.7", + "phar-io/manifest": "^1.0.2", + "phar-io/version": "^2.0", + "php": "^7.1", "phpspec/prophecy": "^1.7", - "phpunit/php-code-coverage": "^5.3", - "phpunit/php-file-iterator": "^1.4.3", + "phpunit/php-code-coverage": "^6.0.7", + "phpunit/php-file-iterator": "^2.0.1", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^1.0.9", - "phpunit/phpunit-mock-objects": "^5.0.9", - "sebastian/comparator": "^2.1", - "sebastian/diff": "^2.0", - "sebastian/environment": "^3.1", + "phpunit/php-timer": "^2.1", + "sebastian/comparator": "^3.0", + "sebastian/diff": "^3.0", + "sebastian/environment": "^4.0", "sebastian/exporter": "^3.1", "sebastian/global-state": "^2.0", "sebastian/object-enumerator": "^3.0.3", - "sebastian/resource-operations": "^1.0", + "sebastian/resource-operations": "^2.0", "sebastian/version": "^2.0.1" }, "conflict": { - "phpdocumentor/reflection-docblock": "3.0.2", - "phpunit/dbunit": "<3.0" + "phpunit/phpunit-mock-objects": "*" }, "require-dev": { "ext-pdo": "*" }, "suggest": { + "ext-soap": "*", "ext-xdebug": "*", - "phpunit/php-invoker": "^1.1" + "phpunit/php-invoker": "^2.0" }, "bin": [ "phpunit" @@ -2370,7 +2417,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.5.x-dev" + "dev-master": "7.5-dev" } }, "autoload": { @@ -2396,67 +2443,7 @@ "testing", "xunit" ], - "time": "2019-02-01T05:22:47+00:00" - }, - { - "name": "phpunit/phpunit-mock-objects", - "version": "5.0.10", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", - "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.5", - "php": "^7.0", - "phpunit/php-text-template": "^1.2.1", - "sebastian/exporter": "^3.1" - }, - "conflict": { - "phpunit/phpunit": "<6.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.5.11" - }, - "suggest": { - "ext-soap": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", - "keywords": [ - "mock", - "xunit" - ], - "abandoned": true, - "time": "2018-08-09T05:50:03+00:00" + "time": "2019-03-26T13:23:54+00:00" }, { "name": "psr/container", @@ -2834,30 +2821,30 @@ }, { "name": "sebastian/comparator", - "version": "2.1.3", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", - "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "shasum": "" }, "require": { - "php": "^7.0", - "sebastian/diff": "^2.0 || ^3.0", + "php": "^7.1", + "sebastian/diff": "^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -2894,32 +2881,33 @@ "compare", "equality" ], - "time": "2018-02-01T13:46:46+00:00" + "time": "2018-07-12T15:12:46+00:00" }, { "name": "sebastian/diff", - "version": "2.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", - "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "shasum": "" }, "require": { - "php": "^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "phpunit/phpunit": "^7.5 || ^8.0", + "symfony/process": "^2 || ^3.3 || ^4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -2944,34 +2932,40 @@ "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ - "diff" + "diff", + "udiff", + "unidiff", + "unified diff" ], - "time": "2017-08-03T08:09:46+00:00" + "time": "2019-02-04T06:01:07+00:00" }, { "name": "sebastian/environment", - "version": "3.1.0", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" + "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", - "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656", + "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656", "shasum": "" }, "require": { - "php": "^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^6.1" + "phpunit/phpunit": "^7.5" + }, + "suggest": { + "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1.x-dev" + "dev-master": "4.1-dev" } }, "autoload": { @@ -2996,7 +2990,7 @@ "environment", "hhvm" ], - "time": "2017-07-01T08:51:00+00:00" + "time": "2019-02-01T05:27:49+00:00" }, { "name": "sebastian/exporter", @@ -3263,25 +3257,25 @@ }, { "name": "sebastian/resource-operations", - "version": "1.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "shasum": "" }, "require": { - "php": ">=5.6.0" + "php": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -3301,7 +3295,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2015-07-28T20:34:47+00:00" + "time": "2018-10-04T04:07:39+00:00" }, { "name": "sebastian/version", @@ -4366,29 +4360,30 @@ }, { "name": "vlucas/phpdotenv", - "version": "v2.6.1", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5" + "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5", - "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dbcc609971dd9b55f48b8008b553d79fd372ddde", + "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde", "shasum": "" }, "require": { - "php": ">=5.3.9", + "php": "^5.4 || ^7.0", + "phpoption/phpoption": "^1.5", "symfony/polyfill-ctype": "^1.9" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.0" + "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6-dev" + "dev-master": "3.3-dev" } }, "autoload": { @@ -4413,7 +4408,7 @@ "env", "environment" ], - "time": "2019-01-29T11:11:52+00:00" + "time": "2019-03-06T09:39:45+00:00" }, { "name": "webmozart/assert", diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 415e79d1d..12d6024ad 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -15,7 +15,7 @@ modules: - WPCLI config: WPDb: - dsn: 'mysql:host=localhost;dbname=%TEST_SITE_DB_NAME%' + dsn: 'mysql:host=%TEST_SITE_DB_HOST%;dbname=%TEST_SITE_DB_NAME%' user: '%TEST_SITE_DB_USER%' password: '' dump: 'tests/_data/dump.sql' @@ -43,5 +43,5 @@ modules: adminPassword: '%TEST_SITE_ADMIN_PASSWORD%' adminPath: '/wp-admin' WPCLI: - path: /Users/travis/sites/ck + path: %WP_ROOT_FOLDER% throw: true From 0755f0770c58dcb855c120d77e547fcbfe61aee9 Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Mon, 22 Apr 2019 08:10:27 -0600 Subject: [PATCH 05/13] WIP tests --- tests/acceptance.suite.yml | 4 +- tests/acceptance/DatabaseCharacterSetCest.php | 44 +++++++++++++++++-- 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 12d6024ad..19f23204e 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -17,7 +17,7 @@ modules: WPDb: dsn: 'mysql:host=%TEST_SITE_DB_HOST%;dbname=%TEST_SITE_DB_NAME%' user: '%TEST_SITE_DB_USER%' - password: '' + password: '%TEST_SITE_DB_PASSWORD%' dump: 'tests/_data/dump.sql' #import the dump before the tests; this means the test site database will be repopulated before the tests. populate: true @@ -32,7 +32,7 @@ modules: dbName: '%TEST_SITE_DB_NAME%' dbHost: '%TEST_DB_HOST%' dbUser: '%TEST_SITE_DB_USER%' - dbPassword: '' + dbPassword: '%TEST_SITE_DB_PASSWORD%' wpDebug: true tablePrefix: '%TEST_SITE_TABLE_PREFIX%' domain: '%TEST_SITE_WP_DOMAIN%' diff --git a/tests/acceptance/DatabaseCharacterSetCest.php b/tests/acceptance/DatabaseCharacterSetCest.php index 51668f2f6..509a5a532 100644 --- a/tests/acceptance/DatabaseCharacterSetCest.php +++ b/tests/acceptance/DatabaseCharacterSetCest.php @@ -24,8 +24,17 @@ public function _before( AcceptanceTester $I ) { */ public function testSettingsPage( AcceptanceTester $I ) { - $res = $this->makeDatabaseUtf8(); - codecept_debug($res); + $charset = $this->_optionValueCharacterSet(); + $this->_debug($charset); + + $this->_makeDatabaseUtf8(); + + $charset = $this->_optionValueCharacterSet(); + $this->_debug($charset); + + + $charset = $this->_optionValueCharacterSet(); + $this->_debug($charset); $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings' ); @@ -50,10 +59,39 @@ public function testSettingsPage( AcceptanceTester $I ) { /** * @return bool|false|int */ - public function makeDatabaseUtf8() { + public function _makeDatabaseUtf8() { + global $wpdb; + $table = $wpdb->prefix . 'options'; + return $wpdb->query( "ALTER TABLE $table CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci" ); + } + + /** + * @return bool|false|int + */ + public function _makeDatabaseUtf8mb4() { global $wpdb; $table = $wpdb->prefix . 'options'; return $wpdb->query( "ALTER TABLE $table CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci" ); } + public function _optionValueCharacterSet() { + global $wpdb; + + $charset = $wpdb->get_results( "SELECT CHARACTER_SET_NAME FROM information_schema.columns WHERE TABLE_SCHEMA = 'local' AND TABLE_NAME = 'wp_options' AND COLUMN_NAME = 'option_value'"); + + return $charset; + } + + public function _debug( $string = '' ) { + codecept_debug('####################################'); + codecept_debug('####################################'); + codecept_debug(''); + + codecept_debug($string); + + codecept_debug(''); + codecept_debug('####################################'); + codecept_debug('####################################'); + } + } \ No newline at end of file From b051ff9e96f3e9fcea990de4dd20d7afe08046dd Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Tue, 23 Apr 2019 11:18:08 -0600 Subject: [PATCH 06/13] ignore testing .env file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13572c578..c22ed05d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ convertkit-svn node_modules/ .env +.env.testing .DS_Store inc/log.txt log.txt From 9c4eeb924192c7df6248782dc491f94698cee67e Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Tue, 23 Apr 2019 11:22:11 -0600 Subject: [PATCH 07/13] clean up testing branch --- admin/class-convertkit-settings.php | 44 +++++++++++------------------ includes/class-convertkit-api.php | 26 ----------------- 2 files changed, 16 insertions(+), 54 deletions(-) diff --git a/admin/class-convertkit-settings.php b/admin/class-convertkit-settings.php index 94d886b5f..f00ad642a 100644 --- a/admin/class-convertkit-settings.php +++ b/admin/class-convertkit-settings.php @@ -123,7 +123,22 @@ public function display_settings_page() { * Check for utf8mb4 support. * Lack of support will cause problems if any content pulled in from ConvertKit contains emoji characters */ - $this->maybe_warn_utf8(); + global $wpdb; + if ( $wpdb->get_col_charset( 'wp_options', 'option_value' ) !== 'utf8mb4' ) { + ?> +
+

+ + utf8mb4 character set' ); + ?> + +

+
+ get_col_charset( 'wp_options', 'option_value' ) !== 'utf8mb4' ) { - return $this->show_utf8_warning(); - } - else { - return false; - } - } - - public function show_utf8_warning() { - ?> -
-

- - utf8mb4 character set' ); - ?> - -

-
- Date: Mon, 22 Apr 2019 14:23:23 -0600 Subject: [PATCH 08/13] Add caveat to utf8mb4 notice on settings page --- admin/class-convertkit-settings.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/class-convertkit-settings.php b/admin/class-convertkit-settings.php index f00ad642a..976d2824b 100644 --- a/admin/class-convertkit-settings.php +++ b/admin/class-convertkit-settings.php @@ -129,11 +129,11 @@ public function display_settings_page() {

- utf8mb4 character set' ); - ?> + If you experience difficulties connecting to ConvertKit, this may be why. Please contact your webhost to have your database upgraded. If you do not notice any issues, you may safely ignore this message.', + 'convertkit' ), + 'utf8mb4 character set' ); + ?>

From 38d5a3d412aeab1d2c8a0eddafaa474c6b3e0e6c Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Tue, 23 Apr 2019 14:32:44 -0600 Subject: [PATCH 09/13] Only return false from attempting to update stored content if failure Prior to this change, we were directly using WordPress's built-in update_option() function to store forms, tags, and landing pages. The problem with this is that if any emoji were included in the content we attempted to store, the update_option() call would fail if the site's database did not support the utf8mb4 character set, and would return false. However, it would also return false if there was simply no change between the prior value and the new value! This is absurd. Related: https://core.trac.wordpress.org/ticket/41099 Because of this, our attempted check for utf8mb4 problems was naively triggering in this scenario: 1) Any of forms, tags, or LPs were unchanged when an update was attempted, AND 2) The site's database did not support the utf8mb4 character set, AND 3) No emoji characters were presnt in the content we attempted to save In the above scenario, customers would get a false positive warning, which resulted in an increase in support tickets related to this issue. With this change, we first attempt the update_option() call. If, and only if, it returns false, we then check to see if what we just attempted to save matches what was already stored (by performing a get_option() call). If it does match, then our wrapper function returns true, so our warning does not fire. Closes #193 --- includes/class-convertkit-api.php | 36 +++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/includes/class-convertkit-api.php b/includes/class-convertkit-api.php index dcd1a4b32..fb223da71 100644 --- a/includes/class-convertkit-api.php +++ b/includes/class-convertkit-api.php @@ -126,9 +126,9 @@ public function update_resources( $api_key ) { 'name' => 'Error contacting API', ); - $update_forms = update_option( 'convertkit_forms', $forms ); - $update_landing_pages = update_option( 'convertkit_landing_pages', $landing_pages ); - $update_tags = update_option( 'convertkit_tags', $tags ); + $update_forms = $this->maybe_update_option( 'convertkit_forms', $forms ); + $update_landing_pages = $this->maybe_update_option( 'convertkit_landing_pages', $landing_pages ); + $update_tags = $this->maybe_update_option( 'convertkit_tags', $tags ); } else { @@ -144,8 +144,8 @@ public function update_resources( $api_key ) { $forms[ $form['id'] ] = $form; } } - $update_forms = update_option( 'convertkit_forms', $forms ); - $update_landing_pages = update_option( 'convertkit_landing_pages', $landing_pages ); + $update_forms = $this->maybe_update_option( 'convertkit_forms', $forms ); + $update_landing_pages = $this->maybe_update_option( 'convertkit_landing_pages', $landing_pages ); // Tags $api_response = $this->_get_api_response( 'tags' ); @@ -153,12 +153,36 @@ public function update_resources( $api_key ) { foreach ( $response as $tag ) { $tags[] = $tag; } - $update_tags = update_option( 'convertkit_tags', $tags ); + $update_tags = $this->maybe_update_option( 'convertkit_tags', $tags ); } return $update_forms && $update_landing_pages && $update_tags; } + /** + * Attempt to store updated forms, tags, or landing pages retrieved from the ConvertKit API. + * If they match what is already stored, WordPress's built in update_option() function will return + * false, which is unhelpful. So, if it returns false, we check if what we tried to store matches what is + * already stored, and if so, we return true. + * + * This way, we know if there was a failure or not. + * + * @param string $option_name + * @param mixed $option_value + * + * return bool true if option was updated or if no update was needed, false if failure + */ + public function maybe_update_option( $option_name, $option_value ) { + $result = update_option( $option_name, $option_value ); + + if ( !$result ) { + $old = get_option( $option_name, $option_value ); + $result = $old === $option_value ? true : false; + } + + return $result; + } + /** * Gets a resource index * From 1cf2265279fee14d4c5ae973b13b6830817aa17f Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Mon, 29 Apr 2019 14:41:51 -0600 Subject: [PATCH 10/13] Switch to using our fork of the simple-html-dom-parser library Closes #200 This switches to using our fork, which has constants safely defined: https://github.com/ConvertKit/php-simple-html-dom-parser/commit/2133982fa268436eca5a8ea2a2dd47344736edb0 --- composer.json | 6 +- composer.lock | 177 ++++++++++++++++++++++++++------------------------ 2 files changed, 97 insertions(+), 86 deletions(-) diff --git a/composer.json b/composer.json index c8423fce6..ece76212c 100644 --- a/composer.json +++ b/composer.json @@ -7,10 +7,14 @@ { "type": "vcs", "url": "https://github.com/ConvertKit/relative-to-absolute-url" + }, + { + "type": "vcs", + "url": "https://github.com/ConvertKit/php-simple-html-dom-parser" } ], "require": { - "kub-at/php-simple-html-dom-parser": "~1.7.1", + "kub-at/php-simple-html-dom-parser": "~1.8.2", "oldmine/relative-to-absolute-url": "~1.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index dc2199bbf..ea15dc717 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ddc39c4cac167f01c720a84e1b177bd8", + "content-hash": "66059a2af4d14e584e7d3b0a950d32d2", "packages": [ { "name": "kub-at/php-simple-html-dom-parser", - "version": "1.7.1", + "version": "1.8.2", "source": { "type": "git", - "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git", - "reference": "7a745b20157efb0f1be3021394769bd6b8e9ed4e" + "url": "https://github.com/ConvertKit/php-simple-html-dom-parser.git", + "reference": "2133982fa268436eca5a8ea2a2dd47344736edb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/7a745b20157efb0f1be3021394769bd6b8e9ed4e", - "reference": "7a745b20157efb0f1be3021394769bd6b8e9ed4e", + "url": "https://api.github.com/repos/ConvertKit/php-simple-html-dom-parser/zipball/2133982fa268436eca5a8ea2a2dd47344736edb0", + "reference": "2133982fa268436eca5a8ea2a2dd47344736edb0", "shasum": "" }, "require": { @@ -29,7 +29,6 @@ "KubAT\\PhpSimple\\HtmlDomParser": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -46,11 +45,14 @@ "description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible", "homepage": "http://simplehtmldom.sourceforge.net/", "keywords": [ - "Simple", "dom", - "html" + "html", + "simple" ], - "time": "2019-01-02T14:33:28+00:00" + "support": { + "source": "https://github.com/ConvertKit/php-simple-html-dom-parser/tree/1.8.2" + }, + "time": "2019-04-24T20:12:57+00:00" }, { "name": "oldmine/relative-to-absolute-url", @@ -239,16 +241,16 @@ }, { "name": "codeception/codeception", - "version": "2.5.5", + "version": "2.5.6", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "547a64cb31edcf1902b296c511f5ca74101bcb4c" + "reference": "b83a9338296e706fab2ceb49de8a352fbca3dc98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/547a64cb31edcf1902b296c511f5ca74101bcb4c", - "reference": "547a64cb31edcf1902b296c511f5ca74101bcb4c", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b83a9338296e706fab2ceb49de8a352fbca3dc98", + "reference": "b83a9338296e706fab2ceb49de8a352fbca3dc98", "shasum": "" }, "require": { @@ -327,7 +329,7 @@ "functional testing", "unit testing" ], - "time": "2019-03-23T17:57:45+00:00" + "time": "2019-04-24T11:28:19+00:00" }, { "name": "codeception/phpunit-wrapper", @@ -1211,16 +1213,16 @@ }, { "name": "illuminate/contracts", - "version": "v5.8.11", + "version": "v5.8.14", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "384b4daa2c738455f249c7f6f368197a5118ec43" + "reference": "0b3cbe19051c9a8c247091cc0867d3b65250d093" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/384b4daa2c738455f249c7f6f368197a5118ec43", - "reference": "384b4daa2c738455f249c7f6f368197a5118ec43", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/0b3cbe19051c9a8c247091cc0867d3b65250d093", + "reference": "0b3cbe19051c9a8c247091cc0867d3b65250d093", "shasum": "" }, "require": { @@ -1251,20 +1253,20 @@ ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", - "time": "2019-04-03T08:58:07+00:00" + "time": "2019-04-21T18:51:09+00:00" }, { "name": "illuminate/support", - "version": "v5.8.11", + "version": "v5.8.14", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "601ca709bb612482848a9f330aa66490b5d85fef" + "reference": "e1b62fbf219dc1fa7154b0abef3975a41038bca7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/601ca709bb612482848a9f330aa66490b5d85fef", - "reference": "601ca709bb612482848a9f330aa66490b5d85fef", + "url": "https://api.github.com/repos/illuminate/support/zipball/e1b62fbf219dc1fa7154b0abef3975a41038bca7", + "reference": "e1b62fbf219dc1fa7154b0abef3975a41038bca7", "shasum": "" }, "require": { @@ -1312,7 +1314,7 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2019-04-08T12:54:41+00:00" + "time": "2019-04-22T13:12:35+00:00" }, { "name": "justinrainbow/json-schema", @@ -1382,21 +1384,22 @@ }, { "name": "lucatume/wp-browser", - "version": "2.2.2", + "version": "2.2.5", "source": { "type": "git", "url": "https://github.com/lucatume/wp-browser.git", - "reference": "2d84389c3f56d16cca52e0ccb06e03d714faa948" + "reference": "793a608b150dab8d38b6eb00193b4f4b5ef83e2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/2d84389c3f56d16cca52e0ccb06e03d714faa948", - "reference": "2d84389c3f56d16cca52e0ccb06e03d714faa948", + "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/793a608b150dab8d38b6eb00193b4f4b5ef83e2c", + "reference": "793a608b150dab8d38b6eb00193b4f4b5ef83e2c", "shasum": "" }, "require": { "antecedent/patchwork": "^2.0", "codeception/codeception": "~2.5.0", + "ext-fileinfo": "*", "ext-pdo": "*", "gumlet/php-image-resize": "^1.6", "lucatume/wp-browser-commons": "^1.2.5", @@ -1406,7 +1409,9 @@ "wp-cli/wp-cli": "^1.1" }, "require-dev": { - "mikey179/vfsstream": "^1.6" + "erusev/parsedown": "^1.7", + "mikey179/vfsstream": "^1.6", + "victorjonsson/markdowndocs": "dev-master" }, "type": "library", "autoload": { @@ -1436,7 +1441,7 @@ "codeception", "wordpress" ], - "time": "2019-04-14T12:46:27+00:00" + "time": "2019-04-22T08:10:51+00:00" }, { "name": "lucatume/wp-browser-commons", @@ -1684,16 +1689,16 @@ }, { "name": "nesbot/carbon", - "version": "2.16.3", + "version": "2.17.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "373d9f0d58651af366435148c39beb702c2b7ef4" + "reference": "9b49d637ad009e5e211142bc7492adcb19dbd645" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/373d9f0d58651af366435148c39beb702c2b7ef4", - "reference": "373d9f0d58651af366435148c39beb702c2b7ef4", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/9b49d637ad009e5e211142bc7492adcb19dbd645", + "reference": "9b49d637ad009e5e211142bc7492adcb19dbd645", "shasum": "" }, "require": { @@ -1703,9 +1708,9 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", - "kylekatarnls/multi-tester": "^0.1", + "kylekatarnls/multi-tester": "^1.1", "phpmd/phpmd": "^2.6", - "phpstan/phpstan": "^0.10.8", + "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.5 || ^8.0", "squizlabs/php_codesniffer": "^3.4" }, @@ -1740,7 +1745,7 @@ "datetime", "time" ], - "time": "2019-04-06T17:09:23+00:00" + "time": "2019-04-17T08:51:36+00:00" }, { "name": "phar-io/manifest", @@ -2363,16 +2368,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.5.8", + "version": "7.5.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c29c0525cf4572c11efe1db49a8b8aee9dfac58a" + "reference": "134669cf0eeac3f79bc7f0c793efbc158bffc160" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c29c0525cf4572c11efe1db49a8b8aee9dfac58a", - "reference": "c29c0525cf4572c11efe1db49a8b8aee9dfac58a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/134669cf0eeac3f79bc7f0c793efbc158bffc160", + "reference": "134669cf0eeac3f79bc7f0c793efbc158bffc160", "shasum": "" }, "require": { @@ -2443,7 +2448,7 @@ "testing", "xunit" ], - "time": "2019-03-26T13:23:54+00:00" + "time": "2019-04-19T15:50:46+00:00" }, { "name": "psr/container", @@ -3435,16 +3440,16 @@ }, { "name": "symfony/browser-kit", - "version": "v4.2.5", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "61d85c5af2fc058014c7c89504c3944e73a086f0" + "reference": "c09c18cca96d7067152f78956faf55346c338283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/61d85c5af2fc058014c7c89504c3944e73a086f0", - "reference": "61d85c5af2fc058014c7c89504c3944e73a086f0", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c09c18cca96d7067152f78956faf55346c338283", + "reference": "c09c18cca96d7067152f78956faf55346c338283", "shasum": "" }, "require": { @@ -3488,11 +3493,11 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2019-02-23T15:17:42+00:00" + "time": "2019-04-07T09:56:43+00:00" }, { "name": "symfony/config", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/config.git", @@ -3556,16 +3561,16 @@ }, { "name": "symfony/console", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e" + "reference": "15a9104356436cb26e08adab97706654799d31d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e", - "reference": "98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e", + "url": "https://api.github.com/repos/symfony/console/zipball/15a9104356436cb26e08adab97706654799d31d8", + "reference": "15a9104356436cb26e08adab97706654799d31d8", "shasum": "" }, "require": { @@ -3624,11 +3629,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-03-31T11:33:18+00:00" + "time": "2019-04-08T09:29:13+00:00" }, { "name": "symfony/css-selector", - "version": "v4.2.5", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -3681,16 +3686,16 @@ }, { "name": "symfony/debug", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "adbdd5d66342fb0a0bce7422ba68181842b6610d" + "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/adbdd5d66342fb0a0bce7422ba68181842b6610d", - "reference": "adbdd5d66342fb0a0bce7422ba68181842b6610d", + "url": "https://api.github.com/repos/symfony/debug/zipball/681afbb26488903c5ac15e63734f1d8ac430c9b9", + "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9", "shasum": "" }, "require": { @@ -3733,20 +3738,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-03-10T17:07:42+00:00" + "time": "2019-04-11T09:48:14+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "85172cca352fe0790fa6f485ad194862a8ac57ee" + "reference": "dee85a9148399cdb2731603802842bcfd8afe5ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/85172cca352fe0790fa6f485ad194862a8ac57ee", - "reference": "85172cca352fe0790fa6f485ad194862a8ac57ee", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/dee85a9148399cdb2731603802842bcfd8afe5ab", + "reference": "dee85a9148399cdb2731603802842bcfd8afe5ab", "shasum": "" }, "require": { @@ -3804,11 +3809,11 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2019-03-25T07:48:46+00:00" + "time": "2019-04-16T11:13:42+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.2.5", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -3865,7 +3870,7 @@ }, { "name": "symfony/event-dispatcher", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -3928,7 +3933,7 @@ }, { "name": "symfony/filesystem", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -3978,16 +3983,16 @@ }, { "name": "symfony/finder", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "fcdde4aa38f48190ce70d782c166f23930084f9b" + "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/fcdde4aa38f48190ce70d782c166f23930084f9b", - "reference": "fcdde4aa38f48190ce70d782c166f23930084f9b", + "url": "https://api.github.com/repos/symfony/finder/zipball/61af5ce0b34b942d414fe8f1b11950d0e9a90e98", + "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98", "shasum": "" }, "require": { @@ -4023,7 +4028,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-02-22T14:44:53+00:00" + "time": "2019-04-02T19:54:57+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4070,7 +4075,7 @@ }, { "name": "Gert de Pagter", - "email": "backendtea@gmail.com" + "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -4144,16 +4149,16 @@ }, { "name": "symfony/process", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "009f8dda80930e89e8344a4e310b08f9ff07dd2e" + "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/009f8dda80930e89e8344a4e310b08f9ff07dd2e", - "reference": "009f8dda80930e89e8344a4e310b08f9ff07dd2e", + "url": "https://api.github.com/repos/symfony/process/zipball/a9c4dfbf653023b668c282e4e02609d131f4057a", + "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a", "shasum": "" }, "require": { @@ -4189,20 +4194,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:27:11+00:00" + "time": "2019-04-08T16:15:54+00:00" }, { "name": "symfony/translation", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "629ac01240f6ebc253a621e19b84e329fe19a987" + "reference": "aae26f143da71adc8707eb489f1dc86aef7d376b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/629ac01240f6ebc253a621e19b84e329fe19a987", - "reference": "629ac01240f6ebc253a621e19b84e329fe19a987", + "url": "https://api.github.com/repos/symfony/translation/zipball/aae26f143da71adc8707eb489f1dc86aef7d376b", + "reference": "aae26f143da71adc8707eb489f1dc86aef7d376b", "shasum": "" }, "require": { @@ -4219,7 +4224,9 @@ "symfony/config": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "~3.4|~4.0", "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/var-dumper": "~3.4|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { @@ -4257,11 +4264,11 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-03-25T07:48:46+00:00" + "time": "2019-04-10T16:00:48+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.24", + "version": "v3.4.26", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", From 5a1318fff0fec681dcca970a4a237a4a1654b528 Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Mon, 29 Apr 2019 16:08:41 -0600 Subject: [PATCH 11/13] Enable chromedriver tests in Codeception --- tests/acceptance.suite.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index 19f23204e..4872e78fa 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -9,7 +9,8 @@ actor: AcceptanceTester modules: enabled: - WPDb - - WPBrowser +# - WPBrowser + - WPWebDriver - WPLoader - \Helper\Acceptance - WPCLI @@ -27,6 +28,18 @@ modules: url: '%TEST_SITE_WP_URL%' urlReplacement: true #replace the hardcoded dump URL with the one above tablePrefix: '%TEST_SITE_TABLE_PREFIX%' + WPWebDriver: + url: '%TEST_SITE_WP_URL%' + host: '10.0.2.2' + browser: chrome + port: 9515 + window_size: 1024x768 + adminUsername: '%TEST_SITE_ADMIN_USERNAME%' + adminPassword: '%TEST_SITE_ADMIN_PASSWORD%' + adminPath: '/wp-admin' + capabilities: + javascriptEnabled: true, + unexpectedAlertBehaviour: 'ignore' WPLoader: wpRootFolder: '%WP_ROOT_FOLDER%' dbName: '%TEST_SITE_DB_NAME%' From 4657c36eecb2140d4ad3a1d59e5d9aff3072b3f4 Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Mon, 29 Apr 2019 16:48:19 -0600 Subject: [PATCH 12/13] Don't show error on tools tab on first visit with logging on MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #196 Prior to this change, if a user visited the tools tab with logging turned on on the general settings tab, AND had PHP error display turned on in e.g. wp-config.php, then a PHP warning would be shown because our log.txt file would not exist, yet we were trying to get the contents of it. This change ensures that we only get the contents of the file if it already exists; otherwise we show an empty string in the log text area. This change also includes a Codeception test to cover this scenario 🔥🔥🔥 --- .../class-convertkit-settings-tools.php | 3 +- tests/acceptance/LogFileWarningCest.php | 40 +++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 tests/acceptance/LogFileWarningCest.php diff --git a/admin/section/class-convertkit-settings-tools.php b/admin/section/class-convertkit-settings-tools.php index 9038d5d81..c2d53d829 100644 --- a/admin/section/class-convertkit-settings-tools.php +++ b/admin/section/class-convertkit-settings-tools.php @@ -66,8 +66,9 @@ public function render() { * View the Log */ public function view_log() { + // Only try to get file contents if the file exists; otherwise default to empty string $log_file = trailingslashit( CONVERTKIT_PLUGIN_PATH ) . 'log.txt'; - $log = file_get_contents( $log_file ); + $log = file_exists( $log_file ) ? file_get_contents( $log_file ) : ''; ?>
diff --git a/tests/acceptance/LogFileWarningCest.php b/tests/acceptance/LogFileWarningCest.php new file mode 100644 index 000000000..ff7b5b059 --- /dev/null +++ b/tests/acceptance/LogFileWarningCest.php @@ -0,0 +1,40 @@ +loginAsAdmin(); + } + + /** + * @param AcceptanceTester $I + * @param \Codeception\Scenario $scenario + * + * When visiting tools tab of plugin settings page, no PHP warning should be shown, + * even if the log file does not already exist. + */ + public function testWarningIsNotShown(AcceptanceTester $I, \Codeception\Scenario $scenario) + { + $I->wantTo( 'Test that visiting the tools tab of the plugin settings page does not result in a PHP warning being shown.' ); + + /* + * Turn on error reporting and display, so even if wp-config.php somehow has them turned off, we'll + * still see them if the test fails + */ + error_reporting( E_ALL ); + ini_set( 'display_errors', 1 ); + + /** + * Ensure the log file does not already exist + */ + $log_file = trailingslashit( CONVERTKIT_PLUGIN_PATH ) . 'log.txt'; + + if ( file_exists( $log_file ) ) { + unlink( $log_file ); + } + + $I->amOnPage( '/wp-admin/options-general.php?page=_wp_convertkit_settings&tab=tools' ); + $I->dontSee( 'No such file or directory' ); + } +} From 861aa7f67c0eb53624f6bcedc1bec1d5d5cf76e7 Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Tue, 30 Apr 2019 12:56:08 -0600 Subject: [PATCH 13/13] bump version to 1.7.5 --- package.json | 2 +- readme.txt | 6 +++++- wp-convertkit.php | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c4d6de61e..8cad2bb39 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "ConvertKit", "author": "ConvertKit", "license": "GPL-2.0", - "version": "1.7.4", + "version": "1.7.5", "description": "", "homepage": "https://github.com/convertkit/ConvertKit-WordPress", "main": "Gruntfile.js", diff --git a/readme.txt b/readme.txt index 4b287dccb..d31481426 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://convertkit.com Tags: email, marketing, embed form, convertkit, capture Requires at least: 3.6 Tested up to: 5.1.1 -Stable tag: 1.7.4 +Stable tag: 1.7.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -45,6 +45,10 @@ Yes, for it to work you must first have an account on ConvertKit.com 2. Add stunning landing pages == Changelog == +### 1.7.5 2019-04-30 +* Fix false positive detection of character set issues related to using emojis in forms & landing pages +* Don't show error on tools tab on first visit with logging turned on +* Fix code conflict with some other plugins that resulted in PHP warnings being displayed ### 1.7.4 2019-03-27 * Fixed problem with a library that was only compatible with PHP 7+ diff --git a/wp-convertkit.php b/wp-convertkit.php index 79d5981f8..09fead0a2 100644 --- a/wp-convertkit.php +++ b/wp-convertkit.php @@ -3,7 +3,7 @@ * Plugin Name: ConvertKit * Plugin URI: https://convertkit.com/ * Description: Quickly and easily integrate ConvertKit forms into your site. - * Version: 1.7.4 + * Version: 1.7.5 * Author: ConvertKit * Author URI: https://convertkit.com/ * Text Domain: convertkit @@ -16,7 +16,7 @@ define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) ); define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ ); -define( 'CONVERTKIT_PLUGIN_VERSION', '1.7.4' ); +define( 'CONVERTKIT_PLUGIN_VERSION', '1.7.5' ); require_once CONVERTKIT_PLUGIN_PATH . '/vendor/autoload.php';