Paid Memberships Pro - Version 2.6.5

Version Description

  • 2021-11-12 =
  • ENHANCEMENT: Introduced new action pmpro_before_commit_express_checkout to allow additional changes after an order has been saved but before sending customer to PayPal Express checkout. #1852 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Added login compatibility for Jetpack WordPress.com SSO when using the PMPro login page. #1848 (@sc0ttkclark)
  • BUG FIX: Fixed PHP notices from status headers when server protocol information is unavailable. #1849 (@dparker1005)
  • BUG FIX: Fixed metadata compatibility for membership levels and orders when calling get_pmpro_membership_level_meta() and get_pmpro_membership_order_meta() so they support getting all meta values for all keys. #1853 (@mircobabini)
  • BUG FIX: Escape all Webhook communication debug output coming from gateways. #1855 (@ideadude, Victor Garcia)
Download this release

Release Info

Developer strangerstudios
Plugin Icon 128x128 Paid Memberships Pro
Version 2.6.5
Comparing to
See all releases

Code changes from version 2.6.4 to 2.6.5

Files changed (72) hide show
  1. CHANGELOG.txt +7 -0
  2. classes/class-pmpro-site-health.php +4 -4
  3. classes/gateways/class.pmprogateway_paypalexpress.php +9 -0
  4. includes/compatibility.php +23 -26
  5. includes/compatibility/{wp-com.php → jetpack.php} +8 -8
  6. includes/functions.php +8 -4
  7. includes/lib/Braintree/composer.json +0 -36
  8. includes/rest-api.php +14 -2
  9. languages/paid-memberships-pro-ca.mo +0 -0
  10. languages/paid-memberships-pro-ca.po +4 -1
  11. languages/paid-memberships-pro-ca_AD.mo +0 -0
  12. languages/paid-memberships-pro-ca_AD.po +4 -1
  13. languages/paid-memberships-pro-ca_ES.mo +0 -0
  14. languages/paid-memberships-pro-ca_ES.po +4 -1
  15. languages/paid-memberships-pro-cs_CZ.mo +0 -0
  16. languages/paid-memberships-pro-cs_CZ.po +4 -1
  17. languages/paid-memberships-pro-da_DK.mo +0 -0
  18. languages/paid-memberships-pro-da_DK.po +4 -1
  19. languages/paid-memberships-pro-de_DE.mo +0 -0
  20. languages/paid-memberships-pro-de_DE.po +4 -1
  21. languages/paid-memberships-pro-el_GR.mo +0 -0
  22. languages/paid-memberships-pro-el_GR.po +4 -1
  23. languages/paid-memberships-pro-en_GB.mo +0 -0
  24. languages/paid-memberships-pro-en_GB.po +4 -1
  25. languages/paid-memberships-pro-es_CL.mo +0 -0
  26. languages/paid-memberships-pro-es_CL.po +4 -1
  27. languages/paid-memberships-pro-es_ES.mo +0 -0
  28. languages/paid-memberships-pro-es_ES.po +4 -1
  29. languages/paid-memberships-pro-es_PE.mo +0 -0
  30. languages/paid-memberships-pro-es_PE.po +4 -1
  31. languages/paid-memberships-pro-et_EE.mo +0 -0
  32. languages/paid-memberships-pro-et_EE.po +4 -1
  33. languages/paid-memberships-pro-fa_IR.mo +0 -0
  34. languages/paid-memberships-pro-fa_IR.po +4 -1
  35. languages/paid-memberships-pro-fi.mo +0 -0
  36. languages/paid-memberships-pro-fi.po +4 -1
  37. languages/paid-memberships-pro-fr_FR.mo +0 -0
  38. languages/paid-memberships-pro-fr_FR.po +4 -1
  39. languages/paid-memberships-pro-he_IL.mo +0 -0
  40. languages/paid-memberships-pro-he_IL.po +4 -1
  41. languages/paid-memberships-pro-it_IT.mo +0 -0
  42. languages/paid-memberships-pro-it_IT.po +4 -1
  43. languages/paid-memberships-pro-nb_NO.mo +0 -0
  44. languages/paid-memberships-pro-nb_NO.po +4 -1
  45. languages/paid-memberships-pro-nl_NL.mo +0 -0
  46. languages/paid-memberships-pro-nl_NL.po +4 -1
  47. languages/paid-memberships-pro-pt_BR.mo +0 -0
  48. languages/paid-memberships-pro-pt_BR.po +4 -1
  49. languages/paid-memberships-pro-pt_PT.mo +0 -0
  50. languages/paid-memberships-pro-pt_PT.po +4 -1
  51. languages/paid-memberships-pro-sk_SK.mo +0 -0
  52. languages/paid-memberships-pro-sk_SK.po +4 -1
  53. languages/paid-memberships-pro-sr_RS.mo +0 -0
  54. languages/paid-memberships-pro-sr_RS.po +4 -1
  55. languages/paid-memberships-pro-sv_SE.mo +0 -0
  56. languages/paid-memberships-pro-sv_SE.po +4 -1
  57. languages/paid-memberships-pro-tr_TR.mo +0 -0
  58. languages/paid-memberships-pro-tr_TR.po +4 -1
  59. languages/paid-memberships-pro-vi.mo +0 -0
  60. languages/paid-memberships-pro-vi.po +4 -1
  61. languages/paid-memberships-pro-zh_HK.mo +0 -0
  62. languages/paid-memberships-pro-zh_HK.po +4 -1
  63. languages/paid-memberships-pro.mo +0 -0
  64. languages/paid-memberships-pro.po +4 -1
  65. languages/paid-memberships-pro.pot +4 -1
  66. paid-memberships-pro.php +2 -2
  67. readme.txt +8 -1
  68. services/authnet-silent-post.php +1 -1
  69. services/braintree-webhook.php +1 -1
  70. services/ipnhandler.php +4 -4
  71. services/stripe-webhook.php +2 -2
  72. services/twocheckout-ins.php +3 -3
CHANGELOG.txt CHANGED
@@ -1,4 +1,11 @@
1
  == Changelog ==
 
 
 
 
 
 
 
2
  = 2.6.4 - 2021-11-02 =
3
  * ENHANCEMENT: Now including some information from the htaccess file in Site Health, including whether a getfile.php script is defined or if caching is being used. (@sc0ttkclark)
4
  * ENHANCEMENT: Now including some of the PMPro-related PHP constants in the Site Health. (@sc0ttkclark)
1
  == Changelog ==
2
+ = 2.6.5 - 2021-11-12 =
3
+ * ENHANCEMENT: Introduced new action `pmpro_before_commit_express_checkout` to allow additional changes after an order has been saved but before sending customer to PayPal Express checkout. #1852 (@mircobabini)
4
+ * BUG FIX/ENHANCEMENT: Added login compatibility for Jetpack WordPress.com SSO when using the PMPro login page. #1848 (@sc0ttkclark)
5
+ * BUG FIX: Fixed PHP notices from status headers when server protocol information is unavailable. #1849 (@dparker1005)
6
+ * BUG FIX: Fixed metadata compatibility for membership levels and orders when calling `get_pmpro_membership_level_meta()` and `get_pmpro_membership_order_meta()` so they support getting all meta values for all keys. #1853 (@mircobabini)
7
+ * BUG FIX: Escape all Webhook communication debug output coming from gateways. #1855 (@ideadude, Victor Garcia)
8
+
9
  = 2.6.4 - 2021-11-02 =
10
  * ENHANCEMENT: Now including some information from the htaccess file in Site Health, including whether a getfile.php script is defined or if caching is being used. (@sc0ttkclark)
11
  * ENHANCEMENT: Now including some of the PMPro-related PHP constants in the Site Health. (@sc0ttkclark)
