Changeset 2547924
- Timestamp:
- 06/15/2021 06:46:30 AM (5 years ago)
- Location:
- pinpointe-form-integration
- Files:
-
- 63 added
- 5 edited
-
tags/1.5.0 (added)
-
tags/1.5.0/assets (added)
-
tags/1.5.0/assets/css (added)
-
tags/1.5.0/assets/css/chosen-sprite.png (added)
-
tags/1.5.0/assets/css/[email protected] (added)
-
tags/1.5.0/assets/css/chosen.min.css (added)
-
tags/1.5.0/assets/css/font-awesome (added)
-
tags/1.5.0/assets/css/font-awesome/css (added)
-
tags/1.5.0/assets/css/font-awesome/css/font-awesome.min.css (added)
-
tags/1.5.0/assets/css/font-awesome/fonts (added)
-
tags/1.5.0/assets/css/font-awesome/fonts/FontAwesome.otf (added)
-
tags/1.5.0/assets/css/font-awesome/fonts/fontawesome-webfont.eot (added)
-
tags/1.5.0/assets/css/font-awesome/fonts/fontawesome-webfont.svg (added)
-
tags/1.5.0/assets/css/font-awesome/fonts/fontawesome-webfont.ttf (added)
-
tags/1.5.0/assets/css/font-awesome/fonts/fontawesome-webfont.woff (added)
-
tags/1.5.0/assets/css/images (added)
-
tags/1.5.0/assets/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png (added)
-
tags/1.5.0/assets/css/images/ui-bg_diagonals-thick_20_666666_40x40.png (added)
-
tags/1.5.0/assets/css/images/ui-bg_glass_100_f6f6f6_1x400.png (added)
-
tags/1.5.0/assets/css/images/ui-bg_glass_100_fdf5ce_1x400.png (added)
-
tags/1.5.0/assets/css/images/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/1.5.0/assets/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png (added)
-
tags/1.5.0/assets/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png (added)
-
tags/1.5.0/assets/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png (added)
-
tags/1.5.0/assets/css/images/ui-icons_222222_256x240.png (added)
-
tags/1.5.0/assets/css/images/ui-icons_228ef1_256x240.png (added)
-
tags/1.5.0/assets/css/images/ui-icons_ef8c08_256x240.png (added)
-
tags/1.5.0/assets/css/images/ui-icons_ffd27a_256x240.png (added)
-
tags/1.5.0/assets/css/images/ui-icons_ffffff_256x240.png (added)
-
tags/1.5.0/assets/css/jquery-ui.theme.css (added)
-
tags/1.5.0/assets/css/style-admin.css (added)
-
tags/1.5.0/assets/css/style-frontend.css (added)
-
tags/1.5.0/assets/forms (added)
-
tags/1.5.0/assets/forms/css (added)
-
tags/1.5.0/assets/forms/css/sky-forms-color-schemes.css (added)
-
tags/1.5.0/assets/forms/css/sky-forms-ie8.css (added)
-
tags/1.5.0/assets/forms/css/sky-forms.css (added)
-
tags/1.5.0/assets/forms/js (added)
-
tags/1.5.0/assets/forms/js/html5.js (added)
-
tags/1.5.0/assets/forms/js/jquery.form.min.js (added)
-
tags/1.5.0/assets/forms/js/jquery.maskedinput.min.js (added)
-
tags/1.5.0/assets/forms/js/jquery.placeholder.min.js (added)
-
tags/1.5.0/assets/forms/js/jquery.validate.min.js (added)
-
tags/1.5.0/assets/forms/js/sky-forms-ie8.js (added)
-
tags/1.5.0/assets/img (added)
-
tags/1.5.0/assets/img/pinpointe.png (added)
-
tags/1.5.0/assets/img/progress.gif (added)
-
tags/1.5.0/assets/js (added)
-
tags/1.5.0/assets/js/chosen.jquery.js (added)
-
tags/1.5.0/assets/js/jquery.cookie.js (added)
-
tags/1.5.0/assets/js/jquery.tipTip.minified.js (added)
-
tags/1.5.0/assets/js/pinpointe-admin.js (added)
-
tags/1.5.0/assets/js/pinpointe-frontend.js (added)
-
tags/1.5.0/includes (added)
-
tags/1.5.0/includes/pinpointe-form.inc.php (added)
-
tags/1.5.0/includes/pinpointe-plugin-structure.inc.php (added)
-
tags/1.5.0/includes/pinpointe-prepare-form.inc.php (added)
-
tags/1.5.0/includes/pinpointe-service.class.php (added)
-
tags/1.5.0/includes/pinpointe-widget.class.php (added)
-
tags/1.5.0/languages (added)
-
tags/1.5.0/languages/pinpointe.pot (added)
-
tags/1.5.0/pinpointe-signup-form.php (added)
-
tags/1.5.0/readme.txt (added)
-
trunk/assets/css/style-admin.css (modified) (2 diffs)
-
trunk/assets/js/pinpointe-admin.js (modified) (3 diffs)
-
trunk/includes/pinpointe-service.class.php (modified) (1 diff)
-
trunk/pinpointe-signup-form.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pinpointe-form-integration/trunk/assets/css/style-admin.css
r1558838 r2547924 133 133 134 134 .pinpointe_forms_title { 135 float: left;135 display: inline-block; 136 136 } 137 137 … … 451 451 } 452 452 453 .ui-icon-triangle-1-s { 454 background-position: -68px -14px; 455 display: inline-block; 456 } 457 458 .ui-icon-triangle-1-e { 459 display: inline-block; 460 background-position: -36px -14px; 461 } 462 453 463 /* Webkit Hacks */ 454 464 @media screen and (-webkit-min-device-pixel-ratio:0) { -
pinpointe-form-integration/trunk/assets/js/pinpointe-admin.js
r1558838 r2547924 12 12 jQuery(this).find(':input').each(function(){ 13 13 if (typeof pinpointe_hints !== 'undefined' && typeof pinpointe_hints[jQuery(this).prop('id')] !== 'undefined') { 14 jQuery(this).parent().parent().find('th').append('<div class="pinpointe_tip" title="' + pinpointe_hints[jQuery(this).prop('id')] + '"><i class="fa fa-question"></ div>');14 jQuery(this).parent().parent().find('th').append('<div class="pinpointe_tip" title="' + pinpointe_hints[jQuery(this).prop('id')] + '"><i class="fa fa-question"></i></div>'); 15 15 } 16 16 }); … … 25 25 26 26 if (typeof pinpointe_hints !== 'undefined' && typeof pinpointe_hints[this_tip_key] !== 'undefined') { 27 jQuery(this).parent().parent().parent().parent().find('th').append('<div class="pinpointe_tip" title="' + pinpointe_hints[this_tip_key] + '"><i class="fa fa-question"></ div>');27 jQuery(this).parent().parent().parent().parent().find('th').append('<div class="pinpointe_tip" title="' + pinpointe_hints[this_tip_key] + '"><i class="fa fa-question"></i></div>'); 28 28 } 29 29 } … … 1063 1063 jQuery(this).parent().parent().find('th').each(function() { 1064 1064 if (jQuery(this).find('.pinpointe_tip').length === 0) { 1065 jQuery(this).append('<div class="pinpointe_tip" title="' + value + '"><i class="fa fa-question"></ div>');1065 jQuery(this).append('<div class="pinpointe_tip" title="' + value + '"><i class="fa fa-question"></i></div>'); 1066 1066 } 1067 1067 }); -
pinpointe-form-integration/trunk/includes/pinpointe-service.class.php
r1911220 r2547924 307 307 'mailinglist' => $id, 308 308 'format' => $email_type, 309 'customfields' => [], 310 'tag' => $tagid 309 'customfields' => [] 311 310 ); 311 312 if (!empty($tagid)) 313 $data['tag'] = $tagid; 312 314 313 315 if ($send_confirmation) { -
pinpointe-form-integration/trunk/pinpointe-signup-form.php
r2093612 r2547924 5 5 * Plugin URI: https://help.pinpointe.com/support/solutions/articles/5000664320-wordpress-plugin-download 6 6 * Description: Add Pinpointe forms to your WordPress site 7 * Version: 1. 4.07 * Version: 1.5 8 8 * Author: Pinpointe 9 9 * Author URI: http://www.pinpointe.com/ 10 10 * Requires at least: 3.5 11 * Tested up to: 5. 211 * Tested up to: 5.7.2 12 12 * 13 13 * Text Domain: pinpointe … … 1678 1678 { 1679 1679 // Font awesome (icons) 1680 wp_register_style('pinpointe-font-awesome', 'http ://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css', array(), '4.5.0');1680 wp_register_style('pinpointe-font-awesome', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css', array(), '4.5.0'); 1681 1681 1682 1682 // Our own scripts and styles -
pinpointe-form-integration/trunk/readme.txt
r2443549 r2547924 3 3 Tags: email marketing, forms, popups, opt-in, mailing list, subscription 4 4 Requires at least: 3.5 5 Tested up to: 5. 66 Stable tag: 1. 4.15 Tested up to: 5.7 6 Stable tag: 1.5 7 7 Requires PHP: 5.4 8 8 License: GPLv2 or later … … 45 45 https://help.pinpointe.com/support/solutions/5000163177 46 46 47 == Known Issues == 48 * The custom field dropdowns do not correctly display icons in the dropdown list when not on a Chromium-based browser. 49 47 50 == Changelog == 51 1.5 52 * Fixed an issue where not passing a list (tag) would cause the updated Pinpointe API to detect an error with the XML structure 53 * Fixed layout issue with inline dropdown arrow icon next to form names 54 * Fixed missing FontAwesome icons due to http call (missing "s") 55 * Tested with WordPress v5.7.2 56 48 57 1.4.1 49 58 * Tested with WordPress v5.6
Note: See TracChangeset
for help on using the changeset viewer.