Plugin Directory

Changeset 3200059


Ignore:
Timestamp:
11/30/2024 10:52:59 PM (16 months ago)
Author:
Genoo
Message:

Release refs/heads/master

Location:
genoo/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

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

    r2554847 r3200059  
    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/WPME/Extensions/TableSurveys.php

    r2155315 r3200059  
    161161            try{
    162162                $this->repositorySurveys->flush();
    163                 $this->addNotice('updated', __('All survyes successfully synced.', 'wpmktengine'));
     163                $this->addNotice('updated', __('All surveys successfully synced.', 'wpmktengine'));
    164164            } catch (\Exception $e){
    165165                $this->addNotice('error', $e->getMessage());
  • genoo/trunk/libs/WPMKTENGINE/CTA.php

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

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