Skip to content

Releases: star-micronics/star-cloudprnt-for-woocommerce

v2.0.3

06 Apr 09:40
Compare
Choose a tag to compare

Version 2.0.3 adds support for printing the item SKU, improves formatting on narrow printers (or for very long product names) and adds some internal methods that can be used by anyone forming the plugin to print barcodes and Qr codes, and support text highlighting (or red/black text on supported dot-matrix printer models)

v2.0.2

26 Feb 12:56
Compare
Choose a tag to compare
  • Fix missing "Shipping Method" field from the printed receipt header.

v2.0.1

22 Feb 12:13
Compare
Choose a tag to compare
  • Do not print any blank lines when the title, or item footer text is empty
  • Add some mailchimp metadata key names to the defailt exclusions list
  • Change the timing for registering settings, to avoid reported issue with accessing settings with their default value.
  • Remove all settings when uninstalled

v2.0.0

15 Feb 16:11
Compare
Choose a tag to compare
  • Make printing trigger method user configurable
  • Clean-up settings page design
  • Add a setting to list custom fields that should be excluded from printing
  • Add a "Print with Star CloudPRNT" button to the Edit Order page sidebar
  • Add a settings link to the plugins WordPress plugins page
  • Add support for printing order item metadata - compatible with many Add-Ons plugins
  • Add support for printing order metadata - compatible with many delivery scheduling plugins and others that append fields to an order
  • Add a setting to support multiple copies
  • Add support for setting an alternative print name for products by adding a "star_cp_print_name" attribute
  • Display a warning when WooCommerce can not be detected, instead of refusing to work completely, because the detection can fail in case of some custom WooCommerce installs.
  • Improve Timestamp display to match the site formatting local and site timezone - instead of server timezone
  • Refactor the source, to make it more approachable to developers who fork the project
  • Drop support for WordPress versions earlier than 5.x.x
  • Drop support for WooCommerce versions earlier than 4.x.x
  • Drop support for PHP versions earlier than 7.2