Plugin Directory

Changeset 1768762


Ignore:
Timestamp:
11/16/2017 09:03:17 PM (8 years ago)
Author:
inboundrocket
Message:

version 1.5.2

Location:
inbound-rocket/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • inbound-rocket/trunk/admin/inc/class-inboundrocket-list-table.php

    r1469770 r1768762  
    491491                    'ID' => $lead->lead_id,
    492492                    'hashkey' => $lead->hashkey,
    493                     'email' => sprintf('<a href="?page=%s&action=%s&lead=%s%s">' . "<img class='pull-left inboundrocket-contact-avatar inboundrocket-dynamic-avatar_" . substr($lead->lead_id, -1) . "' src='http://www.gravatar.com/avatar/" . md5( strtolower( trim( $lead->lead_email ) ) ) . "' width='50px' height='50px' style='margin-top: 2px; border-radius: 25px;'/> " . '</a>', $page, 'view', $lead->lead_id, ( $redirect_url ? '&redirect_to=' .  $redirect_url : '' )) .  sprintf('<a href="?page=%s&action=%s&lead=%s%s">%s' . $lead->lead_email . '</a>', $page, 'view', $lead->lead_id, ( $redirect_url ? '&redirect_to=' .  $redirect_url : '' ), ( strlen($lead->lead_first_name) || strlen($lead->lead_last_name)? '<b>' . $lead->lead_first_name . ' ' . $lead->lead_last_name . '</b><br>' : '' )),
     493                    'email' => sprintf('<a href="?page=%s&action=%s&lead=%s%s">' . "<img class='pull-left inboundrocket-contact-avatar inboundrocket-dynamic-avatar_" . substr($lead->lead_id, -1) . "' src='https://www.gravatar.com/avatar/" . md5( strtolower( trim( $lead->lead_email ) ) ) . "' width='50px' height='50px' style='margin-top: 2px; border-radius: 25px;'/> " . '</a>', $page, 'view', $lead->lead_id, ( $redirect_url ? '&redirect_to=' .  $redirect_url : '' )) .  sprintf('<a href="?page=%s&action=%s&lead=%s%s">%s' . $lead->lead_email . '</a>', $page, 'view', $lead->lead_id, ( $redirect_url ? '&redirect_to=' .  $redirect_url : '' ), ( strlen($lead->lead_first_name) || strlen($lead->lead_last_name)? '<b>' . $lead->lead_first_name . ' ' . $lead->lead_last_name . '</b><br>' : '' )),
    494494                    'visits' => ( !isset($lead->visits) ? 1 : $lead->visits ),
    495495                    'submissions' => $lead->lead_form_submissions,
  • inbound-rocket/trunk/admin/inc/class-stats-dashboard.php

    r1655401 r1768762  
    207207                        ?>
    208208                        <li>
    209                         <a class="post-edit-link" href="<?=admin_url('admin.php?page=inboundrocket_contacts&action=view&lead='.$contact->lead_id);?>"><img class="ir-widget-gravatar" alt="Avatar" src="http://www.gravatar.com/avatar/<?php echo $gravatar_hash;?>"><?php if (!empty($lead_full_name)) { echo esc_html( $lead_full_name ); } elseif (!empty($contact->lead_first_name)) { echo esc_html( $contact->lead_first_name )." "; } elseif (!empty($contact->lead_last_name)) { echo esc_html( $contact->lead_last_name )." "; } else { _e( 'No name provided', 'inbound-rocket' );}
     209                        <a class="post-edit-link" href="<?=admin_url('admin.php?page=inboundrocket_contacts&action=view&lead='.$contact->lead_id);?>"><img class="ir-widget-gravatar" alt="Avatar" src="https://www.gravatar.com/avatar/<?php echo $gravatar_hash;?>"><?php if (!empty($lead_full_name)) { echo esc_html( $lead_full_name ); } elseif (!empty($contact->lead_first_name)) { echo esc_html( $contact->lead_first_name )." "; } elseif (!empty($contact->lead_last_name)) { echo esc_html( $contact->lead_last_name )." "; } else { _e( 'No name provided', 'inbound-rocket' );}
    210210                            //echo !empty($lead_full_name) ? $lead_full_name : !empty($contact->lead_first_name) ? esc_html($contact->lead_first_name)." " : !empty($contact->lead_last_name) ? esc_html($contact->lead_last_name)." " : __( 'No name provided', 'inbound-rocket' );
    211211                            ?></a> on <?php echo $contact->lead_date; ?> (<?php echo $contact->lead_email; ?>)
  • inbound-rocket/trunk/inbound-rocket.php

    r1759092 r1768762  
    44Plugin URI: http://wordpress.org/extend/plugins/inbound-rocket/
    55Description: Introducing a new way of generating traffic and converting them into leads on WordPress. Inbound Rocket is an easy-to-use marketing automation plugin for WordPress. It features visitor activity tracking and the management of incoming leads to better understand your web visitors. It also offers great power-ups to help you get even more visitors and help them convert to leads, subscribers and customers.
    6 Version: 1.5.1
     6Version: 1.5.2
    77Author: Inbound Rocket
    88Text Domain: inbound-rocket
     
    3131
    3232if ( !defined('INBOUNDROCKET_PLUGIN_VERSION') )
    33     define('INBOUNDROCKET_PLUGIN_VERSION', '1.5.1');
     33    define('INBOUNDROCKET_PLUGIN_VERSION', '1.5.2');
    3434
    3535if ( !defined('INBOUNDROCKET_ENABLE_DEBUG') )
  • inbound-rocket/trunk/inc/power-ups/contacts/admin/contacts-admin.php

    r1759092 r1768762  
    8686        echo '</div>';
    8787    }
    88 
     88   
    8989    /**
    9090     * Creates view a contact's details + timeline history
     
    116116            $lead_loc = '26.555200,-81.896340';
    117117        } else {
     118           
    118119            $geoip = json_decode(file_get_contents("http://ipinfo.io/{$lead_ip}"));
    119120            $lead_city = isset($geoip->city) ? $geoip->city : '';
     
    124125            $lead_hostname = isset($geoip->hostname) ? $geoip->hostname : '';
    125126            $lead_zipcode = isset($geoip->postal) ? $geoip->postal : '';
     127           
    126128        }
    127129       
     
    423425                                echo '<tr>';
    424426                                    echo '<td>';
    425                                         echo '<img class="contact-header-avatar inboundrocket-dynamic-avatar_'. esc_attr($lead_id) .'" src="http://www.gravatar.com/avatar/' . $gravatar_hash .'" alt="Avatar" />';
     427                                        echo '<img class="contact-header-avatar inboundrocket-dynamic-avatar_'. esc_attr($lead_id) .'" src="https://www.gravatar.com/avatar/' . $gravatar_hash .'" alt="Avatar" />';
    426428                                    echo '</td>';
    427429                                    echo '<td>';
     
    463465                                echo '<tr>';
    464466                                    //@TODO create execption for localhost and if no city provided etc.
    465                                     echo '<td><strong>' . __( 'Location', 'inbound-rocket' ) .':</strong><br />' . esc_html($lead_city) . ', ' .esc_html($lead_state). ' ' . esc_html($lead_country) . '</td>';
     467                                    echo '<td><strong>' . __( 'Location', 'inbound-rocket' ) .':</strong><br /><span class="citystate">' . esc_html($lead_city) . ', ' .esc_html($lead_state). '</span> ' . esc_html($lead_country) . '</td>';
    466468                                    $map_link_location = urlencode(esc_html($lead_city).',+'.esc_html($lead_state));
    467469                                    echo '<td style="text-align:right;"><a target="_blank" href="https://www.google.com/maps/place/'.$map_link_location.'">' . __( 'View Larger Map', 'inbound-rocket' ) .'</a></td>';
  • inbound-rocket/trunk/inc/power-ups/mailchimp-connector.php

    r1759092 r1768762  
    9797                    'email_address' => $list_parameters['email'],
    9898                    'status'        => $status,
    99                     'merge_fields'  => list_parameters['merge_fields'],
     99                    'merge_fields'  => $list_parameters['merge_fields'],   
    100100                )
    101101            );
  • inbound-rocket/trunk/readme.txt

    r1759092 r1768762  
    33Tags: email, email form, email list, sharing, selection, content, click to tweet, medium, Twitter, Facebook, LinkedIn, growth, inbound marketing, mail, mailing list, newsletter, popover, popup, posts, share, share text, social bookmarking, social media, social plugin, subscribe, subscribers, tweet button, CRM, CRM tools, customer relationship management, contacts, contacts database, leads, lead capture, lead collection, lead management, marketing, marketing automation, lead tracking, track leads, lead tracker, WordPress leads, click tracking, analytics, MailChimp
    44Requires at least: 2.5
    5 Tested up to: 4.8.3
    6 Stable tag: 1.5.1
     5Tested up to: 4.9
     6Stable tag: 1.5.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464
    6565== Changelog ==
     66= 1.5.2 =
     67Small bug fix in the MailChimp connector, thanks to Han van Eijden for spotting this one! Next, to that, we made our connection to Gravatar in the backend go over https by default.
     68
    6669= 1.5.1 =
    6770Lots of under the hood bug fixes, thanks all for reporting them! And the introduction of a new power-up; from now on you can synchronise the leads you generate on your WordPress website also towards your aWeber newsletter lists!
Note: See TracChangeset for help on using the changeset viewer.