Changeset 3200059
- Timestamp:
- 11/30/2024 10:52:59 PM (16 months ago)
- Location:
- genoo/trunk
- Files:
-
- 5 edited
-
Genoo.php (modified) (1 diff)
-
assets/GenooFrontend.css (modified) (1 diff)
-
libs/WPME/Extensions/TableSurveys.php (modified) (1 diff)
-
libs/WPMKTENGINE/CTA.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
genoo/trunk/Genoo.php
r3198455 r3200059 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 6.0.1 58 Version: 6.0.16 9 9 License: GPLv2 10 10 Text Domain: genoo -
genoo/trunk/assets/GenooFrontend.css
r2554847 r3200059 686 686 body.genooModalOpen::after {display: none;} 687 687 .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 161 161 try{ 162 162 $this->repositorySurveys->flush(); 163 $this->addNotice('updated', __('All surv yes successfully synced.', 'wpmktengine'));163 $this->addNotice('updated', __('All surveys successfully synced.', 'wpmktengine')); 164 164 } catch (\Exception $e){ 165 165 $this->addNotice('error', $e->getMessage()); -
genoo/trunk/libs/WPMKTENGINE/CTA.php
r3198455 r3200059 214 214 $this->button_class = $this->post->getMeta('button_css_class'); 215 215 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')); 217 217 } 218 218 $this->popup = $this->post->getMeta('formpop'); -
genoo/trunk/readme.txt
r3198455 r3200059 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 6.0.1 58 Stable tag: 6.0.16 9 9 10 10 Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
Note: See TracChangeset
for help on using the changeset viewer.