Version Description
- 2017-11-22 =
- Added unintrusive review request for WordPress.org - please support the free version and add a 5-star review!
- Fixed a minor display glitch in the admin
Download this release
Release Info
Developer | wpdesk |
Plugin | Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager |
Version | 1.5.6 |
Comparing to | |
See all releases |
Code changes from version 1.5.5 to 1.5.6
- assets/css/admin.css +8 -0
- class/views/settings-ads.php +3 -5
- class/views/settings-fields.php +2 -3
- flexible-checkout-fields.php +2 -2
- lang/flexible-checkout-fields-pl_PL.mo +0 -0
- lang/flexible-checkout-fields-pl_PL.po +52 -48
- readme.txt +5 -1
assets/css/admin.css
CHANGED
@@ -19,6 +19,14 @@ span.inspire-file-error {
|
|
19 |
display: none;
|
20 |
}
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
/* Add New Field Box */
|
23 |
.woocommerce_page_inspire_checkout_fields_settings .add-new-field-box h3 {
|
24 |
background: #f5f5f5;
|
19 |
display: none;
|
20 |
}
|
21 |
|
22 |
+
.woocommerce_page_inspire_checkout_fields_settings .rate {
|
23 |
+
text-align: center;
|
24 |
+
}
|
25 |
+
|
26 |
+
.woocommerce_page_inspire_checkout_fields_settings .rate a {
|
27 |
+
text-decoration: none;
|
28 |
+
}
|
29 |
+
|
30 |
/* Add New Field Box */
|
31 |
.woocommerce_page_inspire_checkout_fields_settings .add-new-field-box h3 {
|
32 |
background: #f5f5f5;
|
class/views/settings-ads.php
CHANGED
@@ -1,15 +1,13 @@
|
|
1 |
<?php if ( ! is_flexible_checkout_fields_pro_active() ): ?>
|
2 |
|
3 |
<div class="stuffbox">
|
4 |
-
<h3
|
5 |
|
6 |
<div class="inside">
|
7 |
<div class="main">
|
8 |
-
<p><a href="
|
9 |
|
10 |
-
<p
|
11 |
-
|
12 |
-
<p><a href="<?php _e( 'https://www.wpdesk.net/products/active-payments-woocommerce/', 'flexible-checkout-fields' ); ?>?utm_source=flexible-checkout-fields-settings&utm_medium=link&utm_campaign=active-payments-plugin" target="_blank"><?php _e( 'Active Payments', 'flexible-checkout-fields' ); ?></a> - <?php _e( 'Conditionally display payment methods based on shipping.', 'flexible-checkout-fields' ); ?></p>
|
13 |
</div>
|
14 |
</div>
|
15 |
</div>
|
1 |
<?php if ( ! is_flexible_checkout_fields_pro_active() ): ?>
|
2 |
|
3 |
<div class="stuffbox">
|
4 |
+
<h3><?php _e( 'Enjoying the free version? Rate it!', 'flexible-checkout-fields' ); ?></h3>
|
5 |
|
6 |
<div class="inside">
|
7 |
<div class="main">
|
8 |
+
<p class="rate"><a href="https://wpde.sk/fcf-rate" target="_blank"><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span></a></p>
|
9 |
|
10 |
+
<p><?php printf( __( 'If you want to continue using Flexible Checkout Fields for free, %splease add a review%s. You will help us support the free version. Thank you.', 'flexible-checkout-fields' ), '<a href="https://wpde.sk/fcf-rate" target="_blank">', '</a>' ); ?></p>
|
|
|
|
|
11 |
</div>
|
12 |
</div>
|
13 |
</div>
|
class/views/settings-fields.php
CHANGED
@@ -158,8 +158,7 @@ $checkout_field_type = $args['plugin']->get_fields();
|
|
158 |
</span>
|
159 |
|
160 |
<span class="item-controls">
|
161 |
-
<a href="#"
|
162 |
-
class="item-edit more"><?php _e( 'Edit', 'flexible-checkout-fields' ) ?></a>
|
163 |
</span>
|
164 |
</div>
|
165 |
</div>
|
@@ -398,7 +397,7 @@ $checkout_field_type = $args['plugin']->get_fields();
|
|
398 |
html += field_name;
|
399 |
html += '</span>';
|
400 |
html += '<span class="item-controls">';
|
401 |
-
html += '<a href="#" class="item-edit more"><?php _e( 'Edit', 'flexible-checkout-fields' ) ?></a>';
|
402 |
html += '</span>';
|
403 |
html += '</div>';
|
404 |
html += '</div>';
|
158 |
</span>
|
159 |
|
160 |
<span class="item-controls">
|
161 |
+
<a href="#" class="item-edit more"><span class="screen-reader-text"><?php _e( 'Edit', 'flexible-checkout-fields' ) ?></span></a>
|
|
|
162 |
</span>
|
163 |
</div>
|
164 |
</div>
|
397 |
html += field_name;
|
398 |
html += '</span>';
|
399 |
html += '<span class="item-controls">';
|
400 |
+
html += '<a href="#" class="item-edit more"><span class="screen-reader-text"><?php _e( 'Edit', 'flexible-checkout-fields' ) ?></span></a>';
|
401 |
html += '</span>';
|
402 |
html += '</div>';
|
403 |
html += '</div>';
|
flexible-checkout-fields.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
-
Version: 1.5.
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
@@ -11,7 +11,7 @@
|
|
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.
|
15 |
|
16 |
Copyright 2017 WP Desk Ltd.
|
17 |
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
+
Version: 1.5.6
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
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.4
|
15 |
|
16 |
Copyright 2017 WP Desk Ltd.
|
17 |
|
lang/flexible-checkout-fields-pl_PL.mo
CHANGED
Binary file
|
lang/flexible-checkout-fields-pl_PL.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Flexible Checkout Fields\n"
|
4 |
-
"POT-Creation-Date: 2017-
|
5 |
-
"PO-Revision-Date: 2017-
|
6 |
-
"Last-Translator:
|
7 |
"Language-Team: Maciej Swoboda <maciej.swoboda@gmail.com>\n"
|
8 |
"Language: pl_PL\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -71,7 +71,7 @@ msgstr ""
|
|
71 |
"Notatka do twojego zamówienia, np. informacje o dostarczeniu przesyłki."
|
72 |
|
73 |
#: class/inspireCheckoutFieldsSettings.php:136
|
74 |
-
#: class/views/settings-settings.php:11 flexible-checkout-fields.php:
|
75 |
msgid "Settings"
|
76 |
msgstr "Ustawienia"
|
77 |
|
@@ -88,48 +88,17 @@ msgid "Opt-out"
|
|
88 |
msgstr "Opt-out"
|
89 |
|
90 |
#: class/views/settings-ads.php:4
|
91 |
-
msgid "
|
92 |
-
msgstr "
|
93 |
|
94 |
-
#: class/views/settings-ads.php:
|
95 |
-
|
96 |
-
msgstr "https://www.wpdesk.pl/sklep/woocommerce-checkout-fields/"
|
97 |
-
|
98 |
-
#: class/views/settings-ads.php:8
|
99 |
-
msgid "Flexible Checkout Fields PRO"
|
100 |
-
msgstr "Edycja pól zamówienia PRO"
|
101 |
-
|
102 |
-
#: class/views/settings-ads.php:8
|
103 |
msgid ""
|
104 |
-
"
|
105 |
-
"
|
106 |
msgstr ""
|
107 |
-
"
|
108 |
-
"
|
109 |
-
|
110 |
-
#: class/views/settings-ads.php:10
|
111 |
-
msgid "https://www.wpdesk.net/products/flexible-shipping-pro-woocommerce/"
|
112 |
-
msgstr "https://www.wpdesk.pl/sklep/flexible-shipping-pro-woocommerce/"
|
113 |
-
|
114 |
-
#: class/views/settings-ads.php:10
|
115 |
-
msgid "Flexible Shipping"
|
116 |
-
msgstr "Flexible Shipping"
|
117 |
-
|
118 |
-
#: class/views/settings-ads.php:10
|
119 |
-
msgid "Create shipping methods based on weight, totals and more."
|
120 |
-
msgstr "Twórz metody wysyłki oparte na wadze, wartości zamówienia i nie tylko."
|
121 |
-
|
122 |
-
#: class/views/settings-ads.php:12
|
123 |
-
msgid "https://www.wpdesk.net/products/active-payments-woocommerce/"
|
124 |
-
msgstr "https://www.wpdesk.pl/sklep/aktywne-platnosci-woocommerce/"
|
125 |
-
|
126 |
-
#: class/views/settings-ads.php:12
|
127 |
-
msgid "Active Payments"
|
128 |
-
msgstr "Aktywne Płatności"
|
129 |
-
|
130 |
-
#: class/views/settings-ads.php:12
|
131 |
-
msgid "Conditionally display payment methods based on shipping."
|
132 |
-
msgstr "Warunkowo wyświetlaj metody płatności oparte na wysyłce."
|
133 |
|
134 |
#: class/views/settings-fields.php:27
|
135 |
msgid "Settings resetted."
|
@@ -381,23 +350,23 @@ msgstr "Następny"
|
|
381 |
msgid "Previous"
|
382 |
msgstr "Poprzedni"
|
383 |
|
384 |
-
#: flexible-checkout-fields.php:
|
385 |
msgid "Additional Information"
|
386 |
msgstr "Dodatkowe informacje"
|
387 |
|
388 |
-
#: flexible-checkout-fields.php:
|
389 |
msgid "Docs"
|
390 |
msgstr "Docs"
|
391 |
|
392 |
-
#: flexible-checkout-fields.php:
|
393 |
msgid "Support"
|
394 |
msgstr "Wsparcie"
|
395 |
|
396 |
-
#: flexible-checkout-fields.php:
|
397 |
msgid "Upgrade"
|
398 |
msgstr "Kup PRO"
|
399 |
|
400 |
-
#: flexible-checkout-fields.php:
|
401 |
msgid "Advanced"
|
402 |
msgstr "Zaawansowane"
|
403 |
|
@@ -594,6 +563,41 @@ msgstr "WP Desk"
|
|
594 |
msgid "https://www.wpdesk.net/"
|
595 |
msgstr "https://www.wpdesk.pl/"
|
596 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
597 |
#~ msgid ""
|
598 |
#~ "Read the <a href=\"https://www.wpdesk.net/docs/flexible-checkout-fields-"
|
599 |
#~ "docs/?utm_source=flexible-checkout-fields-"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WooCommerce Flexible Checkout Fields\n"
|
4 |
+
"POT-Creation-Date: 2017-11-20 13:18+0100\n"
|
5 |
+
"PO-Revision-Date: 2017-11-20 13:21+0100\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"
|
71 |
"Notatka do twojego zamówienia, np. informacje o dostarczeniu przesyłki."
|
72 |
|
73 |
#: class/inspireCheckoutFieldsSettings.php:136
|
74 |
+
#: class/views/settings-settings.php:11 flexible-checkout-fields.php:916
|
75 |
msgid "Settings"
|
76 |
msgstr "Ustawienia"
|
77 |
|
88 |
msgstr "Opt-out"
|
89 |
|
90 |
#: class/views/settings-ads.php:4
|
91 |
+
msgid "Enjoying the free version? Rate it!"
|
92 |
+
msgstr "Podoba Ci się darmowa wersja?"
|
93 |
|
94 |
+
#: class/views/settings-ads.php:10
|
95 |
+
#, php-format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
msgid ""
|
97 |
+
"If you want to continue using Flexible Checkout Fields for free, %splease "
|
98 |
+
"add a review%s. You will help us support the free version. Thank you."
|
99 |
msgstr ""
|
100 |
+
"Jeśli chcesz używać Flexible Checkout Fields za darmo, prosimy %sdodaj swoją "
|
101 |
+
"opinię%s. Pomożesz nam wspierać darmową wersję. Dziękujemy."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
#: class/views/settings-fields.php:27
|
104 |
msgid "Settings resetted."
|
350 |
msgid "Previous"
|
351 |
msgstr "Poprzedni"
|
352 |
|
353 |
+
#: flexible-checkout-fields.php:714 flexible-checkout-fields.php:874
|
354 |
msgid "Additional Information"
|
355 |
msgstr "Dodatkowe informacje"
|
356 |
|
357 |
+
#: flexible-checkout-fields.php:917
|
358 |
msgid "Docs"
|
359 |
msgstr "Docs"
|
360 |
|
361 |
+
#: flexible-checkout-fields.php:918
|
362 |
msgid "Support"
|
363 |
msgstr "Wsparcie"
|
364 |
|
365 |
+
#: flexible-checkout-fields.php:925
|
366 |
msgid "Upgrade"
|
367 |
msgstr "Kup PRO"
|
368 |
|
369 |
+
#: flexible-checkout-fields.php:944
|
370 |
msgid "Advanced"
|
371 |
msgstr "Zaawansowane"
|
372 |
|
563 |
msgid "https://www.wpdesk.net/"
|
564 |
msgstr "https://www.wpdesk.pl/"
|
565 |
|
566 |
+
#~ msgid "Get more WP Desk Plugins!"
|
567 |
+
#~ msgstr "Wtyczki WP Desk"
|
568 |
+
|
569 |
+
#~ msgid "https://www.wpdesk.net/products/woocommerce-checkout-fields/"
|
570 |
+
#~ msgstr "https://www.wpdesk.pl/sklep/woocommerce-checkout-fields/"
|
571 |
+
|
572 |
+
#~ msgid "Flexible Checkout Fields PRO"
|
573 |
+
#~ msgstr "Edycja pól zamówienia PRO"
|
574 |
+
|
575 |
+
#~ msgid ""
|
576 |
+
#~ "Go PRO and get new field types (i.e. checkboxes, radios, file upload) and "
|
577 |
+
#~ "custom sections. And get rid of these ads :)"
|
578 |
+
#~ msgstr ""
|
579 |
+
#~ "Kup wersję PRO z nowymi typami pól (np. checkboksy, radio, wgrywanie "
|
580 |
+
#~ "pliku) i własnymi sekcjami pól. I pozbądź się tych reklam :)`"
|
581 |
+
|
582 |
+
#~ msgid "https://www.wpdesk.net/products/flexible-shipping-pro-woocommerce/"
|
583 |
+
#~ msgstr "https://www.wpdesk.pl/sklep/flexible-shipping-pro-woocommerce/"
|
584 |
+
|
585 |
+
#~ msgid "Flexible Shipping"
|
586 |
+
#~ msgstr "Flexible Shipping"
|
587 |
+
|
588 |
+
#~ msgid "Create shipping methods based on weight, totals and more."
|
589 |
+
#~ msgstr ""
|
590 |
+
#~ "Twórz metody wysyłki oparte na wadze, wartości zamówienia i nie tylko."
|
591 |
+
|
592 |
+
#~ msgid "https://www.wpdesk.net/products/active-payments-woocommerce/"
|
593 |
+
#~ msgstr "https://www.wpdesk.pl/sklep/aktywne-platnosci-woocommerce/"
|
594 |
+
|
595 |
+
#~ msgid "Active Payments"
|
596 |
+
#~ msgstr "Aktywne Płatności"
|
597 |
+
|
598 |
+
#~ msgid "Conditionally display payment methods based on shipping."
|
599 |
+
#~ msgstr "Warunkowo wyświetlaj metody płatności oparte na wysyłce."
|
600 |
+
|
601 |
#~ msgid ""
|
602 |
#~ "Read the <a href=\"https://www.wpdesk.net/docs/flexible-checkout-fields-"
|
603 |
#~ "docs/?utm_source=flexible-checkout-fields-"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.wpdesk.net/flexible-checkout-fields-woocommerce/
|
|
4 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -165,6 +165,10 @@ If you are upgrading from the old WooCommerce Checkout Fields version (1.1, wooc
|
|
165 |
|
166 |
== Changelog ==
|
167 |
|
|
|
|
|
|
|
|
|
168 |
= 1.5.5 - 2017-11-08 =
|
169 |
* Fixed a bug with character encoding in emails
|
170 |
* Fixed a bug with required fields if option is unchecked
|
4 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 1.5.6
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
165 |
|
166 |
== Changelog ==
|
167 |
|
168 |
+
= 1.5.6 - 2017-11-22 =
|
169 |
+
* Added unintrusive review request for WordPress.org - please support the free version and add a 5-star review!
|
170 |
+
* Fixed a minor display glitch in the admin
|
171 |
+
|
172 |
= 1.5.5 - 2017-11-08 =
|
173 |
* Fixed a bug with character encoding in emails
|
174 |
* Fixed a bug with required fields if option is unchecked
|