Plugin Directory

Changeset 1521149


Ignore:
Timestamp:
10/24/2016 02:18:05 PM (9 years ago)
Author:
zibbra
Message:

release version 1.5.4

Location:
zibbra/trunk
Files:
3 edited

Legend:

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

    r1520882 r1521149  
    426426                $user = wp_get_current_user();
    427427               
    428                 if(in_array(Zibbra_Plugin::ROLE, $user->roles)) {               
     428                if(in_array(Zibbra_Plugin::ROLE, $user->roles) || in_array(Zibbra_Plugin::ROLE, array_keys($user->caps))) {
    429429           
    430430                    $customer = ZCustomer::load();
  • zibbra/trunk/readme.txt

    r1520882 r1521149  
    44Contributors: Zibbra
    55Tags: Ecommerce, Cloud
    6 Stable tag: 1.5.3
     6Stable tag: 1.5.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151
    5252== Changelog ==
     53
     54= 1.5.4 =
     55
     56* Fix login issues on multisite webshops
    5357
    5458= 1.5.3 =
  • zibbra/trunk/zibbra.php

    r1520882 r1521149  
    66 * Plugin URI: http://wordpress.org/plugins/zibbra/
    77 * Description: Zibbra integration plugin for Wordpress
    8  * Version: 1.5.3
     8 * Version: 1.5.4
    99 * Author: Zibbra
    1010 * Author URI: https://www.zibbra.com
     
    8484        const FORM_ACTION = "zibbra";
    8585        const ROLE = "customer";
    86         const VERSION = "1.5.3";
     86        const VERSION = "1.5.4";
    8787       
    8888        private $controller = null;
Note: See TracChangeset for help on using the changeset viewer.