Plugin Directory

Changeset 1231765


Ignore:
Timestamp:
08/27/2015 07:26:59 AM (11 years ago)
Author:
latorante
Message:

Updating to version 2.9.5, WP 4.2 changes

Location:
genoo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

    r1211665 r1231765  
    66    Author URI: http://www.genoo.com/
    77    Author Email: info@genoo.com
    8     Version: 2.9.2
     8    Version: 2.9.5
    99    License: GPLv2
    1010    Text Domain: genoo
  • genoo/trunk/libs/Genoo/Users.php

    r1211665 r1231765  
    6161                // Do we have leadtypes to remove?
    6262                foreach($old_roles as $roling){
    63                     if(array_key_exists($roling, $roles)){
    64                         $leadtypes[] = $roles[$roling];
     63                    if(is_array($roles)){
     64                        if(array_key_exists($roling, $roles)){
     65                            $leadtypes[] = $roles[$roling];
     66                        }
    6567                    }
    6668                }
  • genoo/trunk/readme.txt

    r1211665 r1231765  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 2.9.2
     8Stable tag: 2.9.5
    99
    1010Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
Note: See TracChangeset for help on using the changeset viewer.