Plugin Directory

Changeset 1595353


Ignore:
Timestamp:
02/14/2017 01:15:51 AM (9 years ago)
Author:
latorante
Message:

Pushing version 5.0.9

Location:
genoo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

    r1585711 r1595353  
    66    Author URI: http://www.genoo.com/
    77    Author Email: info@genoo.com
    8     Version: 5.0.8
     8    Version: 5.0.9
    99    License: GPLv2
    1010    Text Domain: genoo
  • genoo/trunk/libs/WPMKTENGINE/ModalWindow.php

    r1583458 r1595353  
    178178
    179179        $linkParams[self::MODAL_ID] = self::getModalId($id);
    180         if($mobile == true){ $linkParams[self::MODAL_GET] = '1'; }
     180
     181        // @deprecated since 5.0.9 / 2.7.7
     182        // if($mobile == true){ $linkParams[self::MODAL_GET] = '1'; }
    181183
    182184        $link = Utils::addQueryParams(Utils::getRealUrl(), $linkParams);
  • genoo/trunk/readme.txt

    r1585711 r1595353  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 5.0.8
     8Stable tag: 5.0.9
    99
    1010Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
     
    7070== Changelog ==
    7171
     72= 5.0.9 =
     73* Deprecated 'mobile' window functionality
     74
    7275= 5.0.8 =
    7376* Updating to latest WordPress version
Note: See TracChangeset for help on using the changeset viewer.