Plugin Directory

Changeset 1011918


Ignore:
Timestamp:
10/22/2014 06:38:56 AM (11 years ago)
Author:
elevio
Message:

display account and secret ID to user after settings updated

Location:
elevio/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • elevio/trunk/elevio.php

    r1011917 r1011918  
    66Author: Elevio
    77Author URI: https://elev.io
    8 Version: 3.0.1
     8Version: 3.0.2
    99*/
    1010
  • elevio/trunk/plugin_files/helpers/TrackingCodeInfoHelper.class.php

    r989757 r1011918  
    99        if (Elevio::get_instance()->is_installed())
    1010        {
    11             return '<div class="updated installed_ok"><p>You\'ve successfully installed Elevio, nice work (using account id: <strong>' . Elevio::get_instance()->get_account_id() .'</strong>)</p></div>';
     11            return '<div class="updated installed_ok"><p>You\'ve successfully installed Elevio, nice work (using account id: <strong>' . Elevio::get_instance()->get_account_id() .'</strong> and secret id: <strong>' . Elevio::get_instance()->get_secret_id() .'</strong>)</p></div>';
    1212        }
    1313
Note: See TracChangeset for help on using the changeset viewer.