Flexible Shipping for WooCommerce - Version 1.9.10

Version Description

  • 2017-10-10 =
  • Added support for WooCommerce 3.2
Download this release

Release Info

Developer wpdesk
Plugin Icon 128x128 Flexible Shipping for WooCommerce
Version 1.9.10
Comparing to
See all releases

Code changes from version 1.9.9 to 1.9.10

assets/css/admin.css CHANGED
@@ -5,6 +5,7 @@ table.flexible_shipping_methods td.select {
5
  width: 40px;
6
  margin-top: -7px;
7
  margin-left: -6px;
 
8
  }
9
 
10
  table.flexible_shipping_methods .checkbox-select-all {
@@ -38,15 +39,21 @@ table.flexible_shipping_method_rules td p select {
38
  margin: 0;
39
  width: 100%;
40
  box-shadow: none;
41
- padding: 0px;
 
 
 
 
 
 
42
  }
43
 
44
  table.flexible_shipping_method_rules td p select {
45
  margin: 0;
46
- width: 100%;
47
  box-shadow: none;
48
  line-height: 28px;
49
- height: 28px;
50
  vertical-align: middle;;
51
  }
52
 
@@ -199,3 +206,8 @@ table.flexible_shipping_method_rules tfoot th {
199
  .flexible_shipping_shipment_message_error {
200
  color: red;
201
  }
 
 
 
 
 
5
  width: 40px;
6
  margin-top: -7px;
7
  margin-left: -6px;
8
+ padding: 2px;
9
  }
10
 
11
  table.flexible_shipping_methods .checkbox-select-all {
39
  margin: 0;
40
  width: 100%;
41
  box-shadow: none;
42
+ padding: 0px!important;
43
+ }
44
+
45
+ table.flexible_shipping_method_rules td p input[type=text] {
46
+ text-align: right;
47
+ padding: 0px 5px 0px 5px!important;
48
+ width: 100%!important;
49
  }
50
 
51
  table.flexible_shipping_method_rules td p select {
52
  margin: 0;
53
+ width: 100%!important;
54
  box-shadow: none;
55
  line-height: 28px;
56
+ height: 37px;
57
  vertical-align: middle;;
58
  }
59
 
206
  .flexible_shipping_shipment_message_error {
207
  color: red;
208
  }
209
+
210
+ /** select */
211
+ .wp-admin select {
212
+ height: 100%;
213
+ }
assets/css/admin.min.css CHANGED
@@ -1 +1 @@
1
- table.flexible_shipping_methods th.select,table.flexible_shipping_methods td.select{text-align:center;width:40px;margin-top:-7px;margin-left:-6px}table.flexible_shipping_methods .checkbox-select-all{margin:0 12px 0 8px}table.flexible_shipping_methods th.integration,table.flexible_shipping_methods td.integration{text-align:center;width:130px}table.flexible_shipping_methods tr.highlight td{background-color:#e4f2fd}table.flexible_shipping_methods.wc_shipping th{font-weight:400;width:auto}table.flexible_shipping_method_rules th,table.flexible_shipping_method_rules th{padding:5px 10px 5px 0}table.flexible_shipping_method_rules td p,table.flexible_shipping_method_rules td p input,table.flexible_shipping_method_rules td p select{margin:0;width:100%;box-shadow:none;padding:0}table.flexible_shipping_method_rules td p select{margin:0;width:100%;box-shadow:none;line-height:28px;height:28px;vertical-align:middle}table.flexible_shipping_method_rules td p input[type=checkbox]{margin:0;width:auto}table.flexible_shipping_method_rules th,table.flexible_shipping_method_rules td{text-align:center}table.flexible_shipping_method_rules th.shipping_class,table.flexible_shipping_method_rules td.shipping_class{text-align:center;width:200px}table.flexible_shipping_method_rules td.shipping_class span{border:0}table.flexible_shipping_method_rules th.stop,table.flexible_shipping_method_rules td.stop{text-align:center;width:30px}table.flexible_shipping_method_rules th.cancel,table.flexible_shipping_method_rules td.cancel{text-align:center;width:60px}.woocommerce table.form-table .flexible_shipping_method_rules th span.woocommerce-help-tip{float:none;margin:0}.woocommerce table.form-table .flexible_shipping_method_rules .select2-container{margin:0}.woocommerce table.form-table .fs-locations-table .select2-container{max-width:none}.woocommerce table.form-table .fs-locations-table th .woocommerce-help-tip{float:none}div.flexilble_shipping_export_import{float:right}table.flexible_shipping_method_rules tfoot th{padding:10px}.woocommerce_page_wc-settings #mainform{position:relative}.flexible-shipping-pro-box{max-width:280px;min-width:180px;right:0;position:absolute;top:155px}@media screen and (max-width:1199px){.flexible-shipping-pro-box{display:none}}.column-flexible_shipping{width:130px}.column-flexible_shipping .shipping-status{float:left;margin-right:8px;margin-top:4px;text-align:left;width:18px}.column-flexible_shipping .shipping-status .created:after{color:#d0c21f !important}.column-flexible_shipping .shipping-actions a.button{float:left;margin:0 4px 2px 0;display:block;height:2em !important;padding:0 !important;position:relative;text-indent:-9999px;width:2em}.column-flexible_shipping .shipping-actions a.button:after{font-family:WooCommerce;font-variant:normal;font-weight:400;height:100%;left:0;line-height:1.85;margin:0;position:absolute;text-align:center;text-indent:0;text-transform:none;top:0;width:100%}.column-flexible_shipping .shipping-actions a.button.get-label:after{content:"\e01e"}.column-flexible_shipping .shipping-actions a.button.track:after{content:"\e01b"}.column-flexible_shipping mark.failed:after{color:#a00 !important}.column-flexible_shipping mark.manifest:after{color:#2ea2cc !important}.flexible_shipping_shipment_message{color:green}.flexible_shipping_shipment_message_error{color:red}
1
+ table.flexible_shipping_methods th.select,table.flexible_shipping_methods td.select{text-align:center;width:40px;margin-top:-7px;margin-left:-6px;padding:2px}table.flexible_shipping_methods .checkbox-select-all{margin:0 12px 0 8px}table.flexible_shipping_methods th.integration,table.flexible_shipping_methods td.integration{text-align:center;width:130px}table.flexible_shipping_methods tr.highlight td{background-color:#e4f2fd}table.flexible_shipping_methods.wc_shipping th{font-weight:400;width:auto}table.flexible_shipping_method_rules th,table.flexible_shipping_method_rules th{padding:5px 10px 5px 0}table.flexible_shipping_method_rules td p,table.flexible_shipping_method_rules td p input,table.flexible_shipping_method_rules td p select{margin:0;width:100%;box-shadow:none;padding:0 !important}table.flexible_shipping_method_rules td p input[type=text]{text-align:right;padding:0 5px 0 5px !important;width:100% !important}table.flexible_shipping_method_rules td p select{margin:0;width:100% !important;box-shadow:none;line-height:28px;height:37px;vertical-align:middle}table.flexible_shipping_method_rules td p input[type=checkbox]{margin:0;width:auto}table.flexible_shipping_method_rules th,table.flexible_shipping_method_rules td{text-align:center}table.flexible_shipping_method_rules th.shipping_class,table.flexible_shipping_method_rules td.shipping_class{text-align:center;width:200px}table.flexible_shipping_method_rules td.shipping_class span{border:0}table.flexible_shipping_method_rules th.stop,table.flexible_shipping_method_rules td.stop{text-align:center;width:30px}table.flexible_shipping_method_rules th.cancel,table.flexible_shipping_method_rules td.cancel{text-align:center;width:60px}.woocommerce table.form-table .flexible_shipping_method_rules th span.woocommerce-help-tip{float:none;margin:0}.woocommerce table.form-table .flexible_shipping_method_rules .select2-container{margin:0}.woocommerce table.form-table .fs-locations-table .select2-container{max-width:none}.woocommerce table.form-table .fs-locations-table th .woocommerce-help-tip{float:none}div.flexilble_shipping_export_import{float:right}table.flexible_shipping_method_rules tfoot th{padding:10px}.woocommerce_page_wc-settings #mainform{position:relative}.flexible-shipping-pro-box{max-width:280px;min-width:180px;right:0;position:absolute;top:155px}@media screen and (max-width:1199px){.flexible-shipping-pro-box{display:none}}.column-flexible_shipping{width:130px}.column-flexible_shipping .shipping-status{float:left;margin-right:8px;margin-top:4px;text-align:left;width:18px}.column-flexible_shipping .shipping-status .created:after{color:#d0c21f !important}.column-flexible_shipping .shipping-actions a.button{float:left;margin:0 4px 2px 0;display:block;height:2em !important;padding:0 !important;position:relative;text-indent:-9999px;width:2em}.column-flexible_shipping .shipping-actions a.button:after{font-family:WooCommerce;font-variant:normal;font-weight:400;height:100%;left:0;line-height:1.85;margin:0;position:absolute;text-align:center;text-indent:0;text-transform:none;top:0;width:100%}.column-flexible_shipping .shipping-actions a.button.get-label:after{content:"\e01e"}.column-flexible_shipping .shipping-actions a.button.track:after{content:"\e01b"}.column-flexible_shipping mark.failed:after{color:#a00 !important}.column-flexible_shipping mark.manifest:after{color:#2ea2cc !important}.flexible_shipping_shipment_message{color:green}.flexible_shipping_shipment_message_error{color:red}.wp-admin select{height:100%}
classes/settings-flexible-shipping.php CHANGED
@@ -6,6 +6,8 @@ if ( ! defined( 'ABSPATH' ) ) {
6
 
7
  $docs_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/docs/flexible-shipping-pro-woocommerce-docs/' : 'https://www.wpdesk.net/docs/flexible-shipping-pro-woocommerce-docs/';
8
 
 
 
9
  /**
10
  * Settings for flexible shipment
11
  */
6
 
7
  $docs_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/docs/flexible-shipping-pro-woocommerce-docs/' : 'https://www.wpdesk.net/docs/flexible-shipping-pro-woocommerce-docs/';
8
 
9
+ $docs_link .= '?utm_source=flexible-shipping-settings&utm_medium=link&utm_campaign=flexible-shipping-docs-link';
10
+
11
  /**
12
  * Settings for flexible shipment
13
  */
classes/settings-shipping-method-form.php CHANGED
@@ -161,6 +161,8 @@ if ( class_exists('WC_Shipping_Zones1') ) {
161
 
162
  $docs_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/docs/flexible-shipping-pro-woocommerce-docs/' : 'https://www.wpdesk.net/docs/flexible-shipping-pro-woocommerce-docs/';
163
 
 
 
164
  echo '<p>' . sprintf( __( 'See how to %sconfigure shipment methods%s.', 'flexible-shipping' ), '<a href="' . $docs_link . '" target="_blank">', '</a>' ) . '</p>';
165
 
166
  return $settings;
161
 
162
  $docs_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/docs/flexible-shipping-pro-woocommerce-docs/' : 'https://www.wpdesk.net/docs/flexible-shipping-pro-woocommerce-docs/';
163
 
164
+ $docs_link .= '?utm_source=flexible-shipping-settings&utm_medium=link&utm_campaign=flexible-shipping-docs-link';
165
+
166
  echo '<p>' . sprintf( __( 'See how to %sconfigure shipment methods%s.', 'flexible-shipping' ), '<a href="' . $docs_link . '" target="_blank">', '</a>' ) . '</p>';
167
 
168
  return $settings;
flexible-shipping.php CHANGED
@@ -3,12 +3,15 @@
3
  Plugin Name: Flexible Shipping
4
  Plugin URI: https://wordpress.org/plugins/flexible-shipping/
5
  Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
6
- Version: 1.9.9
7
  Author: WP Desk
8
  Author URI: https://www.wpdesk.net/
9
  Text Domain: flexible-shipping
10
  Domain Path: /languages/
11
- Tested up to: 4.8.1
 
 
 
12
 
13
  Copyright 2017 WP Desk Ltd.
14
 
@@ -54,7 +57,7 @@ if ( wpdesk_is_plugin_active( 'woocommerce/woocommerce.php' ) && !class_exists(
54
 
55
  class WPDesk_Flexible_Shipping_Free_Plugin extends inspire_Plugin4 {
56
 
57
- private $scripts_version = '34';
58
 
59
  protected $_pluginNamespace = "flexible-shipping";
60
 
@@ -528,6 +531,8 @@ if ( wpdesk_is_plugin_active( 'woocommerce/woocommerce.php' ) && !class_exists(
528
  $docs_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/docs/flexible-shipping-pro-woocommerce-docs/' : 'https://www.wpdesk.net/docs/flexible-shipping-pro-woocommerce-docs/';
529
  $support_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/support/' : 'https://www.wpdesk.net/support';
530
 
 
 
531
  $plugin_links = array(
532
  '<a href="' . admin_url( 'admin.php?page=wc-settings&tab=shipping') . '">' . __( 'Settings', 'flexible-shipping' ) . '</a>',
533
  '<a href="' . $docs_link . '">' . __( 'Docs', 'flexible-shipping' ) . '</a>',
3
  Plugin Name: Flexible Shipping
4
  Plugin URI: https://wordpress.org/plugins/flexible-shipping/
5
  Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
6
+ Version: 1.9.10
7
  Author: WP Desk
8
  Author URI: https://www.wpdesk.net/
9
  Text Domain: flexible-shipping
10
  Domain Path: /languages/
11
+ Requires at least: 4.5
12
+ Tested up to: 4.9
13
+ WC requires at least: 2.6.14
14
+ WC tested up to: 3.2.0
15
 
16
  Copyright 2017 WP Desk Ltd.
17
 
57
 
58
  class WPDesk_Flexible_Shipping_Free_Plugin extends inspire_Plugin4 {
59
 
60
+ private $scripts_version = '36';
61
 
62
  protected $_pluginNamespace = "flexible-shipping";
63
 
531
  $docs_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/docs/flexible-shipping-pro-woocommerce-docs/' : 'https://www.wpdesk.net/docs/flexible-shipping-pro-woocommerce-docs/';
532
  $support_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/support/' : 'https://www.wpdesk.net/support';
533
 
534
+ $docs_link .= '?utm_source=wp-admin-plugins&utm_medium=quick-link&utm_campaign=flexible-shipping-docs-link';
535
+
536
  $plugin_links = array(
537
  '<a href="' . admin_url( 'admin.php?page=wc-settings&tab=shipping') . '">' . __( 'Settings', 'flexible-shipping' ) . '</a>',
538
  '<a href="' . $docs_link . '">' . __( 'Docs', 'flexible-shipping' ) . '</a>',
inc/wpdesk-tracker/class-wpdesk-tracker.php CHANGED
@@ -25,6 +25,8 @@ if ( !class_exists( 'WPDesk_Tracker' ) ) {
25
 
26
  public static $dismiss_coupon = false;
27
 
 
 
28
  /**
29
  * URL to the WP Desk Tracker API endpoint.
30
  * @var string
@@ -58,6 +60,8 @@ if ( !class_exists( 'WPDesk_Tracker' ) ) {
58
  add_filter( 'wpdesk_tracker_data', array( __CLASS__, 'wpdesk_tracker_data_orders_per_month' ) );
59
  add_filter( 'wpdesk_tracker_data', array( __CLASS__, 'wpdesk_tracker_data_shipping_methods_in_zones' ) );
60
 
 
 
61
  global $pagenow;
62
  if ( 'plugins.php' === $pagenow ) {
63
  add_action( 'admin_footer', array( __CLASS__, 'admin_footer' ) );
@@ -249,6 +253,7 @@ if ( !class_exists( 'WPDesk_Tracker' ) ) {
249
  $user = wp_get_current_user();
250
  $username = $user->first_name ? $user->first_name : $user->user_login;
251
  $terms_url = get_locale() == 'pl_PL' ? 'https://www.wpdesk.pl/dane-uzytkowania/' : 'https://www.wpdesk.net/usage-tracking/';
 
252
  include( 'views/tracker-notice.php' );
253
  }
254
  }
@@ -432,6 +437,12 @@ if ( !class_exists( 'WPDesk_Tracker' ) ) {
432
  return $data;
433
  }
434
 
 
 
 
 
 
 
435
 
436
  public static function send_deactivation_data() {
437
 
25
 
26
  public static $dismiss_coupon = false;
27
 
28
+ public static $message_version = '3';
29
+
30
  /**
31
  * URL to the WP Desk Tracker API endpoint.
32
  * @var string
60
  add_filter( 'wpdesk_tracker_data', array( __CLASS__, 'wpdesk_tracker_data_orders_per_month' ) );
61
  add_filter( 'wpdesk_tracker_data', array( __CLASS__, 'wpdesk_tracker_data_shipping_methods_in_zones' ) );
62
 
63
+ add_filter( 'wpdesk_tracker_data', array( __CLASS__, 'wpdesk_tracker_message_version' ) );
64
+
65
  global $pagenow;
66
  if ( 'plugins.php' === $pagenow ) {
67
  add_action( 'admin_footer', array( __CLASS__, 'admin_footer' ) );
253
  $user = wp_get_current_user();
254
  $username = $user->first_name ? $user->first_name : $user->user_login;
255
  $terms_url = get_locale() == 'pl_PL' ? 'https://www.wpdesk.pl/dane-uzytkowania/' : 'https://www.wpdesk.net/usage-tracking/';
256
+ $shop_url = get_locale() == 'pl_PL' ? 'https://www.wpdesk.pl/' : 'https://www.wpdesk.net/';
257
  include( 'views/tracker-notice.php' );
258
  }
259
  }
437
  return $data;
438
  }
439
 
440
+ public static function wpdesk_tracker_message_version( $data ) {
441
+
442
+ $data['message_version'] = self::$message_version;
443
+
444
+ return $data;
445
+ }
446
 
447
  public static function send_deactivation_data() {
448
 
inc/wpdesk-tracker/lang/wpdesk-tracker-pl_PL.mo CHANGED
Binary file
inc/wpdesk-tracker/lang/wpdesk-tracker-pl_PL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Desk Tracker\n"
4
- "POT-Creation-Date: 2017-07-25 17:30+0200\n"
5
- "PO-Revision-Date: 2017-07-25 17:30+0200\n"
6
  "Last-Translator: Piotr Jabłonowski <piotr.jablonowski@wpdesk.net>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-Basepath: ../..\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
15
  "|| n%100>=20) ? 1 : 2);\n"
@@ -22,13 +22,13 @@ msgstr ""
22
 
23
  #: wpdesk-tracker/views/tracker-connect.php:7
24
  #: wpdesk-tracker/views/tracker-notice.php:5
25
- #: wpdesk-tracker/views/tracker-notice.php:16
26
  #, php-format
27
  msgid "Hey %s,"
28
  msgstr "Hej %s,"
29
 
30
  #: wpdesk-tracker/views/tracker-connect.php:8
31
- #: wpdesk-tracker/views/tracker-notice.php:17
32
  msgid ""
33
  "Please help us improve our plugins! If you opt-in, we will collect some non-"
34
  "sensitive data and usage information. If you skip this, that's okay! All "
@@ -85,8 +85,7 @@ msgstr ""
85
  "rezygnacja"
86
 
87
  #: wpdesk-tracker/views/tracker-connect.php:54
88
- #: wpdesk-tracker/views/tracker-notice.php:7
89
- #: wpdesk-tracker/views/tracker-notice.php:18
90
  msgid "Find out more &raquo;"
91
  msgstr "Dowiedz się więcej &raquo;"
92
 
@@ -151,16 +150,28 @@ msgstr "Anuluj"
151
  msgid "Submit &amp; Deactivate"
152
  msgstr "Wyślij i dezaktywuj"
153
 
154
- #: wpdesk-tracker/views/tracker-notice.php:6
 
155
  msgid ""
156
- "Please help us improve our plugins and get a <strong>20&#37; discount "
157
- "coupon</strong> for <strong>WP Desk</strong> plugins."
 
 
 
 
 
158
  msgstr ""
159
- "Pomóż nam ulepszyć nasze wtyczki i otrzymaj <strong>kupon rabatowy 20&#37;</"
160
- "strong> na kolejne zakupy w <strong>WP Desk</strong>."
 
 
 
 
 
 
161
 
162
- #: wpdesk-tracker/views/tracker-notice.php:10
163
- #: wpdesk-tracker/views/tracker-notice.php:21
164
  msgid "Allow"
165
  msgstr "Pozwól"
166
 
@@ -173,6 +184,13 @@ msgstr ""
173
  "została przyjęta. Jeśli zmienisz zdanie, zawsze możesz włączyć zgodę poprzez "
174
  "szybkie linki w menu wtyczek."
175
 
 
 
 
 
 
 
 
176
  #~ msgid ""
177
  #~ "Allow WP Desk to collect plugin usage information and <strong>get "
178
  #~ "discount coupon</strong> in our shop. No sensitive data is tracked."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Desk Tracker\n"
4
+ "POT-Creation-Date: 2017-10-04 17:34+0200\n"
5
+ "PO-Revision-Date: 2017-10-04 17:36+0200\n"
6
  "Last-Translator: Piotr Jabłonowski <piotr.jablonowski@wpdesk.net>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.3\n"
13
  "X-Poedit-Basepath: ../..\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
15
  "|| n%100>=20) ? 1 : 2);\n"
22
 
23
  #: wpdesk-tracker/views/tracker-connect.php:7
24
  #: wpdesk-tracker/views/tracker-notice.php:5
25
+ #: wpdesk-tracker/views/tracker-notice.php:22
26
  #, php-format
27
  msgid "Hey %s,"
28
  msgstr "Hej %s,"
29
 
30
  #: wpdesk-tracker/views/tracker-connect.php:8
31
+ #: wpdesk-tracker/views/tracker-notice.php:23
32
  msgid ""
33
  "Please help us improve our plugins! If you opt-in, we will collect some non-"
34
  "sensitive data and usage information. If you skip this, that's okay! All "
85
  "rezygnacja"
86
 
87
  #: wpdesk-tracker/views/tracker-connect.php:54
88
+ #: wpdesk-tracker/views/tracker-notice.php:24
 
89
  msgid "Find out more &raquo;"
90
  msgstr "Dowiedz się więcej &raquo;"
91
 
150
  msgid "Submit &amp; Deactivate"
151
  msgstr "Wyślij i dezaktywuj"
152
 
153
+ #: wpdesk-tracker/views/tracker-notice.php:8
154
+ #, php-format
155
  msgid ""
156
+ "We need your help to improve <strong>WP Desk plugins</strong>, so they are "
157
+ "more useful for you and the rest of <strong>10,000+ users</strong>. By "
158
+ "collecting data on how you use our plugins, you will help us a lot. We will "
159
+ "not collect any sensitive data, so you can feel safe. As a thank you for "
160
+ "your consent, we will send you a <strong>discount coupon</strong> for %sWP "
161
+ "Desk plugins%s, which you can use yourself or share with others. %sFind out "
162
+ "more &raquo;%s"
163
  msgstr ""
164
+ "Potrzebujemy Twojej pomocy, aby dalej rozwijać <strong>wtyczki WP Desk</"
165
+ "strong> i były one jeszcze bardziej pomocne dla Ciebie i pozostałych ponad "
166
+ "<strong>10 000 użytkowników</strong>. Zbierając dane na temat tego jak "
167
+ "korzystasz z naszych wtyczek bardzo nam w tym pomożesz. Nie będziemy zbierać "
168
+ "żadnych danych wrażliwych, więc możesz czuć się bezpiecznie. W zamian za "
169
+ "Twoją zgodę otrzymasz <strong>kupon rabatowy</strong> na %swtyczki WP Desk"
170
+ "%s, który możesz wykorzystać sam lub podzielić się z innymi. %sDowiedz się "
171
+ "więcej &raquo;%s"
172
 
173
+ #: wpdesk-tracker/views/tracker-notice.php:16
174
+ #: wpdesk-tracker/views/tracker-notice.php:27
175
  msgid "Allow"
176
  msgstr "Pozwól"
177
 
184
  "została przyjęta. Jeśli zmienisz zdanie, zawsze możesz włączyć zgodę poprzez "
185
  "szybkie linki w menu wtyczek."
186
 
187
+ #~ msgid ""
188
+ #~ "Please help us improve our plugins and get a <strong>20&#37; discount "
189
+ #~ "coupon</strong> for <strong>WP Desk</strong> plugins."
190
+ #~ msgstr ""
191
+ #~ "Pomóż nam ulepszyć nasze wtyczki i otrzymaj <strong>kupon rabatowy 20&#37;"
192
+ #~ "</strong> na kolejne zakupy w <strong>WP Desk</strong>."
193
+
194
  #~ msgid ""
195
  #~ "Allow WP Desk to collect plugin usage information and <strong>get "
196
  #~ "discount coupon</strong> in our shop. No sensitive data is tracked."
inc/wpdesk-tracker/views/tracker-notice.php CHANGED
@@ -3,8 +3,14 @@
3
  <div id="wpdesk_tracker_notice_coupon" class="updated notice wpdesk_tracker_notice is-dismissible">
4
  <p>
5
  <?php printf ( __( 'Hey %s,', 'wpdesk-tracker'), $username ); ?><br/>
6
- <?php _e( 'Please help us improve our plugins and get a <strong>20&#37; discount coupon</strong> for <strong>WP Desk</strong> plugins.', 'wpdesk-tracker'); ?>
7
- <a href="<?php echo $terms_url; ?>?utm_source=tracker&utm_medium=link&utm_campaign=tracker-coupon-message" target="_blank"><?php _e( 'Find out more &raquo;', 'wpdesk-tracker' ); ?></a>
 
 
 
 
 
 
8
  </p>
9
  <p>
10
  <button id="wpdesk_tracker_allow_coupon_button_notice" class="button button-primary"><?php _e( 'Allow', 'wpdesk-tracker' ); ?></button>
3
  <div id="wpdesk_tracker_notice_coupon" class="updated notice wpdesk_tracker_notice is-dismissible">
4
  <p>
5
  <?php printf ( __( 'Hey %s,', 'wpdesk-tracker'), $username ); ?><br/>
6
+ <?php
7
+ printf(
8
+ __( 'We need your help to improve <strong>WP Desk plugins</strong>, so they are more useful for you and the rest of <strong>10,000+ users</strong>. By collecting data on how you use our plugins, you will help us a lot. We will not collect any sensitive data, so you can feel safe. As a thank you for your consent, we will send you a <strong>discount coupon</strong> for %sWP Desk plugins%s, which you can use yourself or share with others. %sFind out more &raquo;%s', 'wpdesk-tracker' ),
9
+ '<a target="_blank" href="' . $shop_url . '?utm_source=tracker&utm_medium=link&utm_campaign=tracker-coupon-message-v3">',
10
+ '</a>',
11
+ '<a target="_blank" href="' . $terms_url . '?utm_source=tracker&utm_medium=link&utm_campaign=tracker-shop-link">',
12
+ '</a>'
13
+ ); ?>
14
  </p>
15
  <p>
16
  <button id="wpdesk_tracker_allow_coupon_button_notice" class="button button-primary"><?php _e( 'Allow', 'wpdesk-tracker' ); ?></button>
languages/flexible-shipping-pl_PL.mo CHANGED
Binary file
languages/flexible-shipping-pl_PL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Flexible Shipping\n"
4
- "POT-Creation-Date: 2017-09-11 11:57+0200\n"
5
- "PO-Revision-Date: 2017-09-11 12:03+0200\n"
6
- "Last-Translator: Maciej Swoboda <maciej.swoboda@gmail.com>\n"
7
  "Language-Team: Maciej Swoboda <maciej.swoboda@gmail.com>\n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.3\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: flexible-shipping.php\n"
15
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
@@ -139,15 +139,15 @@ msgstr ""
139
  msgid "An unknown error occurred"
140
  msgstr "Wystąpił nieznany błąd"
141
 
142
- #: classes/inspire/plugin4.php:386 flexible-shipping.php:532
143
  msgid "Settings"
144
  msgstr "Ustawienia"
145
 
146
- #: classes/inspire/plugin4.php:387 flexible-shipping.php:533
147
  msgid "Docs"
148
  msgstr "Docs"
149
 
150
- #: classes/inspire/plugin4.php:388 flexible-shipping.php:534
151
  msgid "Support"
152
  msgstr "Wsparcie"
153
 
@@ -210,7 +210,7 @@ msgstr "Data"
210
 
211
  #: classes/manifest/cpt-shipping-manifest.php:161
212
  #: classes/manifest/views/filter-form.php:5
213
- #: classes/settings-shipping-method-form.php:113
214
  #: classes/views/html-orders-filter-form.php:5
215
  #: classes/views/html-shipping-method-settings.php:15
216
  msgid "Integration"
@@ -277,52 +277,52 @@ msgid "Add shipping"
277
  msgstr "Dodaj przesyłkę"
278
 
279
  #. Plugin Name of the plugin/theme
280
- #: classes/settings-flexible-shipping.php:14
281
- #: classes/settings-flexible-shipping.php:28
282
- #: classes/settings-shipping-method-form.php:55 classes/shipping_method.php:24
283
  #: classes/shipping_method.php:25 classes/shipping_method.php:43
284
  #: flexible-shipping.php:416 flexible-shipping.php:419
285
  #: flexible-shipping.php:422
286
  msgid "Flexible Shipping"
287
  msgstr "Flexible Shipping"
288
 
289
- #: classes/settings-flexible-shipping.php:16
290
  #, php-format
291
  msgid "See how to %sconfigure Flexible Shipping%s."
292
  msgstr "Zobacz jak %sskonfigurować Flexible Shipping%s."
293
 
294
- #: classes/settings-flexible-shipping.php:19
295
- #: classes/settings-shipping-method-form.php:46 classes/shipping_method.php:34
296
  msgid "Enable/Disable"
297
  msgstr "Włącz/Wyłącz"
298
 
299
- #: classes/settings-flexible-shipping.php:21
300
  msgid "Enable Flexible Shipping"
301
  msgstr "Włącz Flexible Shipping"
302
 
303
- #: classes/settings-flexible-shipping.php:25
304
  msgid "Shipping title"
305
  msgstr "Tytuł"
306
 
307
- #: classes/settings-flexible-shipping.php:27
308
  msgid "Visible only to admin in WooCommerce settings."
309
  msgstr "Widoczny tylko dla admina w ustawieniach WooCommerce."
310
 
311
- #: classes/settings-flexible-shipping.php:32
312
  msgid "Tax Status"
313
  msgstr "Status podatku"
314
 
315
- #: classes/settings-flexible-shipping.php:37
316
  msgid "Taxable"
317
  msgstr "Opodatkowany"
318
 
319
- #: classes/settings-flexible-shipping.php:38
320
  msgctxt "Tax status"
321
  msgid "None"
322
  msgstr "Brak"
323
 
324
- #: classes/settings-flexible-shipping.php:42
325
- #: classes/settings-flexible-shipping.php:47
326
  msgid "Shipping Methods"
327
  msgstr "Metody wysyłki"
328
 
@@ -330,54 +330,54 @@ msgstr "Metody wysyłki"
330
  msgid "Select shipment class"
331
  msgstr "Wybierz klasę wysyłkową"
332
 
333
- #: classes/settings-shipping-method-form.php:17
334
  msgid ""
335
  "Integrate with DPD, DHL, InPost, eNadawca Poczta Polska, Paczka w Ruchu."
336
  msgstr "Zintegruj z DPD, DHL, InPost, eNadawca Poczta Polska, Paczka w Ruchu."
337
 
338
- #: classes/settings-shipping-method-form.php:17
339
  #, php-format
340
  msgid "%sAdd integrations%s"
341
  msgstr "%sDodaj integracje%s"
342
 
343
- #: classes/settings-shipping-method-form.php:20
344
  msgid "Integrate with DPD."
345
  msgstr "Zintegruj z DPD."
346
 
347
- #: classes/settings-shipping-method-form.php:20
348
  #, php-format
349
  msgid "%sAdd integration%s"
350
  msgstr "%sDodaj integrację%s"
351
 
352
- #: classes/settings-shipping-method-form.php:30 classes/shipping_method.php:809
353
  msgid "Free"
354
  msgstr "Bezpłatnie"
355
 
356
- #: classes/settings-shipping-method-form.php:49 classes/shipping_method.php:36
357
  msgid "Enable this shipment method"
358
  msgstr "Włącz tę metodę wysyłki"
359
 
360
- #: classes/settings-shipping-method-form.php:52
361
  msgid "Method Title"
362
  msgstr "Tytuł metody"
363
 
364
- #: classes/settings-shipping-method-form.php:54 classes/shipping_method.php:42
365
  msgid "This controls the title which the user sees during checkout."
366
  msgstr "Tytuł, który widzi użytkownik podczas składania zamówienia."
367
 
368
- #: classes/settings-shipping-method-form.php:61
369
  msgid "Method Description"
370
  msgstr "Opis"
371
 
372
- #: classes/settings-shipping-method-form.php:63
373
  msgid "This controls method description which the user sees during checkout."
374
  msgstr "Opis, który widzi użytkownik podczas składania zamówienia."
375
 
376
- #: classes/settings-shipping-method-form.php:74
377
  msgid "Free Shipping"
378
  msgstr "Darmowa wysyłka"
379
 
380
- #: classes/settings-shipping-method-form.php:77
381
  msgid ""
382
  "Enter a minimum order amount for free shipment. This will override the costs "
383
  "configured below."
@@ -385,46 +385,46 @@ msgstr ""
385
  "Wpisz minimalną kwotę zamówienia dla bezpłatnej wysyłki. Spowoduje to "
386
  "zastąpienie reguł skonfigurowanych poniżej."
387
 
388
- #: classes/settings-shipping-method-form.php:81
389
  msgid "Free Shipping Label"
390
  msgstr "Etykieta darmowej wysyłki"
391
 
392
- #: classes/settings-shipping-method-form.php:84
393
  msgid "Enter additional label for shipment when free shipment available."
394
  msgstr ""
395
  "Wpisz dodatkową etykietę, która zostanie wyświetlona dla darmowej wysyłki."
396
 
397
- #: classes/settings-shipping-method-form.php:93
398
  msgid "Calculation Method"
399
  msgstr "Metoda obliczania"
400
 
401
- #: classes/settings-shipping-method-form.php:95
402
  msgid ""
403
  "Select how rules will be calculated. If you choose \"sum\" the rules order "
404
  "is important."
405
  msgstr ""
406
  "Wybierz jak będą obliczane reguły. Dla sumy, kolejność reguł ma znaczenie."
407
 
408
- #: classes/settings-shipping-method-form.php:98
409
  msgid "Sum"
410
  msgstr "Suma"
411
 
412
- #: classes/settings-shipping-method-form.php:101
413
  #: classes/views/html-shipping-method-settings.php:13
414
  msgid "Visibility"
415
  msgstr "Wyświetlanie"
416
 
417
- #: classes/settings-shipping-method-form.php:104
418
  #: classes/views/html-shipping-method-settings.php:46
419
  msgid "Show only for logged in users"
420
  msgstr "Pokaż tylko dla zalogowanych użytkowników"
421
 
422
- #: classes/settings-shipping-method-form.php:107
423
  #: classes/views/html-shipping-method-settings.php:14
424
  msgid "Default"
425
  msgstr "Domyślnie"
426
 
427
- #: classes/settings-shipping-method-form.php:110
428
  msgid ""
429
  "Check the box to set this option as the default selected choice on the cart "
430
  "page."
@@ -432,24 +432,24 @@ msgstr ""
432
  "Zaznacz, aby ustawić tę metodę wysyłki jako domyślną przy składaniu "
433
  "zamówienia."
434
 
435
- #: classes/settings-shipping-method-form.php:115
436
  msgid "Select integration. "
437
  msgstr "Wybierz integrację. "
438
 
439
- #: classes/settings-shipping-method-form.php:118
440
  #: classes/views/html-shipping-method-rules.php:7
441
  msgid "None"
442
  msgstr "Brak"
443
 
444
- #: classes/settings-shipping-method-form.php:129
445
  msgid "Rules"
446
  msgstr "Reguły"
447
 
448
- #: classes/settings-shipping-method-form.php:150
449
  msgid "Shipping Zone"
450
  msgstr "Strefa wysyłki"
451
 
452
- #: classes/settings-shipping-method-form.php:162
453
  #, php-format
454
  msgid "See how to %sconfigure shipment methods%s."
455
  msgstr "Zobacz jak %sskonfigurować metody wysyłki %s."
@@ -876,11 +876,11 @@ msgstr ""
876
  "Wyłącz go na %sstronie wtyczek%s. Przeczytaj o dużej zmianie we Flexible "
877
  "Shipping na %snaszym blogu →%s"
878
 
879
- #: flexible-shipping.php:540
880
  msgid "Upgrade"
881
  msgstr "Kup PRO"
882
 
883
- #: flexible-shipping.php:656
884
  #, php-format
885
  msgid "Redirecting. If page not redirects click %s here %s."
886
  msgstr ""
@@ -889,13 +889,13 @@ msgstr ""
889
 
890
  #: inc/wpdesk-tracker/views/tracker-connect.php:7
891
  #: inc/wpdesk-tracker/views/tracker-notice.php:5
892
- #: inc/wpdesk-tracker/views/tracker-notice.php:16
893
  #, php-format
894
  msgid "Hey %s,"
895
  msgstr "Hej %s,"
896
 
897
  #: inc/wpdesk-tracker/views/tracker-connect.php:8
898
- #: inc/wpdesk-tracker/views/tracker-notice.php:17
899
  msgid ""
900
  "Please help us improve our plugins! If you opt-in, we will collect some non-"
901
  "sensitive data and usage information. If you skip this, that's okay! All "
@@ -952,8 +952,7 @@ msgstr ""
952
  "rezygnacja"
953
 
954
  #: inc/wpdesk-tracker/views/tracker-connect.php:54
955
- #: inc/wpdesk-tracker/views/tracker-notice.php:7
956
- #: inc/wpdesk-tracker/views/tracker-notice.php:18
957
  msgid "Find out more &raquo;"
958
  msgstr "Dowiedz się więcej &raquo;"
959
 
@@ -1014,16 +1013,28 @@ msgstr "Pomiń i dezaktywuj"
1014
  msgid "Submit &amp; Deactivate"
1015
  msgstr "Anuluj"
1016
 
1017
- #: inc/wpdesk-tracker/views/tracker-notice.php:6
 
1018
  msgid ""
1019
- "Please help us improve our plugins and get a <strong>20&#37; discount "
1020
- "coupon</strong> for <strong>WP Desk</strong> plugins."
 
 
 
 
 
1021
  msgstr ""
1022
- "Pomóż nam ulepszyć nasze wtyczki i otrzymaj <strong>kupon rabatowy 20&#37;</"
1023
- "strong> na kolejne zakupy w <strong>WP Desk</strong>."
 
 
 
 
 
 
1024
 
1025
- #: inc/wpdesk-tracker/views/tracker-notice.php:10
1026
- #: inc/wpdesk-tracker/views/tracker-notice.php:21
1027
  msgid "Allow"
1028
  msgstr "Pozwól"
1029
 
@@ -1056,6 +1067,13 @@ msgstr "WP Desk"
1056
  msgid "https://www.wpdesk.net/"
1057
  msgstr "https://www.wpdesk.pl/"
1058
 
 
 
 
 
 
 
 
1059
  #~ msgid ""
1060
  #~ "Allow WP Desk to collect plugin usage information and <strong>get "
1061
  #~ "discount coupon</strong> in our shop. No sensitive data is tracked."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Flexible Shipping\n"
4
+ "POT-Creation-Date: 2017-10-10 11:53+0200\n"
5
+ "PO-Revision-Date: 2017-10-10 11:53+0200\n"
6
+ "Last-Translator: Piotr Jabłonowski <piotr.jablonowski@wpdesk.net>\n"
7
  "Language-Team: Maciej Swoboda <maciej.swoboda@gmail.com>\n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: flexible-shipping.php\n"
15
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
139
  msgid "An unknown error occurred"
140
  msgstr "Wystąpił nieznany błąd"
141
 
142
+ #: classes/inspire/plugin4.php:386 flexible-shipping.php:534
143
  msgid "Settings"
144
  msgstr "Ustawienia"
145
 
146
+ #: classes/inspire/plugin4.php:387 flexible-shipping.php:535
147
  msgid "Docs"
148
  msgstr "Docs"
149
 
150
+ #: classes/inspire/plugin4.php:388 flexible-shipping.php:536
151
  msgid "Support"
152
  msgstr "Wsparcie"
153
 
210
 
211
  #: classes/manifest/cpt-shipping-manifest.php:161
212
  #: classes/manifest/views/filter-form.php:5
213
+ #: classes/settings-shipping-method-form.php:115
214
  #: classes/views/html-orders-filter-form.php:5
215
  #: classes/views/html-shipping-method-settings.php:15
216
  msgid "Integration"
277
  msgstr "Dodaj przesyłkę"
278
 
279
  #. Plugin Name of the plugin/theme
280
+ #: classes/settings-flexible-shipping.php:16
281
+ #: classes/settings-flexible-shipping.php:30
282
+ #: classes/settings-shipping-method-form.php:57 classes/shipping_method.php:24
283
  #: classes/shipping_method.php:25 classes/shipping_method.php:43
284
  #: flexible-shipping.php:416 flexible-shipping.php:419
285
  #: flexible-shipping.php:422
286
  msgid "Flexible Shipping"
287
  msgstr "Flexible Shipping"
288
 
289
+ #: classes/settings-flexible-shipping.php:18
290
  #, php-format
291
  msgid "See how to %sconfigure Flexible Shipping%s."
292
  msgstr "Zobacz jak %sskonfigurować Flexible Shipping%s."
293
 
294
+ #: classes/settings-flexible-shipping.php:21
295
+ #: classes/settings-shipping-method-form.php:48 classes/shipping_method.php:34
296
  msgid "Enable/Disable"
297
  msgstr "Włącz/Wyłącz"
298
 
299
+ #: classes/settings-flexible-shipping.php:23
300
  msgid "Enable Flexible Shipping"
301
  msgstr "Włącz Flexible Shipping"
302
 
303
+ #: classes/settings-flexible-shipping.php:27
304
  msgid "Shipping title"
305
  msgstr "Tytuł"
306
 
307
+ #: classes/settings-flexible-shipping.php:29
308
  msgid "Visible only to admin in WooCommerce settings."
309
  msgstr "Widoczny tylko dla admina w ustawieniach WooCommerce."
310
 
311
+ #: classes/settings-flexible-shipping.php:34
312
  msgid "Tax Status"
313
  msgstr "Status podatku"
314
 
315
+ #: classes/settings-flexible-shipping.php:39
316
  msgid "Taxable"
317
  msgstr "Opodatkowany"
318
 
319
+ #: classes/settings-flexible-shipping.php:40
320
  msgctxt "Tax status"
321
  msgid "None"
322
  msgstr "Brak"
323
 
324
+ #: classes/settings-flexible-shipping.php:44
325
+ #: classes/settings-flexible-shipping.php:49
326
  msgid "Shipping Methods"
327
  msgstr "Metody wysyłki"
328
 
330
  msgid "Select shipment class"
331
  msgstr "Wybierz klasę wysyłkową"
332
 
333
+ #: classes/settings-shipping-method-form.php:19
334
  msgid ""
335
  "Integrate with DPD, DHL, InPost, eNadawca Poczta Polska, Paczka w Ruchu."
336
  msgstr "Zintegruj z DPD, DHL, InPost, eNadawca Poczta Polska, Paczka w Ruchu."
337
 
338
+ #: classes/settings-shipping-method-form.php:19
339
  #, php-format
340
  msgid "%sAdd integrations%s"
341
  msgstr "%sDodaj integracje%s"
342
 
343
+ #: classes/settings-shipping-method-form.php:22
344
  msgid "Integrate with DPD."
345
  msgstr "Zintegruj z DPD."
346
 
347
+ #: classes/settings-shipping-method-form.php:22
348
  #, php-format
349
  msgid "%sAdd integration%s"
350
  msgstr "%sDodaj integrację%s"
351
 
352
+ #: classes/settings-shipping-method-form.php:32 classes/shipping_method.php:809
353
  msgid "Free"
354
  msgstr "Bezpłatnie"
355
 
356
+ #: classes/settings-shipping-method-form.php:51 classes/shipping_method.php:36
357
  msgid "Enable this shipment method"
358
  msgstr "Włącz tę metodę wysyłki"
359
 
360
+ #: classes/settings-shipping-method-form.php:54
361
  msgid "Method Title"
362
  msgstr "Tytuł metody"
363
 
364
+ #: classes/settings-shipping-method-form.php:56 classes/shipping_method.php:42
365
  msgid "This controls the title which the user sees during checkout."
366
  msgstr "Tytuł, który widzi użytkownik podczas składania zamówienia."
367
 
368
+ #: classes/settings-shipping-method-form.php:63
369
  msgid "Method Description"
370
  msgstr "Opis"
371
 
372
+ #: classes/settings-shipping-method-form.php:65
373
  msgid "This controls method description which the user sees during checkout."
374
  msgstr "Opis, który widzi użytkownik podczas składania zamówienia."
375
 
376
+ #: classes/settings-shipping-method-form.php:76
377
  msgid "Free Shipping"
378
  msgstr "Darmowa wysyłka"
379
 
380
+ #: classes/settings-shipping-method-form.php:79
381
  msgid ""
382
  "Enter a minimum order amount for free shipment. This will override the costs "
383
  "configured below."
385
  "Wpisz minimalną kwotę zamówienia dla bezpłatnej wysyłki. Spowoduje to "
386
  "zastąpienie reguł skonfigurowanych poniżej."
387
 
388
+ #: classes/settings-shipping-method-form.php:83
389
  msgid "Free Shipping Label"
390
  msgstr "Etykieta darmowej wysyłki"
391
 
392
+ #: classes/settings-shipping-method-form.php:86
393
  msgid "Enter additional label for shipment when free shipment available."
394
  msgstr ""
395
  "Wpisz dodatkową etykietę, która zostanie wyświetlona dla darmowej wysyłki."
396
 
397
+ #: classes/settings-shipping-method-form.php:95
398
  msgid "Calculation Method"
399
  msgstr "Metoda obliczania"
400
 
401
+ #: classes/settings-shipping-method-form.php:97
402
  msgid ""
403
  "Select how rules will be calculated. If you choose \"sum\" the rules order "
404
  "is important."
405
  msgstr ""
406
  "Wybierz jak będą obliczane reguły. Dla sumy, kolejność reguł ma znaczenie."
407
 
408
+ #: classes/settings-shipping-method-form.php:100
409
  msgid "Sum"
410
  msgstr "Suma"
411
 
412
+ #: classes/settings-shipping-method-form.php:103
413
  #: classes/views/html-shipping-method-settings.php:13
414
  msgid "Visibility"
415
  msgstr "Wyświetlanie"
416
 
417
+ #: classes/settings-shipping-method-form.php:106
418
  #: classes/views/html-shipping-method-settings.php:46
419
  msgid "Show only for logged in users"
420
  msgstr "Pokaż tylko dla zalogowanych użytkowników"
421
 
422
+ #: classes/settings-shipping-method-form.php:109
423
  #: classes/views/html-shipping-method-settings.php:14
424
  msgid "Default"
425
  msgstr "Domyślnie"
426
 
427
+ #: classes/settings-shipping-method-form.php:112
428
  msgid ""
429
  "Check the box to set this option as the default selected choice on the cart "
430
  "page."
432
  "Zaznacz, aby ustawić tę metodę wysyłki jako domyślną przy składaniu "
433
  "zamówienia."
434
 
435
+ #: classes/settings-shipping-method-form.php:117
436
  msgid "Select integration. "
437
  msgstr "Wybierz integrację. "
438
 
439
+ #: classes/settings-shipping-method-form.php:120
440
  #: classes/views/html-shipping-method-rules.php:7
441
  msgid "None"
442
  msgstr "Brak"
443
 
444
+ #: classes/settings-shipping-method-form.php:131
445
  msgid "Rules"
446
  msgstr "Reguły"
447
 
448
+ #: classes/settings-shipping-method-form.php:152
449
  msgid "Shipping Zone"
450
  msgstr "Strefa wysyłki"
451
 
452
+ #: classes/settings-shipping-method-form.php:166
453
  #, php-format
454
  msgid "See how to %sconfigure shipment methods%s."
455
  msgstr "Zobacz jak %sskonfigurować metody wysyłki %s."
876
  "Wyłącz go na %sstronie wtyczek%s. Przeczytaj o dużej zmianie we Flexible "
877
  "Shipping na %snaszym blogu →%s"
878
 
879
+ #: flexible-shipping.php:542
880
  msgid "Upgrade"
881
  msgstr "Kup PRO"
882
 
883
+ #: flexible-shipping.php:658
884
  #, php-format
885
  msgid "Redirecting. If page not redirects click %s here %s."
886
  msgstr ""
889
 
890
  #: inc/wpdesk-tracker/views/tracker-connect.php:7
891
  #: inc/wpdesk-tracker/views/tracker-notice.php:5
892
+ #: inc/wpdesk-tracker/views/tracker-notice.php:22
893
  #, php-format
894
  msgid "Hey %s,"
895
  msgstr "Hej %s,"
896
 
897
  #: inc/wpdesk-tracker/views/tracker-connect.php:8
898
+ #: inc/wpdesk-tracker/views/tracker-notice.php:23
899
  msgid ""
900
  "Please help us improve our plugins! If you opt-in, we will collect some non-"
901
  "sensitive data and usage information. If you skip this, that's okay! All "
952
  "rezygnacja"
953
 
954
  #: inc/wpdesk-tracker/views/tracker-connect.php:54
955
+ #: inc/wpdesk-tracker/views/tracker-notice.php:24
 
956
  msgid "Find out more &raquo;"
957
  msgstr "Dowiedz się więcej &raquo;"
958
 
1013
  msgid "Submit &amp; Deactivate"
1014
  msgstr "Anuluj"
1015
 
1016
+ #: inc/wpdesk-tracker/views/tracker-notice.php:8
1017
+ #, php-format
1018
  msgid ""
1019
+ "We need your help to improve <strong>WP Desk plugins</strong>, so they are "
1020
+ "more useful for you and the rest of <strong>10,000+ users</strong>. By "
1021
+ "collecting data on how you use our plugins, you will help us a lot. We will "
1022
+ "not collect any sensitive data, so you can feel safe. As a thank you for "
1023
+ "your consent, we will send you a <strong>discount coupon</strong> for %sWP "
1024
+ "Desk plugins%s, which you can use yourself or share with others. %sFind out "
1025
+ "more &raquo;%s"
1026
  msgstr ""
1027
+ "Potrzebujemy Twojej pomocy, aby dalej rozwijać <strong>wtyczki WP Desk</"
1028
+ "strong> i były one jeszcze bardziej pomocne dla Ciebie i pozostałych ponad "
1029
+ "<strong>10 000 użytkowników</strong>. Zbierając dane na temat tego jak "
1030
+ "korzystasz z naszych wtyczek bardzo nam w tym pomożesz. Nie będziemy zbierać "
1031
+ "żadnych danych wrażliwych, więc możesz czuć się bezpiecznie. W zamian za "
1032
+ "Twoją zgodę otrzymasz <strong>kupon rabatowy</strong> na %swtyczki WP Desk"
1033
+ "%s, który możesz wykorzystać sam lub podzielić się z innymi. %sDowiedz się "
1034
+ "więcej &raquo;%s"
1035
 
1036
+ #: inc/wpdesk-tracker/views/tracker-notice.php:16
1037
+ #: inc/wpdesk-tracker/views/tracker-notice.php:27
1038
  msgid "Allow"
1039
  msgstr "Pozwól"
1040
 
1067
  msgid "https://www.wpdesk.net/"
1068
  msgstr "https://www.wpdesk.pl/"
1069
 
1070
+ #~ msgid ""
1071
+ #~ "Please help us improve our plugins and get a <strong>20&#37; discount "
1072
+ #~ "coupon</strong> for <strong>WP Desk</strong> plugins."
1073
+ #~ msgstr ""
1074
+ #~ "Pomóż nam ulepszyć nasze wtyczki i otrzymaj <strong>kupon rabatowy 20&#37;"
1075
+ #~ "</strong> na kolejne zakupy w <strong>WP Desk</strong>."
1076
+
1077
  #~ msgid ""
1078
  #~ "Allow WP Desk to collect plugin usage information and <strong>get "
1079
  #~ "discount coupon</strong> in our shop. No sensitive data is tracked."
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Flexible Shipping for WooCommerce ===
2
- Contributors: wpdesk, swoboda, jablonowski, barczakszymon, ospiotr
3
  Donate link: https://www.wpdesk.net/products/flexible-shipping-pro-woocommerce/
4
  Tags: table rate, table rate shipping, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes
5
  Requires at least: 4.5
6
- Tested up to: 4.8.2
7
- Stable tag: 1.9.9
8
  Requires PHP: 5.3
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -71,11 +71,11 @@ The Location Based Shipping Add-On extends Flexible Shipping for WooCommerce wit
71
 
72
  = WooCommerce Compatibility =
73
 
74
- **WooCommerce 3.1 ready!** In Flexible Shipping 1.9.5 we introduced support for WooCommerce 3.1.
75
 
76
  **Shipping Zones ready!** Flexible Shipping is compatible with WooCommerce Shipping Zones introduced in version 2.6. Read more about [WooCommerce Shipping Zones](https://www.wpdesk.net/blog/woocommerce-shipping-zones-explained/).
77
 
78
- Flexible Shipping also plays well with older versions of WooCommerce. We tested the plugin with WooCommerce 2.5.x and up.
79
 
80
  = Docs =
81
 
@@ -165,6 +165,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
165
 
166
  == Changelog ==
167
 
 
 
 
168
  = 1.9.9 - 2017-09-25 =
169
  * Fixed parse error on PHP 5.3 after update to version 1.9.8
170
 
1
  === Flexible Shipping for WooCommerce ===
2
+ Contributors: wpdesk, swoboda
3
  Donate link: https://www.wpdesk.net/products/flexible-shipping-pro-woocommerce/
4
  Tags: table rate, table rate shipping, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes
5
  Requires at least: 4.5
6
+ Tested up to: 4.9
7
+ Stable tag: 1.9.10
8
  Requires PHP: 5.3
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
71
 
72
  = WooCommerce Compatibility =
73
 
74
+ **WooCommerce 3.2 ready!** In Flexible Shipping 1.9.10 we introduced support for WooCommerce 3.2.
75
 
76
  **Shipping Zones ready!** Flexible Shipping is compatible with WooCommerce Shipping Zones introduced in version 2.6. Read more about [WooCommerce Shipping Zones](https://www.wpdesk.net/blog/woocommerce-shipping-zones-explained/).
77
 
78
+ Flexible Shipping also plays well with older versions of WooCommerce. We tested the plugin with WooCommerce 2.6.14 and up.
79
 
80
  = Docs =
81
 
165
 
166
  == Changelog ==
167
 
168
+ = 1.9.10 - 2017-10-10 =
169
+ * Added support for WooCommerce 3.2
170
+
171
  = 1.9.9 - 2017-09-25 =
172
  * Fixed parse error on PHP 5.3 after update to version 1.9.8
173