Plugin Directory

Changeset 1182955


Ignore:
Timestamp:
06/17/2015 10:40:36 PM (11 years ago)
Author:
latorante
Message:

Updating to version 2.8.8

  • Array utility using older PHP Syntax now
Location:
genoo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

    r1178729 r1182955  
    66    Author URI: http://www.genoo.com/
    77    Author Email: info@genoo.com
    8     Version: 2.8.7
     8    Version: 2.8.8
    99    License: GPLv2
    1010    Text Domain: genoo
  • genoo/trunk/libs/Genoo/Utils/ArrayObject.php

    r1121144 r1182955  
    149149    public static function removeByValue($array, $element)
    150150    {
    151         return array_diff($array, [$element]);
     151        return array_diff($array, array($element));
    152152    }
    153153}
  • genoo/trunk/readme.txt

    r1178729 r1182955  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 2.8.7
     8Stable tag: 2.8.8
    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.