Changeset 1595353
- Timestamp:
- 02/14/2017 01:15:51 AM (9 years ago)
- Location:
- genoo/trunk
- Files:
-
- 3 edited
-
Genoo.php (modified) (1 diff)
-
libs/WPMKTENGINE/ModalWindow.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
genoo/trunk/Genoo.php
r1585711 r1595353 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 5.0. 88 Version: 5.0.9 9 9 License: GPLv2 10 10 Text Domain: genoo -
genoo/trunk/libs/WPMKTENGINE/ModalWindow.php
r1583458 r1595353 178 178 179 179 $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'; } 181 183 182 184 $link = Utils::addQueryParams(Utils::getRealUrl(), $linkParams); -
genoo/trunk/readme.txt
r1585711 r1595353 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 5.0. 88 Stable tag: 5.0.9 9 9 10 10 Combine the flexibility of WordPress with the power of Genoo and experience amazing results! … … 70 70 == Changelog == 71 71 72 = 5.0.9 = 73 * Deprecated 'mobile' window functionality 74 72 75 = 5.0.8 = 73 76 * Updating to latest WordPress version
Note: See TracChangeset
for help on using the changeset viewer.