Plugin Directory

Changeset 3200062


Ignore:
Timestamp:
11/30/2024 11:14:21 PM (16 months ago)
Author:
Genoo
Message:

Release refs/heads/master

Location:
genoo/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

    r3200059 r3200062  
    66    Author URI: http://www.genoo.com/
    77    Author Email: info@genoo.com
    8     Version: 6.0.16
     8    Version: 6.0.17
    99    License: GPLv2
    1010    Text Domain: genoo
  • genoo/trunk/assets/GenooFrontend.css

    r3200059 r3200062  
    686686body.genooModalOpen::after {display: none;}
    687687.genooInlineBlock .themeDefault { max-width: 100%; }
    688 
    689 .iti--allow-dropdown input[type=tel] {
    690     padding-left: 52px !important;
    691 }
  • genoo/trunk/libs/WPMKTENGINE/CTA.php

    r3200059 r3200062  
    214214        $this->button_class = $this->post->getMeta('button_css_class');
    215215        if($this->isForm){
    216             $this->followOriginalUrl = !empty($this->post->getMeta('follow_original_return_url'));
     216            $this->followOriginalUrl = $this->post->getMeta('follow_original_return_url') == 0 ? FALSE : TRUE;
    217217        }
    218218        $this->popup = $this->post->getMeta('formpop');
  • genoo/trunk/readme.txt

    r3200059 r3200062  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 6.0.16
     8Stable tag: 6.0.17
    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.