Plugin Directory

Changeset 1556215


Ignore:
Timestamp:
12/16/2016 02:37:23 PM (9 years ago)
Author:
zibbra
Message:

release 1.6.4

Location:
zibbra/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zibbra/trunk/modules/checkout.php

    r1535746 r1556215  
    208208        // Send confirmation
    209209
    210         ZOrder::sendConfirmation($this->order->getOrderid(), $this->current_payment_adapter->getId());
     210        //ZOrder::sendConfirmation($this->order->getOrderid(), $this->current_payment_adapter->getId());
    211211
    212212        // Reset the cart
  • zibbra/trunk/readme.txt

    r1554444 r1556215  
    44Contributors: Zibbra
    55Tags: Ecommerce, Cloud
    6 Stable tag: 1.6.3
     6Stable tag: 1.6.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5252== Changelog ==
    5353
     54= 1.6.4 =
     55
     56* Suppress sending confirmation email from checkout, is handled automatically in the API when adding payments
     57
    5458= 1.6.3 =
    5559
  • zibbra/trunk/zibbra.php

    r1554444 r1556215  
    66 * Plugin URI: http://wordpress.org/plugins/zibbra/
    77 * Description: Zibbra integration plugin for Wordpress
    8  * Version: 1.6.3
     8 * Version: 1.6.4
    99 * Author: Zibbra
    1010 * Author URI: https://www.zibbra.com
     
    100100        const FORM_ACTION = "zibbra";
    101101        const ROLE = "customer";
    102         const VERSION = "1.6.3";
     102        const VERSION = "1.6.4";
    103103       
    104104        private $controller = null;
Note: See TracChangeset for help on using the changeset viewer.