Plugin Directory

Changeset 1288766


Ignore:
Timestamp:
11/18/2015 02:28:58 PM (10 years ago)
Author:
latorante
Message:

Updating to version 3.0.6 - fixed js issue

Location:
genoo/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

    r1287280 r1288766  
    66    Author URI: http://www.genoo.com/
    77    Author Email: info@genoo.com
    8     Version: 3.0.5
     8    Version: 3.0.6
    99    License: GPLv2
    1010    Text Domain: genoo
  • genoo/trunk/GenooInit.php

    r1280451 r1288766  
    5353        define('GENOO_CACHE',   GENOO_ROOT . 'cache' . DIRECTORY_SEPARATOR);
    5454        define('GENOO_DEBUG',   get_option('genooDebug'));
    55         define('GENOO_REFRESH', sha1('added-sugar-with-pop-over'));
     55        define('GENOO_REFRESH', sha1('added-sugar-with-pop-over-fix-js'));
    5656        define('GENOO_DOMAIN', '//api.genoo.com');
    5757        // start the engine last file to require, rest is auto
  • genoo/trunk/assets/GenooFrontend.css

    r1287280 r1288766  
    531531    body #genooOverlay { background: none !important; position: absolute; }
    532532}
     533
     534@media all and (max-width: 385px)
     535{
     536    .genooModal { width: 100% !important; left: 0; margin-left: 0; }
     537}
  • genoo/trunk/assets/GenooFrontend.js

    r1287280 r1288766  
    364364            modalOverlay.style.display = 'none';
    365365            Tool.removeAllClassOf('genooOverlay', 'visible');
     366            Tool.removeClass(document.body, 'genooModalOpen');
    366367        }
    367368    });
  • genoo/trunk/readme.txt

    r1287280 r1288766  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 3.0.5
     8Stable tag: 3.0.6
    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.