Plugin Directory

Changeset 2014659


Ignore:
Timestamp:
01/18/2019 08:33:30 AM (7 years ago)
Author:
weslink
Message:

Preparing for 1.3.2 release

Location:
woo-payjoe-beleg-schnittstelle/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woo-payjoe-beleg-schnittstelle/trunk/README.txt

    r2010050 r2014659  
    44Tags: payjoe, Rechnung, Weslink, Wesselink, CTW, oscware, Germanized, WP Overnight, vendidero, invoices, invoice, WooCommerce, German Market, market press
    55Requires at least: 3.0.1
    6 Tested up to: 5.0.2
    7 Stable tag: 1.3.1
     6Tested up to: 5.0.3
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787
    8888= 1.3.1 =
    89 * Small fix for german market
     89* Kleiner Fix für German market
     90
     91= 1.3.2 =
     92* Probleme bei Abholstationen behoben
    9093
    9194== Upgrade Notice ==
     
    114117
    115118= 1.3.1 =
    116 * Small fix for german market
     119* Kleiner Fix für German market
     120
     121= 1.3.2 =
     122* Probleme bei Abholstationen behoben
    117123
    118124== Contribute ==
  • woo-payjoe-beleg-schnittstelle/trunk/admin/class-weslink-payjoe-opbeleg-orders.php

    r2010050 r2014659  
    256256                // shipping amount
    257257                $total_shipping = $order_details->get_shipping_total();
    258                 if ($total_shipping) {
     258                if ($total_shipping && $total_shipping > 0) {
    259259                    $shipping_tax_rate = round(($order_details->get_shipping_tax() / $total_shipping) * 100, 2);
    260260                    $OPBelegpositions['shipping'] = array(
  • woo-payjoe-beleg-schnittstelle/trunk/includes/class-weslink-payjoe-opbeleg.php

    r2010050 r2014659  
    7070
    7171        $this->plugin_name = 'weslink-payjoe-opbeleg';
    72         $this->version = '1.3.1';
     72        $this->version = '1.3.2';
    7373
    7474        $this->load_dependencies();
  • woo-payjoe-beleg-schnittstelle/trunk/weslink-payjoe-opbeleg.php

    r2010050 r2014659  
    1616 * Plugin Name:       Woo PayJoe Beleg Schnittstelle
    1717 * Description:       Plugin zum Upload von Rechnungen zu PayJoe
    18  * Version:           1.3.1
     18 * Version:           1.3.2
    1919 * Author:            WESLINK - Let's Web | Site Shop App
    2020 * Author URI:        https://weslink.de
Note: See TracChangeset for help on using the changeset viewer.