Changeset 1607888
- Timestamp:
- 03/04/2017 06:34:02 PM (9 years ago)
- Location:
- woocommerce-basic-ordernumbers
- Files:
-
- 3 edited
- 14 copied
-
tags/1.3.9 (copied) (copied from woocommerce-basic-ordernumbers/trunk)
-
tags/1.3.9/assets/css/opentools-updatecheck.css (copied) (copied from woocommerce-basic-ordernumbers/trunk/assets/css/opentools-updatecheck.css)
-
tags/1.3.9/assets/js/opentools-updatecheck.js (copied) (copied from woocommerce-basic-ordernumbers/trunk/assets/js/opentools-updatecheck.js)
-
tags/1.3.9/library/css/index.html (copied) (copied from woocommerce-basic-ordernumbers/trunk/library/css/index.html)
-
tags/1.3.9/library/css/ordernumber.css (copied) (copied from woocommerce-basic-ordernumbers/trunk/library/css/ordernumber.css)
-
tags/1.3.9/library/images/index.html (copied) (copied from woocommerce-basic-ordernumbers/trunk/library/images/index.html)
-
tags/1.3.9/library/index.html (copied) (copied from woocommerce-basic-ordernumbers/trunk/library/index.html)
-
tags/1.3.9/library/js/index.html (copied) (copied from woocommerce-basic-ordernumbers/trunk/library/js/index.html)
-
tags/1.3.9/library/js/ordernumber.js (copied) (copied from woocommerce-basic-ordernumbers/trunk/library/js/ordernumber.js)
-
tags/1.3.9/library/ordernumber_helper.php (copied) (copied from woocommerce-basic-ordernumbers/trunk/library/ordernumber_helper.php)
-
tags/1.3.9/ordernumber_helper_woocommerce.php (copied) (copied from woocommerce-basic-ordernumbers/trunk/ordernumber_helper_woocommerce.php)
-
tags/1.3.9/ordernumbers_woocommerce_basic.php (copied) (copied from woocommerce-basic-ordernumbers/trunk/ordernumbers_woocommerce_basic.php) (1 diff)
-
tags/1.3.9/readme.txt (copied) (copied from woocommerce-basic-ordernumbers/trunk/readme.txt) (2 diffs)
-
tags/1.3.9/woocommerce-basic-ordernumbers.php (copied) (copied from woocommerce-basic-ordernumbers/trunk/woocommerce-basic-ordernumbers.php) (1 diff)
-
trunk/ordernumbers_woocommerce_basic.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-basic-ordernumbers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-basic-ordernumbers/tags/1.3.9/ordernumbers_woocommerce_basic.php
r1459453 r1607888 495 495 } 496 496 497 // Only retrieve the number, but do not create it if it doesn't exist: 498 function get_number($default, $order, $type = 'ordernumber') { 499 return get_post_meta( $order->id, $this->ordernumber_meta.$type, true); 500 } 501 497 502 /** 498 503 * Callback function for Woocommerce to retrieve the ordernumber for an order -
woocommerce-basic-ordernumbers/tags/1.3.9/readme.txt
r1556794 r1607888 5 5 Requires at least: 4.0 6 6 Tested up to: 4.7 7 Stable tag: 1.3. 87 Stable tag: 1.3.9 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 79 79 == Changelog == 80 80 81 = 1.3.9 = 82 * Fix issues with the WooCommerce PDF Invoices & Packaging Slips plugin (invoice numbers were created even if disabled and before an invoice was actually generated) 83 81 84 = 1.3.8 = 82 85 * Add debug messages to the update system (disabled by default) -
woocommerce-basic-ordernumbers/tags/1.3.9/woocommerce-basic-ordernumbers.php
r1556794 r1607888 4 4 * Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html 5 5 * Description: Configure WooCommerce ordernumbers to have a running counter and arbitrary, fixed text (prefix / postfix). 6 * Version: 1.3. 86 * Version: 1.3.9 7 7 * Author: Open Tools 8 8 * Author URI: http://open-tools.net -
woocommerce-basic-ordernumbers/trunk/ordernumbers_woocommerce_basic.php
r1459453 r1607888 495 495 } 496 496 497 // Only retrieve the number, but do not create it if it doesn't exist: 498 function get_number($default, $order, $type = 'ordernumber') { 499 return get_post_meta( $order->id, $this->ordernumber_meta.$type, true); 500 } 501 497 502 /** 498 503 * Callback function for Woocommerce to retrieve the ordernumber for an order -
woocommerce-basic-ordernumbers/trunk/readme.txt
r1556794 r1607888 5 5 Requires at least: 4.0 6 6 Tested up to: 4.7 7 Stable tag: 1.3. 87 Stable tag: 1.3.9 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 79 79 == Changelog == 80 80 81 = 1.3.9 = 82 * Fix issues with the WooCommerce PDF Invoices & Packaging Slips plugin (invoice numbers were created even if disabled and before an invoice was actually generated) 83 81 84 = 1.3.8 = 82 85 * Add debug messages to the update system (disabled by default) -
woocommerce-basic-ordernumbers/trunk/woocommerce-basic-ordernumbers.php
r1556794 r1607888 4 4 * Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html 5 5 * Description: Configure WooCommerce ordernumbers to have a running counter and arbitrary, fixed text (prefix / postfix). 6 * Version: 1.3. 86 * Version: 1.3.9 7 7 * Author: Open Tools 8 8 * Author URI: http://open-tools.net
Note: See TracChangeset
for help on using the changeset viewer.