classes/class-pmpro-site-health.php CHANGED
@@ -356,7 +356,7 @@ class PMPro_Site_Health {
356
  /**
357
  * Get the .htaccess services/getfile.php usage information.
358
  *
359
- * @since TBD
360
  *
361
  * @return string The .htaccess services/getfile.php usage information.
362
  */
@@ -398,7 +398,7 @@ class PMPro_Site_Health {
398
  /**
399
  * Get the .htaccess cache usage information.
400
  *
401
- * @since TBD
402
  *
403
  * @return string The .htaccess cache usage information.
404
  */
@@ -434,7 +434,7 @@ class PMPro_Site_Health {
434
  /**
435
  * Get the constants site health information.
436
  *
437
- * @since TBD
438
  *
439
  * @return array The constants site health information.
440
  */
@@ -479,7 +479,7 @@ class PMPro_Site_Health {
479
  /**
480
  * Allow filtering the supported Site Health constants by other add ons.
481
  *
482
- * @since TBD
483
  *
484
  * @param array $constants The list of constants to show in Site Health.
485
  * @param string $gateway The current payment gateway.
356
  /**
357
  * Get the .htaccess services/getfile.php usage information.
358
  *
359
+ * @since 2.6.4
360
  *
361
  * @return string The .htaccess services/getfile.php usage information.
362
  */
398
  /**
399
  * Get the .htaccess cache usage information.
400
  *
401
+ * @since 2.6.4
402
  *
403
  * @return string The .htaccess cache usage information.
404
  */
434
  /**
435
  * Get the constants site health information.
436
  *
437
+ * @since 2.6.4
438
  *
439
  * @return array The constants site health information.
440
  */
479
  /**
480
  * Allow filtering the supported Site Health constants by other add ons.
481
  *
482
+ * @since 2.6.4
483
  *
484
  * @param array $constants The list of constants to show in Site Health.
485
  * @param string $gateway The current payment gateway.
classes/gateways/class.pmprogateway_paypalexpress.php CHANGED
@@ -598,6 +598,15 @@
598
  //update order
599
  $order->saveOrder();
600
 
 
 
 
 
 
 
 
 
 
601
  //redirect to paypal
602
  $paypal_url = "https://www.paypal.com/webscr?cmd=_express-checkout&useraction=commit&token=" . $this->httpParsedResponseAr['TOKEN'];
603
  $environment = pmpro_getOption("gateway_environment");
598
  //update order
599
  $order->saveOrder();
600
 
601
+ /**
602
+ * Allow performing actions just before sending the user to the gateway to complete the payment.
603
+ *
604
+ * @since 2.6.5
605
+ *
606
+ * @param MemberOrder $order The new order with status = token.
607
+ */
608
+ do_action( 'pmpro_before_commit_express_checkout', $order );
609
+
610
  //redirect to paypal
611
  $paypal_url = "https://www.paypal.com/webscr?cmd=_express-checkout&useraction=commit&token=" . $this->httpParsedResponseAr['TOKEN'];
612
  $environment = pmpro_getOption("gateway_environment");
includes/compatibility.php CHANGED
@@ -42,10 +42,9 @@ function pmpro_compatibility_checker() {
42
  'check_value' => 'ET_BUILDER_PLUGIN_DIR',
43
  ],
44
  [
45
- 'file' => 'wp-com.php',
46
- 'check_type' => 'constant',
47
- 'check_value' => 'IS_WPCOM',
48
- 'check_constant_true' => true,
49
  ],
50
  ];
51
 
@@ -53,14 +52,14 @@ function pmpro_compatibility_checker() {
53
  if ( pmpro_compatibility_checker_is_requirement_met( $value ) ) {
54
  include_once( PMPRO_DIR . '/includes/compatibility/' . $value['file'] ) ;
55
  }
56
- }
57
  }
58
  add_action( 'plugins_loaded', 'pmpro_compatibility_checker' );
59
 
60
  /**
61
  * Check whether the requirement is met.
62
  *
63
- * @since TBD
64
  *
65
  * @param array $requirement The requirement config (check_type, check_value, check_constant_true).
66
  *
@@ -73,7 +72,7 @@ function pmpro_compatibility_checker_is_requirement_met( $requirement ) {
73
  }
74
 
75
  // Check for a constant and maybe check if the constant is true-ish.
76
- if ( 'constant' === $requirement['check_type'] ) {
77
  return (
78
  defined( $requirement['check_value'] )
79
  && (
@@ -81,38 +80,36 @@ function pmpro_compatibility_checker_is_requirement_met( $requirement ) {
81
  || constant( $requirement['check_value'] )
82
  )
83
  );
84
- }
85
 
86
  // Check for a function.
87
- if ( 'function' === $requirement['check_type'] ) {
88
  return function_exists( $requirement['check_value'] );
89
- }
90
 
91
  // Check for a class.
92
- if ( 'class' === $requirement['check_type'] ) {
93
  return class_exists( $requirement['check_value'] );
94
- }
95
 
96
  return false;
97
  }
98
 
99
  function pmpro_compatibility_checker_themes(){
100
 
101
- $compat_checks = array(
102
- array(
103
- 'file' => 'divi.php',
104
- 'check_type' => 'constant',
105
- 'check_value' => 'ET_BUILDER_THEME' //Adds support for the Divi theme.
106
- )
107
- );
108
 
109
- foreach ( $compat_checks as $key => $value ) {
110
- if ( ( $value['check_type'] == 'constant' && defined( $value['check_value'] ) )
111
- || ( $value['check_type'] == 'function' && function_exists( $value['check_value'] ) )
112
- || ( $value['check_type'] == 'class' && class_exists( $value['check_value'] ) ) ) {
113
- include( PMPRO_DIR . '/includes/compatibility/' . $value['file'] ) ;
114
- }
115
- }
116
 
117
 
118
  }
42
  'check_value' => 'ET_BUILDER_PLUGIN_DIR',
43
  ],
44
  [
45
+ 'file' => 'jetpack.php',
46
+ 'check_type' => 'class',
47
+ 'check_value' => 'Jetpack',
 
48
  ],
49
  ];
50
 
52
  if ( pmpro_compatibility_checker_is_requirement_met( $value ) ) {
53
  include_once( PMPRO_DIR . '/includes/compatibility/' . $value['file'] ) ;
54
  }
55
+ }
56
  }
57
  add_action( 'plugins_loaded', 'pmpro_compatibility_checker' );
58
 
59
  /**
60
  * Check whether the requirement is met.
61
  *
62
+ * @since 2.6.4
63
  *
64
  * @param array $requirement The requirement config (check_type, check_value, check_constant_true).
65
  *
72
  }
73
 
74
  // Check for a constant and maybe check if the constant is true-ish.
75
+ if ( 'constant' === $requirement['check_type'] ) {
76
  return (
77
  defined( $requirement['check_value'] )
78
  && (
80
  || constant( $requirement['check_value'] )
81
  )
82
  );
83
+ }
84
 
85
  // Check for a function.
86
+ if ( 'function' === $requirement['check_type'] ) {
87
  return function_exists( $requirement['check_value'] );
88
+ }
89
 
90
  // Check for a class.
91
+ if ( 'class' === $requirement['check_type'] ) {
92
  return class_exists( $requirement['check_value'] );
93
+ }
94
 
95
  return false;
96
  }
97
 
98
  function pmpro_compatibility_checker_themes(){
99
 
100
+ $compat_checks = array(
101
+ array(
102
+ 'file' => 'divi.php',
103
+ 'check_type' => 'constant',
104
+ 'check_value' => 'ET_BUILDER_THEME' //Adds support for the Divi theme.
105
+ )
106
+ );
107
 
108
+ foreach ( $compat_checks as $key => $value ) {
109
+ if ( pmpro_compatibility_checker_is_requirement_met( $value ) ) {
110
+ include_once( PMPRO_DIR . '/includes/compatibility/' . $value['file'] ) ;
111
+ }
112
+ }
 
 
113
 
114
 
115
  }
includes/compatibility/{wp-com.php → jetpack.php} RENAMED
@@ -1,25 +1,25 @@
1
  <?php
2
  /**
3
- * WordPress.com Compatibility.
4
- * Supports version TBD.
5
  *
6
- * @since TBD
7
  */
8
 
9
  /**
10
- * Support Jetpack SSO login on WordPress.com itself.
11
  *
12
- * @since TBD
13
  */
14
  function pmpro_jetpack_sso_handle_login() {
15
  global $pmpro_pages, $action;
16
 
17
- if ( ! is_page() ) {
 
18
  return;
19
  }
20
 
21
-
22
- if ( empty( $pmpro_pages['login'] ) || ! is_page( $pmpro_pages['login'] ) ) {
23
  return;
24
  }
25
 
1
  <?php
2
  /**
3
+ * Jetpack Compatibility.
 
4
  *
5
+ * @since 2.6.5
6
  */
7
 
8
  /**
9
+ * Support Jetpack SSO login for WordPress.com.
10
  *
11
+ * @since 2.6.4
12
  */
13
  function pmpro_jetpack_sso_handle_login() {
14
  global $pmpro_pages, $action;
15
 
16
+ // Only do this if we're on the login page.
17
+ if ( empty( $pmpro_pages['login'] ) || ! is_page( $pmpro_pages['login'] ) ) {
18
  return;
19
  }
20
 
21
+ // Only do this if the sso module is active.
22
+ if ( ! Jetpack::is_module_active( 'sso' ) ) {
23
  return;
24
  }
25
 
includes/functions.php CHANGED
@@ -647,7 +647,7 @@ function add_pmpro_membership_level_meta( $level_id, $meta_key, $meta_value, $un
647
  return add_metadata( 'pmpro_membership_level', $level_id, $meta_key, $meta_value, $unique );
648
  }
649
 
650
- function get_pmpro_membership_level_meta( $level_id, $key, $single = false ) {
651
  return get_metadata( 'pmpro_membership_level', $level_id, $key, $single );
652
  }
653
 
@@ -666,7 +666,7 @@ function add_pmpro_membership_order_meta( $order_id, $meta_key, $meta_value, $un
666
  return add_metadata( 'pmpro_membership_order', $order_id, $meta_key, $meta_value, $unique );
667
  }
668
 
669
- function get_pmpro_membership_order_meta( $order_id, $key, $single = false ) {
670
  return get_metadata( 'pmpro_membership_order', $order_id, $key, $single );
671
  }
672
 
@@ -3793,13 +3793,13 @@ add_filter( 'wp_kses_allowed_html', 'pmpro_kses_allowed_html', 10, 2 );
3793
  *
3794
  * Based on code from https://stackoverflow.com/a/42245266
3795
  *
3796
- * @since TBD
3797
  */
3798
  function pmpro_send_200_http_response() {
3799
  /**
3800
  * Allow filtering whether to send an early 200 HTTP response.
3801
  *
3802
- * @since TBD
3803
  *
3804
  * @param bool $send_early_response Whether to send an early 200 HTTP response.
3805
  */
@@ -3819,6 +3819,10 @@ function pmpro_send_200_http_response() {
3819
 
3820
  ob_start();
3821
  $server_protocol = filter_input( INPUT_SERVER, 'SERVER_PROTOCOL', FILTER_SANITIZE_STRING );
 
 
 
 
3822
  header( $server_protocol . ' 200 OK' );
3823
  header( 'Content-Encoding: none' );
3824
  header( 'Content-Length: ' . ob_get_length() );
647
  return add_metadata( 'pmpro_membership_level', $level_id, $meta_key, $meta_value, $unique );
648
  }
649
 
650
+ function get_pmpro_membership_level_meta( $level_id, $key = '', $single = false ) {
651
  return get_metadata( 'pmpro_membership_level', $level_id, $key, $single );
652
  }
653
 
666
  return add_metadata( 'pmpro_membership_order', $order_id, $meta_key, $meta_value, $unique );
667
  }
668
 
669
+ function get_pmpro_membership_order_meta( $order_id, $key = '', $single = false ) {
670
  return get_metadata( 'pmpro_membership_order', $order_id, $key, $single );
671
  }
672
 
3793
  *
3794
  * Based on code from https://stackoverflow.com/a/42245266
3795
  *
3796
+ * @since 2.6.4
3797
  */
3798
  function pmpro_send_200_http_response() {
3799
  /**
3800
  * Allow filtering whether to send an early 200 HTTP response.
3801
  *
3802
+ * @since 2.6.4
3803
  *
3804
  * @param bool $send_early_response Whether to send an early 200 HTTP response.
3805
  */
3819
 
3820
  ob_start();
3821
  $server_protocol = filter_input( INPUT_SERVER, 'SERVER_PROTOCOL', FILTER_SANITIZE_STRING );
3822
+ if ( ! in_array( $server_protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0' ), true ) ) {
3823
+ $server_protocol = 'HTTP/1.0';
3824
+ }
3825
+
3826
  header( $server_protocol . ' 200 OK' );
3827
  header( 'Content-Encoding: none' );
3828
  header( 'Content-Length: ' . ob_get_length() );
includes/lib/Braintree/composer.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "name": "braintree/braintree_php",
3
- "type": "library",
4
- "description": "Braintree PHP Client Library",
5
- "license": "MIT",
6
- "authors": [
7
- {
8
- "name": "Braintree",
9
- "homepage": "https://www.braintreepayments.com"
10
- }
11
- ],
12
- "require": {
13
- "php": ">=5.4.0",
14
- "ext-curl": "*",
15
- "ext-dom": "*",
16
- "ext-hash": "*",
17
- "ext-openssl": "*",
18
- "ext-xmlwriter": "*"
19
- },
20
- "require-dev": {
21
- "phpunit/phpunit": "3.7.*"
22
- },
23
- "autoload": {
24
- "psr-0": {
25
- "Braintree": "lib/"
26
- },
27
- "psr-4": {
28
- "Braintree\\": "lib/Braintree"
29
- }
30
- },
31
- "autoload-dev": {
32
- "psr-4": {
33
- "Test\\": "tests"
34
- }
35
- }
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/rest-api.php CHANGED
@@ -720,8 +720,14 @@ if ( class_exists( 'WP_REST_Controller' ) ) {
720
  public function pmpro_rest_api_recent_memberships( $request ) {
721
  $params = $request->get_params();
722
 
 
 
 
 
 
 
723
  $response_type = isset( $params['response_type'] ) ? sanitize_text_field( $params['response_type'] ) : null;
724
- $limit = apply_filters( 'pmpro_trigger_recent_members_limit', 1 );
725
 
726
  // Grab the useful information.
727
  global $wpdb;
@@ -770,9 +776,15 @@ if ( class_exists( 'WP_REST_Controller' ) ) {
770
  */
771
  public function pmpro_rest_api_recent_orders( $request ) {
772
  $params = $request->get_params();
 
 
 
 
 
 
773
 
774
  $response_type = isset( $params['response_type'] ) ? sanitize_text_field( $params['response_type'] ) : null;
775
- $limit = apply_filters( 'pmpro_trigger_recent_orders_limit', 1 );
776
 
777
  global $wpdb;
778
 
720
  public function pmpro_rest_api_recent_memberships( $request ) {
721
  $params = $request->get_params();
722
 
723
+ if ( isset($params['limit']) ) {
724
+ $members_limit = intval( $params['limit'] );
725
+ } else {
726
+ $members_limit = 1;
727
+ }
728
+
729
  $response_type = isset( $params['response_type'] ) ? sanitize_text_field( $params['response_type'] ) : null;
730
+ $limit = apply_filters( 'pmpro_trigger_recent_members_limit', $members_limit );
731
 
732
  // Grab the useful information.
733
  global $wpdb;
776
  */
777
  public function pmpro_rest_api_recent_orders( $request ) {
778
  $params = $request->get_params();
779
+
780
+ if ( isset($params['limit']) ) {
781
+ $orders_limit = intval( $params['limit'] );
782
+ } else {
783
+ $orders_limit = 1;
784
+ }
785
 
786
  $response_type = isset( $params['response_type'] ) ? sanitize_text_field( $params['response_type'] ) : null;
787
+ $limit = apply_filters( 'pmpro_trigger_recent_orders_limit', $orders_limit );
788
 
789
  global $wpdb;
790
 
languages/paid-memberships-pro-ca.mo CHANGED
Binary file
languages/paid-memberships-pro-ca.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:21+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5348,6 +5348,7 @@ msgstr "Envia i confirma"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5351
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5352
  msgstr "Contacteu al propietari del lloc o cancel·leu la vostra subscripció de PayPal per assegurar-te que no et cobraran en el futur."
5353
 
@@ -10254,12 +10255,14 @@ msgstr ""
10254
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10255
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10256
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
10257
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10258
  msgstr ""
10259
 
10260
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10261
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10262
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
10263
  msgid "Error creating plan with PayPal."
10264
  msgstr ""
10265
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:20+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5351
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5352
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5353
  msgstr "Contacteu al propietari del lloc o cancel·leu la vostra subscripció de PayPal per assegurar-te que no et cobraran en el futur."
5354
 
10255
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10256
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10257
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
10258
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
10259
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10260
  msgstr ""
10261
 
10262
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10263
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10264
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
10265
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
10266
  msgid "Error creating plan with PayPal."
10267
  msgstr ""
10268
 
languages/paid-memberships-pro-ca_AD.mo CHANGED
Binary file
languages/paid-memberships-pro-ca_AD.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:24+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5348,6 +5348,7 @@ msgstr "Envia i confirma"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5351
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5352
  msgstr "Contacteu al propietari del lloc o cancel·leu la vostra subscripció de PayPal per assegurar-te que no et cobraran en el futur."
5353
 
@@ -10254,12 +10255,14 @@ msgstr ""
10254
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10255
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10256
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
10257
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10258
  msgstr ""
10259
 
10260
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10261
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10262
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
10263
  msgid "Error creating plan with PayPal."
10264
  msgstr ""
10265
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:23+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5351
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5352
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5353
  msgstr "Contacteu al propietari del lloc o cancel·leu la vostra subscripció de PayPal per assegurar-te que no et cobraran en el futur."
5354
 
10255
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10256
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10257
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
10258
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
10259
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10260
  msgstr ""
10261
 
10262
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10263
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10264
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
10265
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
10266
  msgid "Error creating plan with PayPal."
10267
  msgstr ""
10268
 
languages/paid-memberships-pro-ca_ES.mo CHANGED
Binary file
languages/paid-memberships-pro-ca_ES.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:27+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5348,6 +5348,7 @@ msgstr "Envia i confirma"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5351
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5352
  msgstr "Contacteu al propietari del lloc o cancel·leu la vostra subscripció de PayPal per assegurar-te que no et cobraran en el futur."
5353
 
@@ -10254,12 +10255,14 @@ msgstr ""
10254
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10255
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10256
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
10257
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10258
  msgstr ""
10259
 
10260
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10261
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10262
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
10263
  msgid "Error creating plan with PayPal."
10264
  msgstr ""
10265
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:25+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5351
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5352
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5353
  msgstr "Contacteu al propietari del lloc o cancel·leu la vostra subscripció de PayPal per assegurar-te que no et cobraran en el futur."
5354
 
10255
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10256
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10257
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
10258
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
10259
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10260
  msgstr ""
10261
 
10262
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10263
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10264
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
10265
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
10266
  msgid "Error creating plan with PayPal."
10267
  msgstr ""
10268
 
languages/paid-memberships-pro-cs_CZ.mo CHANGED
Binary file
languages/paid-memberships-pro-cs_CZ.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:30+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -4188,6 +4188,7 @@ msgstr "Odeslat a potvrdit"
4188
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
4189
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
4190
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
4191
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
4192
  msgstr "Prosíme obraťte se na vlastníka stránky nebo zrušte předplatné v rámci PayPal a ujistěte se, že Vám nebude do budoucna účtováno."
4193
 
@@ -8526,12 +8527,14 @@ msgstr ""
8526
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
8527
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
8528
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
8529
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
8530
  msgstr ""
8531
 
8532
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
8533
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
8534
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
8535
  msgid "Error creating plan with PayPal."
8536
  msgstr ""
8537
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:28+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
4188
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
4189
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
4190
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
4191
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
4192
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
4193
  msgstr "Prosíme obraťte se na vlastníka stránky nebo zrušte předplatné v rámci PayPal a ujistěte se, že Vám nebude do budoucna účtováno."
4194
 
8527
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
8528
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
8529
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
8530
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
8531
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
8532
  msgstr ""
8533
 
8534
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
8535
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
8536
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
8537
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
8538
  msgid "Error creating plan with PayPal."
8539
  msgstr ""
8540
 
languages/paid-memberships-pro-da_DK.mo CHANGED
Binary file
languages/paid-memberships-pro-da_DK.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:33+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -3532,6 +3532,7 @@ msgstr "Noget af betalingen er gennemført, så vi kunne ikke refundere beløbet
3532
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3533
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3534
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
3535
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3536
  msgstr "Kontakt venligst hjemmesidens administrator eller annullér dit abonnement gennem PayPal, for at være sikker på at du ikke bliver trukket for beløbet fremover."
3537
 
@@ -7347,12 +7348,14 @@ msgstr ""
7347
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7348
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
7350
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7351
  msgstr ""
7352
 
7353
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7354
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7355
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
7356
  msgid "Error creating plan with PayPal."
7357
  msgstr ""
7358
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:31+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
3532
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3533
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3534
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
3535
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
3536
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3537
  msgstr "Kontakt venligst hjemmesidens administrator eller annullér dit abonnement gennem PayPal, for at være sikker på at du ikke bliver trukket for beløbet fremover."
3538
 
7348
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
7351
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
7352
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7353
  msgstr ""
7354
 
7355
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7356
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7357
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
7358
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
7359
  msgid "Error creating plan with PayPal."
7360
  msgstr ""
7361
 
languages/paid-memberships-pro-de_DE.mo CHANGED
Binary file
languages/paid-memberships-pro-de_DE.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:36+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -7489,6 +7489,7 @@ msgstr "Senden und Bestätigen"
7489
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
7490
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
7491
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
7492
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
7493
  msgstr "Bitte kontaktieren Sie den Betreiber der Seite, wenn Sie Ihr Abonemment über PayPal stornieren, um sicherzugehen, dass Ihr PayPal Konto nicht weiterhin belastet wird."
7494
 
@@ -14815,12 +14816,14 @@ msgstr ""
14815
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
14816
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
14817
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
14818
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
14819
  msgstr ""
14820
 
14821
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
14822
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
14823
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
14824
  msgid "Error creating plan with PayPal."
14825
  msgstr ""
14826
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:34+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
7489
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
7490
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
7491
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
7492
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
7493
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
7494
  msgstr "Bitte kontaktieren Sie den Betreiber der Seite, wenn Sie Ihr Abonemment über PayPal stornieren, um sicherzugehen, dass Ihr PayPal Konto nicht weiterhin belastet wird."
7495
 
14816
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
14817
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
14818
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
14819
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
14820
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
14821
  msgstr ""
14822
 
14823
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
14824
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
14825
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
14826
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
14827
  msgid "Error creating plan with PayPal."
14828
  msgstr ""
14829
 
languages/paid-memberships-pro-el_GR.mo CHANGED
Binary file
languages/paid-memberships-pro-el_GR.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:39+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5496,6 +5496,7 @@ msgstr "Υποβολή και Επιβεβαίωση"
5496
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5497
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5498
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5499
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5500
  msgstr "Παρακαλούμε επικοινωνήστε με τον ιδιοκτήτη της σελίδας ή ακυρώστε την συνδρομή σας εντός του PayPal ώστε να σιγουρευτείτε πως δεν θα έχετε μελλοντικές χρεώσεις."
5501
 
@@ -10514,12 +10515,14 @@ msgstr ""
10514
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10515
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10516
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
10517
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10518
  msgstr ""
10519
 
10520
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10521
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10522
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
10523
  msgid "Error creating plan with PayPal."
10524
  msgstr ""
10525
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:36+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5496
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5497
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5498
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5499
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5500
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5501
  msgstr "Παρακαλούμε επικοινωνήστε με τον ιδιοκτήτη της σελίδας ή ακυρώστε την συνδρομή σας εντός του PayPal ώστε να σιγουρευτείτε πως δεν θα έχετε μελλοντικές χρεώσεις."
5502
 
10515
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10516
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10517
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
10518
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
10519
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10520
  msgstr ""
10521
 
10522
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10523
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10524
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
10525
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
10526
  msgid "Error creating plan with PayPal."
10527
  msgstr ""
10528
 
languages/paid-memberships-pro-en_GB.mo CHANGED
Binary file
languages/paid-memberships-pro-en_GB.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:43+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -6148,6 +6148,7 @@ msgstr ""
6148
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6149
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6150
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
6151
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6152
  msgstr ""
6153
 
@@ -6166,12 +6167,14 @@ msgstr ""
6166
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6167
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6168
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
6169
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6170
  msgstr ""
6171
 
6172
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6173
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6174
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
6175
  msgid "Error creating plan with PayPal."
6176
  msgstr ""
6177
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:39+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
6148
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6149
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6150
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
6151
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
6152
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6153
  msgstr ""
6154
 
6167
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6168
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6169
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
6170
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
6171
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6172
  msgstr ""
6173
 
6174
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6175
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6176
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
6177
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
6178
  msgid "Error creating plan with PayPal."
6179
  msgstr ""
6180
 
languages/paid-memberships-pro-es_CL.mo CHANGED
Binary file
languages/paid-memberships-pro-es_CL.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:46+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -6019,6 +6019,7 @@ msgstr ""
6019
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6020
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6021
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
6022
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6023
  msgstr ""
6024
 
@@ -6037,12 +6038,14 @@ msgstr ""
6037
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6038
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6039
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
6040
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6041
  msgstr ""
6042
 
6043
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6044
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6045
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
6046
  msgid "Error creating plan with PayPal."
6047
  msgstr ""
6048
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:42+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
6019
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6020
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6021
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
6022
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
6023
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6024
  msgstr ""
6025
 
6038
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6039
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6040
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
6041
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
6042
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6043
  msgstr ""
6044
 
6045
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6046
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6047
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
6048
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
6049
  msgid "Error creating plan with PayPal."
6050
  msgstr ""
6051
 
languages/paid-memberships-pro-es_ES.mo CHANGED
Binary file
languages/paid-memberships-pro-es_ES.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:49+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -6039,6 +6039,7 @@ msgstr ""
6039
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6040
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6041
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
6042
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6043
  msgstr ""
6044
 
@@ -6057,12 +6058,14 @@ msgstr ""
6057
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6058
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6059
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
6060
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6061
  msgstr ""
6062
 
6063
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6064
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6065
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
6066
  msgid "Error creating plan with PayPal."
6067
  msgstr ""
6068
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:45+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
6039
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6040
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6041
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
6042
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
6043
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6044
  msgstr ""
6045
 
6058
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6059
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6060
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
6061
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
6062
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6063
  msgstr ""
6064
 
6065
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6066
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6067
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
6068
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
6069
  msgid "Error creating plan with PayPal."
6070
  msgstr ""
6071
 
languages/paid-memberships-pro-es_PE.mo CHANGED
Binary file
languages/paid-memberships-pro-es_PE.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:52+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -6019,6 +6019,7 @@ msgstr ""
6019
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6020
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6021
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
6022
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6023
  msgstr ""
6024
 
@@ -6037,12 +6038,14 @@ msgstr ""
6037
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6038
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6039
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
6040
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6041
  msgstr ""
6042
 
6043
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6044
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6045
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
6046
  msgid "Error creating plan with PayPal."
6047
  msgstr ""
6048
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:48+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
6019
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6020
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6021
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
6022
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
6023
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6024
  msgstr ""
6025
 
6038
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6039
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6040
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
6041
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
6042
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6043
  msgstr ""
6044
 
6045
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6046
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6047
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
6048
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
6049
  msgid "Error creating plan with PayPal."
6050
  msgstr ""
6051
 
languages/paid-memberships-pro-et_EE.mo CHANGED
Binary file
languages/paid-memberships-pro-et_EE.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:55+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5126,6 +5126,7 @@ msgstr "Esita ja kinnita"
5126
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5127
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5128
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5129
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5130
  msgstr "Palun võtke ühendust saidi omanikuga või tühistage tellimus PayPal-is et veenduda, teid ei maksustata edasi minnes."
5131
 
@@ -9896,12 +9897,14 @@ msgstr ""
9896
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
9897
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
9898
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
9899
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
9900
  msgstr ""
9901
 
9902
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
9903
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
9904
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
9905
  msgid "Error creating plan with PayPal."
9906
  msgstr ""
9907
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:50+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5126
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5127
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5128
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5129
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5130
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5131
  msgstr "Palun võtke ühendust saidi omanikuga või tühistage tellimus PayPal-is et veenduda, teid ei maksustata edasi minnes."
5132
 
9897
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
9898
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
9899
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
9900
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
9901
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
9902
  msgstr ""
9903
 
9904
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
9905
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
9906
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
9907
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
9908
  msgid "Error creating plan with PayPal."
9909
  msgstr ""
9910
 
languages/paid-memberships-pro-fa_IR.mo CHANGED
Binary file
languages/paid-memberships-pro-fa_IR.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:58+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -4898,6 +4898,7 @@ msgstr "Submit and Confirm"
4898
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
4899
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
4900
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
4901
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
4902
  msgstr "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
4903
 
@@ -9509,12 +9510,14 @@ msgstr ""
9509
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
9510
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
9511
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
9512
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
9513
  msgstr ""
9514
 
9515
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
9516
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
9517
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
9518
  msgid "Error creating plan with PayPal."
9519
  msgstr ""
9520
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:53+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
4898
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
4899
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
4900
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
4901
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
4902
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
4903
  msgstr "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
4904
 
9510
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
9511
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
9512
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
9513
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
9514
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
9515
  msgstr ""
9516
 
9517
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
9518
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
9519
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
9520
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
9521
  msgid "Error creating plan with PayPal."
9522
  msgstr ""
9523
 
languages/paid-memberships-pro-fi.mo CHANGED
Binary file
languages/paid-memberships-pro-fi.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:01+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -3114,6 +3114,7 @@ msgstr ""
3114
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3115
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3116
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
3117
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3118
  msgstr ""
3119
 
@@ -6643,12 +6644,14 @@ msgstr ""
6643
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6644
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6645
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
6646
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6647
  msgstr ""
6648
 
6649
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6650
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6651
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
6652
  msgid "Error creating plan with PayPal."
6653
  msgstr ""
6654
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:56+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
3114
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3115
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3116
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
3117
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
3118
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3119
  msgstr ""
3120
 
6644
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6645
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6646
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
6647
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
6648
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6649
  msgstr ""
6650
 
6651
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6652
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6653
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
6654
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
6655
  msgid "Error creating plan with PayPal."
6656
  msgstr ""
6657
 
languages/paid-memberships-pro-fr_FR.mo CHANGED
Binary file
languages/paid-memberships-pro-fr_FR.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:04+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -3112,6 +3112,7 @@ msgstr "Soumettre et confirmer"
3112
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3113
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3114
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
3115
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3116
  msgstr "Veuillez contacter le propriétaire du site ou bien annuler votre abonnement depuis PayPal pour être sûr de ne pas être débité en continuant."
3117
 
@@ -6649,12 +6650,14 @@ msgstr ""
6649
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6650
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6651
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
6652
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6653
  msgstr ""
6654
 
6655
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6656
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6657
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
6658
  msgid "Error creating plan with PayPal."
6659
  msgstr ""
6660
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:58+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
3112
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3113
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3114
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
3115
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
3116
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3117
  msgstr "Veuillez contacter le propriétaire du site ou bien annuler votre abonnement depuis PayPal pour être sûr de ne pas être débité en continuant."
3118
 
6650
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6651
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6652
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
6653
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
6654
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6655
  msgstr ""
6656
 
6657
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6658
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6659
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
6660
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
6661
  msgid "Error creating plan with PayPal."
6662
  msgstr ""
6663
 
languages/paid-memberships-pro-he_IL.mo CHANGED
Binary file
languages/paid-memberships-pro-he_IL.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:07+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5424,6 +5424,7 @@ msgstr ""
5424
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5425
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5426
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5427
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5428
  msgstr "אנא צור עימנו קשר ונעזור לך לבטל את התשלום."
5429
 
@@ -10355,12 +10356,14 @@ msgstr ""
10355
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10356
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10357
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
10358
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10359
  msgstr ""
10360
 
10361
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10362
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10363
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
10364
  msgid "Error creating plan with PayPal."
10365
  msgstr ""
10366
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:01+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5424
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5425
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5426
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5427
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5428
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5429
  msgstr "אנא צור עימנו קשר ונעזור לך לבטל את התשלום."
5430
 
10356
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10357
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10358
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
10359
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
10360
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10361
  msgstr ""
10362
 
10363
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10364
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10365
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
10366
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
10367
  msgid "Error creating plan with PayPal."
10368
  msgstr ""
10369
 
languages/paid-memberships-pro-it_IT.mo CHANGED
Binary file
languages/paid-memberships-pro-it_IT.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:10+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5988,6 +5988,7 @@ msgstr "Invia e Conferma"
5988
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5989
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5990
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5991
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5992
  msgstr "Ti preghiamo di contattare il proprietario del sito o cancellare la tua iscrizione da PayPal per esser sicuro che non ti vengano ancora addebitati altri importi in futuro."
5993
 
@@ -11469,12 +11470,14 @@ msgstr ""
11469
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11470
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11471
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
11472
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11473
  msgstr ""
11474
 
11475
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11476
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11477
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
11478
  msgid "Error creating plan with PayPal."
11479
  msgstr ""
11480
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:04+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5988
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5989
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5990
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5991
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5992
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5993
  msgstr "Ti preghiamo di contattare il proprietario del sito o cancellare la tua iscrizione da PayPal per esser sicuro che non ti vengano ancora addebitati altri importi in futuro."
5994
 
11470
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11471
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11472
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
11473
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
11474
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11475
  msgstr ""
11476
 
11477
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11478
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11479
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
11480
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
11481
  msgid "Error creating plan with PayPal."
11482
  msgstr ""
11483
 
languages/paid-memberships-pro-nb_NO.mo CHANGED
Binary file
languages/paid-memberships-pro-nb_NO.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:14+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -3737,6 +3737,7 @@ msgstr "Lagre og bekreft"
3737
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3738
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3739
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
3740
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3741
  msgstr "Vennligst ta kontakt med eieren av denne webtjenesten, eller avbryt abonnementet ditt på PayPal sine websider for å forsikre deg om at du ikke blir belastet for dette videre."
3742
 
@@ -7392,12 +7393,14 @@ msgstr ""
7392
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7393
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7394
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
7395
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7396
  msgstr ""
7397
 
7398
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7399
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7400
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
7401
  msgid "Error creating plan with PayPal."
7402
  msgstr ""
7403
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:07+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
3737
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3738
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3739
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
3740
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
3741
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3742
  msgstr "Vennligst ta kontakt med eieren av denne webtjenesten, eller avbryt abonnementet ditt på PayPal sine websider for å forsikre deg om at du ikke blir belastet for dette videre."
3743
 
7393
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7394
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7395
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
7396
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
7397
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7398
  msgstr ""
7399
 
7400
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7401
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7402
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
7403
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
7404
  msgid "Error creating plan with PayPal."
7405
  msgstr ""
7406
 
languages/paid-memberships-pro-nl_NL.mo CHANGED
Binary file
languages/paid-memberships-pro-nl_NL.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:17+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -3536,6 +3536,7 @@ msgstr "Een gedeeltelijke betaling heeft plaatsgevonden die we niet konden terug
3536
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3537
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3538
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
3539
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3540
  msgstr "Neem contact op met de eigenaar van de site of annuleer je inschrijving vanuit PayPal om ervoor te zorgen dat er geen betaling plaatsvindt."
3541
 
@@ -7293,12 +7294,14 @@ msgstr ""
7293
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7294
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7295
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
7296
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7297
  msgstr ""
7298
 
7299
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7300
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7301
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
7302
  msgid "Error creating plan with PayPal."
7303
  msgstr ""
7304
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:09+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
3536
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3537
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3538
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
3539
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
3540
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3541
  msgstr "Neem contact op met de eigenaar van de site of annuleer je inschrijving vanuit PayPal om ervoor te zorgen dat er geen betaling plaatsvindt."
3542
 
7294
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7295
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7296
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
7297
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
7298
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7299
  msgstr ""
7300
 
7301
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7302
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7303
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
7304
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
7305
  msgid "Error creating plan with PayPal."
7306
  msgstr ""
7307
 
languages/paid-memberships-pro-pt_BR.mo CHANGED
Binary file
languages/paid-memberships-pro-pt_BR.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:20+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5348,6 +5348,7 @@ msgstr "Enviar e Confirmar"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5351
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5352
  msgstr "Por favor, entre em contato com o site ou cancele sua subscrição pelo PayPal para assegurar que não haverá cobranças futuras."
5353
 
@@ -10257,12 +10258,14 @@ msgstr ""
10257
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10258
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10259
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
10260
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10261
  msgstr ""
10262
 
10263
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10264
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10265
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
10266
  msgid "Error creating plan with PayPal."
10267
  msgstr ""
10268
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:12+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5351
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5352
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5353
  msgstr "Por favor, entre em contato com o site ou cancele sua subscrição pelo PayPal para assegurar que não haverá cobranças futuras."
5354
 
10258
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10259
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10260
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
10261
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
10262
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10263
  msgstr ""
10264
 
10265
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10266
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10267
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
10268
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
10269
  msgid "Error creating plan with PayPal."
10270
  msgstr ""
10271
 
languages/paid-memberships-pro-pt_PT.mo CHANGED
Binary file
languages/paid-memberships-pro-pt_PT.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:23+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -5348,6 +5348,7 @@ msgstr "Enviar e Confirmar"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
5351
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5352
  msgstr "Por favor, entre em contacto com o site ou cancele sua subscrição pelo PayPal para assegurar que não haverá cobranças futuras."
5353
 
@@ -10257,12 +10258,14 @@ msgstr ""
10257
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10258
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10259
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
10260
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10261
  msgstr ""
10262
 
10263
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10264
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10265
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
10266
  msgid "Error creating plan with PayPal."
10267
  msgstr ""
10268
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:15+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
5348
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
5349
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
5350
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
5351
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
5352
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
5353
  msgstr "Por favor, entre em contacto com o site ou cancele sua subscrição pelo PayPal para assegurar que não haverá cobranças futuras."
5354
 
10258
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
10259
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
10260
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
10261
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
10262
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
10263
  msgstr ""
10264
 
10265
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
10266
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
10267
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
10268
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
10269
  msgid "Error creating plan with PayPal."
10270
  msgstr ""
10271
 
languages/paid-memberships-pro-sk_SK.mo CHANGED
Binary file
languages/paid-memberships-pro-sk_SK.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:26+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -7766,6 +7766,7 @@ msgstr ""
7766
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
7767
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
7768
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
7769
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
7770
  msgstr ""
7771
 
@@ -7784,12 +7785,14 @@ msgstr ""
7784
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7785
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7786
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
7787
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7788
  msgstr ""
7789
 
7790
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7791
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7792
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
7793
  msgid "Error creating plan with PayPal."
7794
  msgstr ""
7795
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:18+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
7766
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
7767
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
7768
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
7769
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
7770
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
7771
  msgstr ""
7772
 
7785
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7786
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7787
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
7788
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
7789
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7790
  msgstr ""
7791
 
7792
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7793
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7794
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
7795
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
7796
  msgid "Error creating plan with PayPal."
7797
  msgstr ""
7798
 
languages/paid-memberships-pro-sr_RS.mo CHANGED
Binary file
languages/paid-memberships-pro-sr_RS.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:29+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -6148,6 +6148,7 @@ msgstr ""
6148
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6149
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6150
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
6151
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6152
  msgstr ""
6153
 
@@ -6166,12 +6167,14 @@ msgstr ""
6166
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6167
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6168
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
6169
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6170
  msgstr ""
6171
 
6172
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6173
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6174
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
6175
  msgid "Error creating plan with PayPal."
6176
  msgstr ""
6177
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:20+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
6148
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6149
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6150
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
6151
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
6152
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6153
  msgstr ""
6154
 
6167
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
6168
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
6169
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
6170
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
6171
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
6172
  msgstr ""
6173
 
6174
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
6175
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
6176
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
6177
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
6178
  msgid "Error creating plan with PayPal."
6179
  msgstr ""
6180
 
languages/paid-memberships-pro-sv_SE.mo CHANGED
Binary file
languages/paid-memberships-pro-sv_SE.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:32+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -6292,6 +6292,7 @@ msgstr "Skicka in och bekräfta"
6292
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6293
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6294
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
6295
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6296
  msgstr "Vänligen kontakta webbplatsen eller avbryt din prenumeration från PayPal för att se till att det inte dras pengar framöver."
6297
 
@@ -11839,12 +11840,14 @@ msgstr ""
11839
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11840
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11841
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
11842
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11843
  msgstr ""
11844
 
11845
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11846
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11847
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
11848
  msgid "Error creating plan with PayPal."
11849
  msgstr ""
11850
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:23+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
6292
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6293
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6294
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
6295
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
6296
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6297
  msgstr "Vänligen kontakta webbplatsen eller avbryt din prenumeration från PayPal för att se till att det inte dras pengar framöver."
6298
 
11840
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11841
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11842
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
11843
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
11844
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11845
  msgstr ""
11846
 
11847
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11848
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11849
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
11850
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
11851
  msgid "Error creating plan with PayPal."
11852
  msgstr ""
11853
 
languages/paid-memberships-pro-tr_TR.mo CHANGED
Binary file
languages/paid-memberships-pro-tr_TR.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:36+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -3532,6 +3532,7 @@ msgstr "Kısmi ödeme için iade işlemi yapılamadı. Lütfen bizimle iletişim
3532
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3533
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3534
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
3535
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3536
  msgstr "Site sahibine başvurun ya da ileri giderek ücret olmadığından emin olmak için PayPal içinde aboneliğinizi iptal edebilirsiniz."
3537
 
@@ -7353,12 +7354,14 @@ msgstr ""
7353
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7354
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7355
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
7356
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7357
  msgstr ""
7358
 
7359
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7360
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7361
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
7362
  msgid "Error creating plan with PayPal."
7363
  msgstr ""
7364
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:26+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
3532
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
3533
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
3534
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
3535
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
3536
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
3537
  msgstr "Site sahibine başvurun ya da ileri giderek ücret olmadığından emin olmak için PayPal içinde aboneliğinizi iptal edebilirsiniz."
3538
 
7354
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
7355
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
7356
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
7357
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
7358
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
7359
  msgstr ""
7360
 
7361
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
7362
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
7363
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
7364
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
7365
  msgid "Error creating plan with PayPal."
7366
  msgstr ""
7367
 
languages/paid-memberships-pro-vi.mo CHANGED
Binary file
languages/paid-memberships-pro-vi.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:39+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -4753,6 +4753,7 @@ msgstr ""
4753
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
4754
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
4755
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
4756
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
4757
  msgstr ""
4758
 
@@ -9354,12 +9355,14 @@ msgstr ""
9354
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
9355
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
9356
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
9357
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
9358
  msgstr ""
9359
 
9360
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
9361
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
9362
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
9363
  msgid "Error creating plan with PayPal."
9364
  msgstr ""
9365
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:28+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
4753
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
4754
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
4755
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
4756
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
4757
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
4758
  msgstr ""
4759
 
9355
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
9356
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
9357
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
9358
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
9359
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
9360
  msgstr ""
9361
 
9362
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
9363
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
9364
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
9365
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
9366
  msgid "Error creating plan with PayPal."
9367
  msgstr ""
9368
 
languages/paid-memberships-pro-zh_HK.mo CHANGED
Binary file
languages/paid-memberships-pro-zh_HK.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:04:42+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -6302,6 +6302,7 @@ msgstr "提交和確認"
6302
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6303
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6304
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
6305
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6306
  msgstr "如果您不想繼續提交付款, 請您通告您的網站的業主或取消您的PayPal訂閱."
6307
 
@@ -11922,12 +11923,14 @@ msgstr ""
11922
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11923
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11924
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
11925
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11926
  msgstr ""
11927
 
11928
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11929
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11930
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
11931
  msgid "Error creating plan with PayPal."
11932
  msgstr ""
11933
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:26:31+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
6302
  #: classes/gateways/class.pmprogateway_paypalstandard.php:588
6303
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
6304
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
6305
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
6306
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
6307
  msgstr "如果您不想繼續提交付款, 請您通告您的網站的業主或取消您的PayPal訂閱."
6308
 
11923
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11924
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11925
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
11926
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
11927
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11928
  msgstr ""
11929
 
11930
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11931
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11932
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
11933
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
11934
  msgid "Error creating plan with PayPal."
11935
  msgstr ""
11936
 
languages/paid-memberships-pro.mo CHANGED
Binary file
languages/paid-memberships-pro.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:18+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -11614,6 +11614,7 @@ msgstr ""
11614
  #: classes/gateways/class.pmprogateway_paypalstandard.php:587
11615
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
11616
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
11617
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
11618
  msgstr ""
11619
 
@@ -11684,12 +11685,14 @@ msgstr ""
11684
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11685
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11686
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
11687
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11688
  msgstr ""
11689
 
11690
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11691
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11692
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
11693
  msgid "Error creating plan with PayPal."
11694
  msgstr ""
11695
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:17+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
11614
  #: classes/gateways/class.pmprogateway_paypalstandard.php:587
11615
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
11616
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
11617
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
11618
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
11619
  msgstr ""
11620
 
11685
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11686
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11687
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
11688
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
11689
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11690
  msgstr ""
11691
 
11692
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11693
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11694
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
11695
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
11696
  msgid "Error creating plan with PayPal."
11697
  msgstr ""
11698
 
languages/paid-memberships-pro.pot CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-02T16:03:15+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
@@ -11614,6 +11614,7 @@ msgstr ""
11614
  #: classes/gateways/class.pmprogateway_paypalstandard.php:587
11615
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
11616
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
 
11617
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
11618
  msgstr ""
11619
 
@@ -11684,12 +11685,14 @@ msgstr ""
11684
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11685
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11686
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
 
11687
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11688
  msgstr ""
11689
 
11690
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11691
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11692
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
 
11693
  msgid "Error creating plan with PayPal."
11694
  msgstr ""
11695
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-11-12T17:25:15+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: paid-memberships-pro\n"
11614
  #: classes/gateways/class.pmprogateway_paypalstandard.php:587
11615
  #: classes/gateways/class.pmprogateway_paypalexpress.php:841
11616
  #: classes/gateways/class.pmprogateway_paypalexpress.php:845
11617
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:854
11618
  msgid "Please contact the site owner or cancel your subscription from within PayPal to make sure you are not charged going forward."
11619
  msgstr ""
11620
 
11685
  #: classes/gateways/class.pmprogateway_paypalexpress.php:781
11686
  #: classes/gateways/class.pmprogateway_paypalexpress.php:791
11687
  #: classes/gateways/class.pmprogateway_paypalexpress.php:795
11688
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:804
11689
  msgid "Something went wrong creating plan with PayPal; missing PROFILESTATUS."
11690
  msgstr ""
11691
 
11692
  #: classes/gateways/class.pmprogateway_paypalexpress.php:782
11693
  #: classes/gateways/class.pmprogateway_paypalexpress.php:792
11694
  #: classes/gateways/class.pmprogateway_paypalexpress.php:796
11695
+ #: classes/gateways/class.pmprogateway_paypalexpress.php:805
11696
  msgid "Error creating plan with PayPal."
11697
  msgstr ""
11698
 
paid-memberships-pro.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Paid Memberships Pro
4
  * Plugin URI: https://www.paidmembershipspro.com
5
  * Description: The most complete member management and membership subscriptions plugin for WordPress.
6
- * Version: 2.6.4
7
  * Author: Stranger Studios
8
  * Author URI: https://www.strangerstudios.com
9
  * Text Domain: paid-memberships-pro
@@ -16,7 +16,7 @@
16
  */
17
 
18
  // version constant
19
- define( 'PMPRO_VERSION', '2.6.4' );
20
  define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
21
  define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
22
 
3
  * Plugin Name: Paid Memberships Pro
4
  * Plugin URI: https://www.paidmembershipspro.com
5
  * Description: The most complete member management and membership subscriptions plugin for WordPress.
6
+ * Version: 2.6.5
7
  * Author: Stranger Studios
8
  * Author URI: https://www.strangerstudios.com
9
  * Text Domain: paid-memberships-pro
16
  */
17
 
18
  // version constant
19
+ define( 'PMPRO_VERSION', '2.6.5' );
20
  define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
21
  define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
22
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: memberships, members, subscriptions, ecommerce, user registration, member,
4
  Requires at least: 5.2
5
  Tested up to: 5.8.1
6
  Requires PHP: 5.6
7
- Stable tag: 2.6.4
8
 
9
  Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site.
10
 
@@ -156,6 +156,13 @@ Not sure? You can find out by doing a bit a research.
156
  9. Membership Account page, display all sections or show specific sections using shortcode attributes.
157
 
158
  == Changelog ==
 
 
 
 
 
 
 
159
  = 2.6.4 - 2021-11-02 =
160
  * ENHANCEMENT: Now including some information from the htaccess file in Site Health, including whether a getfile.php script is defined or if caching is being used. (@sc0ttkclark)
161
  * ENHANCEMENT: Now including some of the PMPro-related PHP constants in the Site Health. (@sc0ttkclark)
4
  Requires at least: 5.2
5
  Tested up to: 5.8.1
6
  Requires PHP: 5.6
7
+ Stable tag: 2.6.5
8
 
9
  Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site.
10
 
156
  9. Membership Account page, display all sections or show specific sections using shortcode attributes.
157
 
158
  == Changelog ==
159
+ = 2.6.5 - 2021-11-12 =
160
+ * ENHANCEMENT: Introduced new action `pmpro_before_commit_express_checkout` to allow additional changes after an order has been saved but before sending customer to PayPal Express checkout. #1852 (@mircobabini)
161
+ * BUG FIX/ENHANCEMENT: Added login compatibility for Jetpack WordPress.com SSO when using the PMPro login page. #1848 (@sc0ttkclark)
162
+ * BUG FIX: Fixed PHP notices from status headers when server protocol information is unavailable. #1849 (@dparker1005)
163
+ * BUG FIX: Fixed metadata compatibility for membership levels and orders when calling `get_pmpro_membership_level_meta()` and `get_pmpro_membership_order_meta()` so they support getting all meta values for all keys. #1853 (@mircobabini)
164
+ * BUG FIX: Escape all Webhook communication debug output coming from gateways. #1855 (@ideadude, Victor Garcia)
165
+
166
  = 2.6.4 - 2021-11-02 =
167
  * ENHANCEMENT: Now including some information from the htaccess file in Site Health, including whether a getfile.php script is defined or if caching is being used. (@sc0ttkclark)
168
  * ENHANCEMENT: Now including some of the PMPro-related PHP constants in the Site Health. (@sc0ttkclark)
services/authnet-silent-post.php CHANGED
@@ -58,7 +58,7 @@
58
  else
59
  $log_email = get_option("admin_email");
60
 
61
- wp_mail($log_email, "Authorize.net Silent Post From " . get_option("blogname"), nl2br($logstr));
62
  }
63
 
64
  // If it is an ARB transaction, do something with it
58
  else
59
  $log_email = get_option("admin_email");
60
 
61
+ wp_mail( $log_email, "Authorize.net Silent Post From " . get_option( "blogname" ), nl2br( esc_html( $logstr ) ) );
62
  }
63
 
64
  // If it is an ARB transaction, do something with it
services/braintree-webhook.php CHANGED
@@ -598,7 +598,7 @@ function pmpro_braintreeWebhookExit() {
598
  $log_email = get_option( "admin_email" );
599
  }
600
 
601
- wp_mail( $log_email, get_option( "blogname" ) . " Braintree Webhook Log", nl2br( $debuglog ) );
602
  }
603
  }
604
 
598
  $log_email = get_option( "admin_email" );
599
  }
600
 
601
+ wp_mail( $log_email, get_option( "blogname" ) . " Braintree Webhook Log", nl2br( esc_html( $debuglog ) ) );
602
  }
603
  }
604
 
services/ipnhandler.php CHANGED
@@ -369,7 +369,7 @@ function pmpro_ipnExit() {
369
  if ( $logstr ) {
370
  $logstr = "Logged On: " . date_i18n( "m/d/Y H:i:s" ) . "\n" . $logstr . "\n-------------\n";
371
 
372
- echo $logstr;
373
 
374
  //log or dont log? log in file or email?
375
  //- dont log if constant is undefined or defined but false
@@ -387,10 +387,10 @@ function pmpro_ipnExit() {
387
  fclose( $loghandle );
388
  } elseif ( is_email( PMPRO_IPN_DEBUG ) ) {
389
  //email to specified address
390
- wp_mail( PMPRO_IPN_DEBUG, get_option( "blogname" ) . " IPN Log", nl2br( $logstr ) );
391
  } else {
392
  //email to admin
393
- wp_mail( get_option( "admin_email" ), get_option( "blogname" ) . " IPN Log", nl2br( $logstr ) );
394
  }
395
  }
396
  }
@@ -573,7 +573,7 @@ function pmpro_ipnChangeMembershipLevel( $txn_id, &$morder ) {
573
 
574
  global $pmpro_error;
575
  if ( ! empty( $pmpro_error ) ) {
576
- echo $pmpro_error;
577
  ipnlog( $pmpro_error );
578
  }
579
 
369
  if ( $logstr ) {
370
  $logstr = "Logged On: " . date_i18n( "m/d/Y H:i:s" ) . "\n" . $logstr . "\n-------------\n";
371
 
372
+ echo esc_html( $logstr );
373
 
374
  //log or dont log? log in file or email?
375
  //- dont log if constant is undefined or defined but false
387
  fclose( $loghandle );
388
  } elseif ( is_email( PMPRO_IPN_DEBUG ) ) {
389
  //email to specified address
390
+ wp_mail( PMPRO_IPN_DEBUG, get_option( "blogname" ) . " IPN Log", nl2br( esc_html( $logstr ) ) );
391
  } else {
392
  //email to admin
393
+ wp_mail( get_option( "admin_email" ), get_option( "blogname" ) . " IPN Log", nl2br( esc_html( $logstr ) ) );
394
  }
395
  }
396
  }
573
 
574
  global $pmpro_error;
575
  if ( ! empty( $pmpro_error ) ) {
576
+ echo esc_html( $pmpro_error );
577
  ipnlog( $pmpro_error );
578
  }
579
 
services/stripe-webhook.php CHANGED
@@ -558,7 +558,7 @@
558
  {
559
  $logstr = "Logged On: " . date_i18n("m/d/Y H:i:s") . "\n" . $logstr . "\n-------------\n";
560
 
561
- echo $logstr;
562
 
563
  //log in file or email?
564
  if(defined('PMPRO_STRIPE_WEBHOOK_DEBUG') && PMPRO_STRIPE_WEBHOOK_DEBUG === "log")
@@ -576,7 +576,7 @@
576
  else
577
  $log_email = get_option("admin_email");
578
 
579
- wp_mail($log_email, get_option("blogname") . " Stripe Webhook Log", nl2br($logstr));
580
  }
581
  }
582
 
558
  {
559
  $logstr = "Logged On: " . date_i18n("m/d/Y H:i:s") . "\n" . $logstr . "\n-------------\n";
560
 
561
+ echo esc_html( $logstr );
562
 
563
  //log in file or email?
564
  if(defined('PMPRO_STRIPE_WEBHOOK_DEBUG') && PMPRO_STRIPE_WEBHOOK_DEBUG === "log")
576
  else
577
  $log_email = get_option("admin_email");
578
 
579
+ wp_mail( $log_email, get_option( "blogname" ) . " Stripe Webhook Log", nl2br( esc_html( $logstr ) ) );
580
  }
581
  }
582
 
services/twocheckout-ins.php CHANGED
@@ -195,7 +195,7 @@
195
  function pmpro_twocheckoutExit($redirect = false)
196
  {
197
  global $logstr;
198
- //echo $logstr;
199
 
200
  $logstr = var_export($_REQUEST, true) . "Logged On: " . date_i18n("m/d/Y H:i:s") . "\n" . $logstr . "\n-------------\n";
201
 
@@ -215,7 +215,7 @@
215
  else
216
  $log_email = get_option("admin_email");
217
 
218
- wp_mail($log_email, get_option("blogname") . " 2Checkout INS Log", nl2br($logstr));
219
  }
220
 
221
  if(!empty($redirect))
@@ -330,7 +330,7 @@
330
  global $pmpro_error;
331
  if(!empty($pmpro_error))
332
  {
333
- echo $pmpro_error;
334
  inslog($pmpro_error);
335
  }
336
 
195
  function pmpro_twocheckoutExit($redirect = false)
196
  {
197
  global $logstr;
198
+ //echo esc_html( $logstr );
199
 
200
  $logstr = var_export($_REQUEST, true) . "Logged On: " . date_i18n("m/d/Y H:i:s") . "\n" . $logstr . "\n-------------\n";
201
 
215
  else
216
  $log_email = get_option("admin_email");
217
 
218
+ wp_mail( $log_email, get_option( "blogname" ) . " 2Checkout INS Log", nl2br( esc_html( $logstr ) ) );
219
  }
220
 
221
  if(!empty($redirect))
330
  global $pmpro_error;
331
  if(!empty($pmpro_error))
332
  {
333
+ echo esc_html( $pmpro_error );
334
  inslog($pmpro_error);
335
  }
336