Skip to content

Commit a8bc91f

Browse files
committed
Fix typo in retrieving shipping address city
Add WooCommerce 5.0.x compatibility tag after initial testing
1 parent 2cc5ada commit a8bc91f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

order-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function star_cloudprnt_print_address($printer, $selectedPrinter, $order, $order
162162
$lname = $gkv('_shipping_last_name');
163163
$a1 = $gkv('_shipping_address_1');
164164
$a2 = $gkv('_shipping_address_2');
165-
$city = $gkv('_shipping_citye', $order_meta);
165+
$city = $gkv('_shipping_city');
166166
$state = $gkv('_shipping_state');
167167
$postcode = $gkv('_shipping_postcode');
168168
$tel = $gkv('_billing_phone');

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ https://www.youtube.com/watch?v=2O3pZJ-kfqk
3535
= Minimum Requirements =
3636
* PHP 7.2 or greater.
3737
* WordPress 5.0.x, 5.1.x, 5.3.x, 5.4.x, 5.5.x or 5.6.0.
38-
* WooCommerce plugin 4.0.X, 4.1.x, 4.2.x, 4.3.x, 4.4.x, 4.5.x, 4.6.x, 4.7.x, 4.8.x or 4.9.x.
38+
* WooCommerce plugin 4.0.X, 4.1.x, 4.2.x, 4.3.x, 4.4.x, 4.5.x, 4.6.x, 4.7.x, 4.8.x, 4.9.x, 5.0.x
3939
* Star TSP650II, TSP700II, TSP800II or SP700 series printer with a IFBD-HI01X/HI02X interface. Printer interface firmware 1.6 or later recommended.
4040
* Star mC-Print3 or mC-Print2 series printer, firmware version 3.0 or later recommended.
4141

star-cloudprnt-for-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Star CloudPRNT for WooCommerce
44
* Plugin URI: http://www.star-emea.com
55
* Description: Star CloudPRNT for WooCommerce enables cloud printing technology with your Star Receipt printer.
6-
* Version: 2.0.0 beta 02
6+
* Version: 2.0.0 beta 03
77
* Author: lawrenceowen, athompson1, gcubero, fmahmood
88
* Author URI: http://www.star-emea.com/support
99
* Requires at least: 5.0.0

0 commit comments

Comments
 (0)