Changeset 2049837
- Timestamp:
- 03/13/2019 02:45:49 PM (7 years ago)
- Location:
- yeloni-free-exit-popup/trunk
- Files:
-
- 7 edited
-
admin-interface/dist/admin.min.js (modified) (1 diff)
-
admin-interface/src/partials/home.html (modified) (2 diffs)
-
client/dist/client.min.js (modified) (1 diff)
-
client/loader/client_production.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wordpress/yetience-class.php (modified) (1 diff)
-
yetience-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yeloni-free-exit-popup/trunk/admin-interface/dist/admin.min.js
r2036148 r2049837 5158 5158 ideal: "ideal", 5159 5159 icon: "glyphicon glyphicon-tag", 5160 upgrade: "Disable all Yeloni Branding addon",5161 description: " Auto responder messages come with a small footnote. This extension enables you to disable the message",5160 upgrade: "Disable all Yeloni Branding", 5161 description: "Remove the footnote under the Popup", 5162 5162 image: 'https://yeloni.com/wp-content/uploads/2019/02/unbranding-addon.jpg', 5163 5163 url: 'https://www.yeloni.com/product/remove-yeloni-email-signature-autoresponder-emails/', 5164 5164 wcId: '1629', 5165 enabled: false5165 enabled: true 5166 5166 }; 5167 5167 } -
yeloni-free-exit-popup/trunk/admin-interface/src/partials/home.html
r2038626 r2049837 202 202 <div class="panel panel-default" style="margin-top:20px"> 203 203 <div class="panel-heading panel-white"> 204 < div class="pull-left">204 <!-- <div class="pull-left"> 205 205 <h5><i class="fa fa-lock"></i> Unlock Business Mode</h5> 206 </div> 207 <a class="btn btn-primary pull- right" target="_blank" href="https://yeloni.com/product/all-in-one-subscription/">208 Click here to Unlock <i class="fa fa-unlock"></i>206 </div> --> 207 <a class="btn btn-primary pull-left" target="_blank" href="https://yeloni.com/product/all-in-one-subscription/"> 208 <i class="fa fa-unlock"></i> Click here to Unlock Business Mode 209 209 </a> 210 210 … … 294 294 .action-panel .btn-default { 295 295 border-style: dashed; 296 color: lightgray;297 296 } 298 297 -
yeloni-free-exit-popup/trunk/client/dist/client.min.js
r2044357 r2049837 814 814 815 815 816 if (document.getElementsByClassName('logged-in').length > 0) {817 return818 }816 // if (document.getElementsByClassName('logged-in').length > 0) { 817 // return 818 // } 819 819 820 820 var widget_element = document.getElementById(widget.code) -
yeloni-free-exit-popup/trunk/client/loader/client_production.json
r1776621 r2049837 5 5 "items": ["client.min"] 6 6 }], 7 "directjs": ["/common/loader", "/wordpress/client-wordpress", " /client/dist/client.min"],7 "directjs": ["/common/loader", "/wordpress/client-wordpress", "https://res.cloudinary.com/yeloni-com/raw/upload/v1552485533/client.min.js"], 8 8 "server": "https://theme.autience.com", 9 9 "static": "http://theme.autience.com" -
yeloni-free-exit-popup/trunk/readme.txt
r2005159 r2049837 84 84 85 85 86 **FEATURES OF PREMIUM VERSION [with a 5 day free trial]**86 **FEATURES OF PREMIUM VERSION** 87 87 88 88 … … 137 137 138 138 139 140 139 If you have suggestions for a new add-on, feel free to email us at [email protected] Thanks! To know more about Yeloni: [Click Here](http://www.yeloni.com) 141 140 141 Note: Yeloni is a Serviceware. In case your website goes down for some reason, you can write to us for a backup of your contacts. 142 142 143 143 -
yeloni-free-exit-popup/trunk/wordpress/yetience-class.php
r1866062 r2049837 160 160 function register_js($js_list){ 161 161 foreach ($js_list as $js_file) { 162 wp_register_script($js_file, plugins_url(($this->plugin_folder)).$js_file.".js"); 162 if(strpos($js_file,'https://') !== false){ 163 wp_register_script($js_file, $js_file); 164 }else{ 165 wp_register_script($js_file, plugins_url(($this->plugin_folder)).$js_file.".js"); 166 } 167 163 168 } 164 169 } -
yeloni-free-exit-popup/trunk/yetience-plugin.php
r2044357 r2049837 4 4 Plugin URI: # 5 5 Description: Exit Popups are the best way to engage visitors leaving your website. Show offers, social buttons, email signup forms or customize it as you like. 6 Version: 9.0.1 16 Version: 9.0.12 7 7 Author: Jayasri Nagrale 8 8 Author URI: http://www.yeloni.com
Note: See TracChangeset
for help on using the changeset viewer.