Changeset 2010050
- Timestamp:
- 01/10/2019 03:21:51 PM (7 years ago)
- Location:
- woo-payjoe-beleg-schnittstelle/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (3 diffs)
-
admin/class-weslink-payjoe-opbeleg-orders.php (modified) (3 diffs)
-
includes/class-weslink-payjoe-opbeleg.php (modified) (1 diff)
-
weslink-payjoe-opbeleg.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-payjoe-beleg-schnittstelle/trunk/README.txt
r2008256 r2010050 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.0.2 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 86 86 * German Markt wird nun unterstützt 87 87 88 = 1.3.1 = 89 * Small fix for german market 90 88 91 == Upgrade Notice == 89 92 … … 110 113 * German Markt wird nun unterstützt 111 114 115 = 1.3.1 = 116 * Small fix for german market 117 112 118 == Contribute == 113 119 -
woo-payjoe-beleg-schnittstelle/trunk/admin/class-weslink-payjoe-opbeleg-orders.php
r2008256 r2010050 62 62 ); 63 63 $orders = new WP_Query($args); 64 64 65 if ($orders->have_posts()) { 65 66 … … 377 378 public function mapGermanMarketInvoiceNumber(): bool 378 379 { 380 379 381 $args = array( 380 382 'post_type' => wc_get_order_types(), … … 388 390 ), 389 391 array( 390 'key' => '_wp_wc_running_invoice_number', 391 'compare' => 'EXISTS' 392 'relation' => 'AND', 393 array( 394 'key' => '_wp_wc_running_invoice_number', 395 'compare' => 'EXISTS', 396 ), 397 array( 398 'key' => '_wp_wc_running_invoice_number', 399 'value' => array('',null), 400 'compare' => 'NOT IN' 401 ), 392 402 ) 393 403 -
woo-payjoe-beleg-schnittstelle/trunk/includes/class-weslink-payjoe-opbeleg.php
r2008256 r2010050 70 70 71 71 $this->plugin_name = 'weslink-payjoe-opbeleg'; 72 $this->version = '1.3. 0';72 $this->version = '1.3.1'; 73 73 74 74 $this->load_dependencies(); -
woo-payjoe-beleg-schnittstelle/trunk/weslink-payjoe-opbeleg.php
r2008256 r2010050 16 16 * Plugin Name: Woo PayJoe Beleg Schnittstelle 17 17 * Description: Plugin zum Upload von Rechnungen zu PayJoe 18 * Version: 1.3. 018 * Version: 1.3.1 19 19 * Author: WESLINK - Let's Web | Site Shop App 20 20 * Author URI: https://weslink.de
Note: See TracChangeset
for help on using the changeset viewer.