Plugin Directory

Changeset 2959739


Ignore:
Timestamp:
08/29/2023 08:45:01 AM (3 years ago)
Author:
mediajel
Message:

change info

Location:
mediajel-tracker/trunk
Files:
4 added
4 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • mediajel-tracker/trunk/README.txt

    r2946357 r2959739  
    1 === MediaJel Tracker ===
    2 Contributors: mediajel
    3 Tags: mediajel, universal tracker, mvp, header script, jpbaroma
    4 Donate link: https://www.mediajel.com/contact-us
     1=== Campaign KPI tracker ===
     2Contributors: Performance Advertising Company
     3Tags: universal tracker, mvp, header script
    54Requires at least: 5.0
    65Tested up to: 6.2
    76Requires PHP: 7.0
    8 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    98License: GPLv2 or later
    109License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1110
    12 A plugin for adding settings that is mostly used for identifying, tracking and/or monitoring websites of MediaJel clients.
     11A plugin for adding settings that is mostly used for identifying, tracking and/or monitoring websites of Performance Advertising Company clients.
    1312
    1413== Description ==
    15 This plugin will provide a section in WP Admin dashboard where MediaJel clients can save some specific details that are needed for identifying, tracking or monitoring performance of their websites.
     14This plugin will provide a section in WP Admin dashboard where Performance Advertising Company clients can save some specific details that are needed for identifying, tracking or monitoring performance of their websites.
    1615
    17 In this current version of the plugin, it includes a setting for a Universal Tracker where client has to input a unique APP ID that will be provided for them by MediaJel. This setting also has an option where the client has to select if their website is either on a testing mode or a production mode.
     16In this current version of the plugin, it includes a setting for a Universal Tracker where client has to input a unique APP ID that will be provided for them by Performance Advertising Company. This setting also has an option where the client has to select if their website is either on a testing mode or a production mode.
    1817
    1918The plugin adds a specified script in the head section of each page which includes the details provided by the client on the settings, like the APP ID. The script will be used for specific analytics and tracking performace of their websites.
    2019
    2120== Installation ==
    22 Install MediaJel Tracker like you would install any other WordPress plugin.
     21Install Campaign KPI tracker like you would install any other WordPress plugin.
    2322
    2423Dashboard Method:
    2524
    26251. Login to your Wordpress Admin dashboard, and select Plugins -> Add New from the dashboard menu.
    27 2. Input \"MediaJel Tracker\" in the search bar and select MediaJel Tracker from the list of plugins.
     262. Input \"Campaign KPI tracker\" in the search bar and select Campaign KPI tracker from the list of plugins.
    28273. Click \"Install\", and then click on \"Activate Plugin\".
    2928
    3029Upload Method:
    3130
    32 1. Unzip the plugin and upload the \"mediajel-tracker\" folder to your \'wp-content/plugins\' directory.
     311. Unzip the plugin and upload the \"campaign-kpi-tracker\" folder to your \'wp-content/plugins\' directory.
    33322. Login to your Wordpress Admin dashboard, and go to Plugins page.
    34 3. Look for the MediaJel Tracker from the list of plugins, the click on Activate.
     333. Look for the Campaign KPI tracker from the list of plugins, the click on Activate.
    3534
    3635After plugin is activated:
    37 1. Once the plugin is activated, you should see the \\\'MediaJel Tracker\\\' menu just below the \\\'Dashboard\\\' menu. Click that menu, and should be taken to a page for the MediaJel tracker.
    38 2. Under the Universal Tracker (MVP) section, input the APP ID that will be provided to you by MediaJel. Then also tick the option if your site is on testing mode, if not, then just leave it unselected.
     361. Once the plugin is activated, you should see the \\\'Campaign KPI tracker\\\' menu just below the \\\'Dashboard\\\' menu. Click that menu, and should be taken to a page for the Campaign KPI tracker.
     372. Under the Universal Tracker (MVP) section, input the APP ID that will be provided to you by Performance Advertising Company. Then also tick the option if your site is on testing mode, if not, then just leave it unselected.
    39383. Click on \\\'Save Changes\\\' button, and you\\\'re all set.
    4039
     
    4443
    4544= Where can I get the APP ID? =
    46 The APP ID for the Universal Tracker will be provided to you by MediaJel. You can contact us or reach-out to us if you don\'t have your APP ID yet.
     45The APP ID for the Universal Tracker will be provided to you by Performance Advertising Company. You can contact us or reach-out to us if you don\'t have your APP ID yet.
    4746
    48 = I don\'t have an APP ID yet, can I already install the MediaJel Tracker plugin? =
     47= I don\'t have an APP ID yet, can I already install the Campaign KPI tracker plugin? =
    4948Even if you don\'t have your APP ID yet, you can already install the plugin already on the website and add your details later on.
    5049
     
    5655
    5756== Screenshots ==
    58 1. The MediaJel Tracker menu being added on the WP Dashboard menu after plugin is activated
     571. The Campaign KPI tracker menu being added on the WP Dashboard menu after plugin is activated
    59582. The Universal Tracker settings section
    6059
    6160== Changelog ==
    6261
    63 = 1.2.1 =
     62= 1.2.2 =
     63
     64*Release Date - 29 Aug 2023*
     65
     66*Update information
     67
     68= 1.2.2 =
    6469
    6570*Release Date - 02 Aug 2023*
     
    8085*Release Date - 06 January 2022*
    8186
    82 *The name of the plugin has been changed to MediaJel Tracker, and all references to files and code has also been updated.to use mediajel-tracker.
     87*The name of the plugin has been changed to Campaign KPI tracker, and all references to files and code has also been updated.to use campaign-kpi-tracker.
    8388
    8489= 1.1.1 =
    8590*Release Date - 06 January 2022*
    8691
    87 *Changed the name of the plugin to MediaJel Tracker
     92*Changed the name of the plugin to Campaign KPI tracker
    8893
    8994= 1.1.0 =
  • mediajel-tracker/trunk/admin/class-mj-tracker-admin.php

    r2946357 r2959739  
    77 * enqueue the admin-specific stylesheet and JavaScript.
    88 *
    9  * @package    MediaJel Tracker
    10  * @subpackage mediajel-tracker/admin
    11  * @author     JP Baroma <jonathanbaroma@mediajel.com>
     9 * @package    Campaign KPI tracker
     10 * @subpackage campaign-kpi-tracker/admin
     11 * @author     Performance Advertising Company
    1212 */
    1313class MJ_Tracker_Admin {
     
    1616     * The ID of this plugin.
    1717     *
    18      * @since    1.2.1
     18     * @since    1.2.2
    1919     * @access   private
    2020     * @var      string    $MJ_Tracker    The ID of this plugin.
     
    2525     * The version of this plugin.
    2626     *
    27      * @since    1.2.1
     27     * @since    1.2.2
    2828     * @access   private
    2929     * @var      string    $version    The current version of this plugin.
     
    3232
    3333    /**
    34      * All options for the MediaJel scripts.
    35      *
    36      * @since    1.2.1
     34     * All options for the Performance Advertising Company scripts.
     35     *
     36     * @since    1.2.2
    3737     * @access   private
    38      * @var      array    $mediajel_tracker_options    An array of options for the MediaJel Scripts.
    39      */
    40     private $mediajel_tracker_options;
     38     * @var      array    $campaign_kpi_tracker_options    An array of options for the Performance Advertising Company Scripts.
     39     */
     40    private $campaign_kpi_tracker_options;
    4141
    4242    /**
    4343     * Initialize the class and set its properties.
    4444     *
    45      * @since    1.2.1
     45     * @since    1.2.2
    4646     * @param      string    $MJ_Tracker       The name of this plugin.
    4747     * @param      string    $version    The version of this plugin.
     
    5757     * Register the stylesheets for the admin area.
    5858     *
    59      * @since    1.2.1
     59     * @since    1.2.2
    6060     */
    6161    public function enqueue_styles() {
     
    7373         */
    7474
    75         wp_enqueue_style( $this->MJ_Tracker, plugin_dir_url( __FILE__ ) . 'css/mediajel-tracker-admin.css', array(), $this->version, 'all' );
     75        wp_enqueue_style( $this->MJ_Tracker, plugin_dir_url( __FILE__ ) . 'css/campaign-kpi-tracker-admin.css', array(), $this->version, 'all' );
    7676
    7777    }
     
    8080     * Register the JavaScript for the admin area.
    8181     *
    82      * @since    1.2.1
     82     * @since    1.2.2
    8383     */
    8484    public function enqueue_scripts() {
     
    9696         */
    9797
    98         wp_enqueue_script( $this->MJ_Tracker, plugin_dir_url( __FILE__ ) . 'js/mediajel-tracker-admin.js', array( 'jquery' ), $this->version, false );
    99 
    100     }
    101 
    102     /**
    103      * Add the MediaJel Tracker page
    104      *
    105      * @since    1.2.1
     98        wp_enqueue_script( $this->MJ_Tracker, plugin_dir_url( __FILE__ ) . 'js/campaign-kpi-tracker-admin.js', array( 'jquery' ), $this->version, false );
     99
     100    }
     101
     102    /**
     103     * Add the Campaign KPI tracker page
     104     *
     105     * @since    1.2.2
    106106     */
    107107
    108108   
    109109
    110     public function jpb_add_mediajel_page() {
     110    public function jpb_add_kpi_page() {
    111111       
    112112        add_menu_page(
    113             'MediaJel Tracker', // page_title
    114             'MediaJel Tracker', // menu_title
     113            'Campaign KPI tracker', // page_title
     114            'Campaign KPI tracker', // menu_title
    115115            'manage_options', // capability
    116             'mediajel-tracker', // menu_slug
    117             array( $this, 'jpb_mediajel_tracker_create_admin_page' ), // function
     116            'campaign-kpi-tracker', // menu_slug
     117            array( $this, 'jpb_campaign_kpi_tracker_create_admin_page' ), // function
    118118            'dashicons-admin-generic', // icon_url
    119119            2 // position
     
    122122    }
    123123
    124     public function jpb_mediajel_tracker_create_admin_page() {
    125         $this->mediajel_tracker_options = get_option( 'mediajel_tracker_option_name' ); ?>
     124    public function jpb_campaign_kpi_tracker_create_admin_page() {
     125        $this->campaign_kpi_tracker_options = get_option( 'campaign_kpi_tracker_option_name' ); ?>
    126126
    127127        <div class="wrap">
    128             <h2>MediaJel Tracker</h2>
     128            <h2>Campaign KPI tracker</h2>
    129129            <p></p>
    130130            <?php settings_errors(); ?>
     
    132132            <form method="post" action="options.php">
    133133                <?php
    134                     settings_fields( 'mediajel_tracker_option_group' );
    135                     do_settings_sections( 'mediajel-tracker-admin' );
     134                    settings_fields( 'campaign_kpi_tracker_option_group' );
     135                    do_settings_sections( 'campaign-kpi-tracker-admin' );
    136136                    submit_button();
    137137                ?>
     
    143143     * Add the setting sections and fields
    144144     *
    145      * @since    1.2.1
     145     * @since    1.2.2
    146146     */
    147147
     
    150150       
    151151        register_setting(
    152             'mediajel_tracker_option_group', // option_group
    153             'mediajel_tracker_option_name', // option_name
    154             array( $this, 'jpb_mediajel_tracker_sanitize' ) // sanitize_callback
     152            'campaign_kpi_tracker_option_group', // option_group
     153            'campaign_kpi_tracker_option_name', // option_name
     154            array( $this, 'jpb_campaign_kpi_tracker_sanitize' ) // sanitize_callback
    155155        );
    156156
     
    159159            'Universal Tracker (MVP)', // title
    160160            array( $this, 'jpb_Tracker_section_info' ), // callback
    161             'mediajel-tracker-admin' // page
     161            'campaign-kpi-tracker-admin' // page
    162162        );
    163163
     
    166166            'APP ID', // title
    167167            array( $this, 'jpb_Tracker_app_id_callback' ), // callback
    168             'mediajel-tracker-admin', // page
     168            'campaign-kpi-tracker-admin', // page
    169169            'Tracker_setting_section' // section
    170170        );
     
    174174            'Cart', // title
    175175            array( $this, 'jpb_Tracker_cart_callback' ), // callback
    176             'mediajel-tracker-admin', // page
     176            'campaign-kpi-tracker-admin', // page
    177177            'Tracker_setting_section' // section
    178178        );
     
    180180    }
    181181
    182     public function jpb_mediajel_tracker_sanitize($input) {
     182    public function jpb_campaign_kpi_tracker_sanitize($input) {
    183183        $sanitary_values = array();
    184184        if ( isset( $input['jpb_Tracker_app_id'] ) ) {
     
    203203    public function jpb_Tracker_app_id_callback() {
    204204        printf(
    205             '<input class="regular-text" type="text" name="mediajel_tracker_option_name[jpb_Tracker_app_id]" id="jpb_Tracker_app_id" value="%s">',
    206             isset( $this->mediajel_tracker_options['jpb_Tracker_app_id'] ) ? esc_attr( $this->mediajel_tracker_options['jpb_Tracker_app_id']) : ''
     205            '<input class="regular-text" type="text" name="campaign_kpi_tracker_option_name[jpb_Tracker_app_id]" id="jpb_Tracker_app_id" value="%s">',
     206            isset( $this->campaign_kpi_tracker_options['jpb_Tracker_app_id'] ) ? esc_attr( $this->campaign_kpi_tracker_options['jpb_Tracker_app_id']) : ''
    207207        );
    208208    }
     
    210210    public function jpb_Tracker_cart_callback() {
    211211
    212         $selected_0 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "none" ? "selected" : "" ;
    213 
    214         $selected_1 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "jane" ? "selected" : "" ;
    215        
    216         $selected_2 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "dutchie-subdomain" ? "selected" : ""  ;
    217        
    218         $selected_3 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "dutchie-iframe" ? "selected" : "" ;
    219        
    220         $selected_4 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "meadow" ? "selected" : "" ;
    221        
    222         $selected_5 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "tymber" ? "selected" : "" ;
    223        
    224         $selected_6 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "woocommerce" ? "selected" : ""    ;
    225        
    226         $selected_7 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "greenrush" ? "selected" : "" ;
    227        
    228         $selected_8 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "buddi" ? "selected" : "";
    229 
    230         $selected_9 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "shopify" ? "selected" : ""    ;
    231        
    232         $selected_10 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "lightspeed" ? "selected" : "" ;
    233        
    234         $selected_11 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "olla" ? "selected" : "";
    235 
    236         $selected_12 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "grassdoor" ? "selected" : "";
    237 
    238         $selected_13 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "wefunder" ? "selected" : "";
    239 
    240         $selected_14 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "ecwid" ? "selected" : "";
    241 
    242         $selected_15 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "square" ? "selected" : "";
    243 
    244         $selected_16 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "dutchieplus" ? "selected" : "";
    245 
    246         $selected_17 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "webjoint" ? "selected" : "";
    247 
    248         $selected_18 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "sticky-leaf" ? "selected" : "";
    249 
    250         $selected_19 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "dispense" ? "selected" : "";
    251 
    252         $selected_20 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "bigcommerce" ? "selected" : "";
    253 
    254         $selected_21 = isset( $this->mediajel_tracker_options["jpb_Tracker_cart"] ) && $this->mediajel_tracker_options["jpb_Tracker_cart"] == "yotpo" ? "selected" : "";
    255 
    256 
    257         echo '<select name="mediajel_tracker_option_name[jpb_Tracker_cart]" id="jpb_Tracker_cart">
     212        $selected_0 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "none" ? "selected" : "" ;
     213
     214        $selected_1 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "jane" ? "selected" : "" ;
     215       
     216        $selected_2 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "dutchie-subdomain" ? "selected" : ""  ;
     217       
     218        $selected_3 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "dutchie-iframe" ? "selected" : "" ;
     219       
     220        $selected_4 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "meadow" ? "selected" : "" ;
     221       
     222        $selected_5 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "tymber" ? "selected" : "" ;
     223       
     224        $selected_6 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "woocommerce" ? "selected" : ""    ;
     225       
     226        $selected_7 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "greenrush" ? "selected" : "" ;
     227       
     228        $selected_8 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "buddi" ? "selected" : "";
     229
     230        $selected_9 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "shopify" ? "selected" : ""    ;
     231       
     232        $selected_10 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "lightspeed" ? "selected" : "" ;
     233       
     234        $selected_11 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "olla" ? "selected" : "";
     235
     236        $selected_12 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "grassdoor" ? "selected" : "";
     237
     238        $selected_13 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "wefunder" ? "selected" : "";
     239
     240        $selected_14 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "ecwid" ? "selected" : "";
     241
     242        $selected_15 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "square" ? "selected" : "";
     243
     244        $selected_16 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "dutchieplus" ? "selected" : "";
     245
     246        $selected_17 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "webjoint" ? "selected" : "";
     247
     248        $selected_18 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "sticky-leaf" ? "selected" : "";
     249
     250        $selected_19 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "dispense" ? "selected" : "";
     251
     252        $selected_20 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "bigcommerce" ? "selected" : "";
     253
     254        $selected_21 = isset( $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] ) && $this->campaign_kpi_tracker_options["jpb_Tracker_cart"] == "yotpo" ? "selected" : "";
     255
     256
     257        echo '<select name="campaign_kpi_tracker_option_name[jpb_Tracker_cart]" id="jpb_Tracker_cart">
    258258        <option value="none" '. $selected_0 .'>none</option>
    259259        <option value="jane" '. $selected_1 .'>jane</option>
  • mediajel-tracker/trunk/includes/class-mj-tracker-activator.php

    r2672044 r2959739  
    77 *
    88 * @since      1.1.2
    9  * @package    MediaJel Tracker
    10  * @subpackage mediajel-tracker/includes
    11  * @author     JP Baroma <jonathanbaroma@mediajel.com>
     9 * @package    Campaign KPI tracker
     10 * @subpackage campaign-kpi-tracker/includes
     11 * @author     Performance Advertising Company
    1212 */
    1313class MJ_Tracker_Activator {
  • mediajel-tracker/trunk/includes/class-mj-tracker-deactivator.php

    r2946357 r2959739  
    66 * This class defines all code necessary to run during the plugin's deactivation.
    77 *
    8  * @since      1.2.1
     8 * @since      1.2.2
    99 *
    10  * @package    MediaJel Tracker
    11  * @subpackage mediajel-tracker/includes
    12  * @author     JP Baroma <jonathanbaroma@mediajel.com>
     10 * @package    Campaign KPI tracker
     11 * @subpackage campaign-kpi-tracker/includes
     12 * @author     Performance Advertising Company
    1313 */
    1414class MJ_Tracker_Deactivator {
     
    1919     * Long Description.
    2020     *
    21      * @since    1.2.1
     21     * @since    1.2.2
    2222     */
    2323    public static function deactivate() {
  • mediajel-tracker/trunk/includes/class-mj-tracker-i18n.php

    r2946357 r2959739  
    77 * so that it is ready for translation.
    88 *
    9  * @link       https://www.mediajel.com
    10  * @since      1.2.1
     9 * @link       https://www.google.com
     10 * @since      1.2.2
    1111 *
    1212 * @package    MJ_Settings
     
    2020 * so that it is ready for translation.
    2121 *
    22  * @since      1.2.1
    23  * @package    MediaJel Tracker
    24  * @subpackage mediajel-tracker/includes
    25  * @author     JP Baroma <jonathanbaroma@mediajel.com>
     22 * @since      1.2.2
     23 * @package    Campaign KPI tracker
     24 * @subpackage campaign-kpi-tracker/includes
     25 * @author     Performance Advertising Company
    2626 */
    2727class MJ_Tracker_i18n {
     
    3131     * Load the plugin text domain for translation.
    3232     *
    33      * @since    1.2.1
     33     * @since    1.2.2
    3434     */
    3535    public function load_plugin_textdomain() {
  • mediajel-tracker/trunk/includes/class-mj-tracker-loader.php

    r2682554 r2959739  
    88 * run function to execute the list of actions and filters.
    99 *
    10  * @package    MediaJel Tracker
    11  * @subpackage mediajel-tracker/includes
    12  * @author     JP Baroma <jonathanbaroma@mediajel.com>
     10 * @package    Campaign KPI tracker
     11 * @subpackage campaign-kpi-tracker/includes
     12 * @author     Performance Advertising Company
    1313 */
    1414class MJ_Tracker_Loader {
  • mediajel-tracker/trunk/includes/class-mj-tracker.php

    r2672044 r2959739  
    1111 *
    1212 * @since      1.1.2
    13  * @package    MediaJel Tracker
    14  * @subpackage mediajel-tracker/includes
    15  * @author     JP Baroma <jonathanbaroma@mediajel.com>
     13 * @package    Campaign KPI tracker
     14 * @subpackage campaign-kpi-tracker/includes
     15 * @author     Performance Advertising Company
    1616 */
    1717class MJ_Tracker {
     
    146146
    147147        $this->loader->add_action( 'admin_init', $plugin_admin, 'jpb_register_settings' );
    148         $this->loader->add_action( 'admin_menu', $plugin_admin, 'jpb_add_mediajel_page' );
     148        $this->loader->add_action( 'admin_menu', $plugin_admin, 'jpb_add_kpi_page' );
    149149       
    150150       
  • mediajel-tracker/trunk/public/class-mj-tracker-public.php

    r2946357 r2959739  
    77 * enqueue the public-facing stylesheet and JavaScript.
    88 *
    9  * @package    MediaJel Tracker
    10  * @subpackage mediajel-tracker/public
    11  * @author     JP Baroma <jonathanbaroma@mediajel.com>
     9 * @package    Campaign KPI tracker
     10 * @subpackage campaign-kpi-tracker/public
     11 * @author     Performance Advertising Company
    1212 */
    1313class MJ_Tracker_Public {
     
    1616     * The ID of this plugin.
    1717     *
    18      * @since    1.2.1
     18     * @since    1.2.2
    1919     * @access   private
    2020     * @var      string    $MJ_Tracker    The ID of this plugin.
     
    2525     * The version of this plugin.
    2626     *
    27      * @since    1.2.1
     27     * @since    1.2.2
    2828     * @access   private
    2929     * @var      string    $version    The current version of this plugin.
     
    3434     * Initialize the class and set its properties.
    3535     *
    36      * @since    1.2.1
     36     * @since    1.2.2
    3737     * @param      string    $MJ_Tracker       The name of the plugin.
    3838     * @param      string    $version    The version of this plugin.
     
    4848     * Register the stylesheets for the public-facing side of the site.
    4949     *
    50      * @since    1.2.1
     50     * @since    1.2.2
    5151     */
    5252    public function enqueue_styles() {
     
    7171     * Register the JavaScript for the public-facing side of the site.
    7272     *
    73      * @since    1.2.1
     73     * @since    1.2.2
    7474     */
    7575    public function enqueue_scripts() {
     
    9494     * Add the script on the header.
    9595     *
    96      * @since    1.2.1
     96     * @since    1.2.2
    9797     */
    9898    public function jpb_display_Settings() {
     
    104104        function custom_head_script() {
    105105            $environment = '';
    106             $mj_scripts_options = get_option('mediajel_tracker_option_name');
     106            $mj_scripts_options = get_option('campaign_kpi_tracker_option_name');
    107107
    108108            $hs_app_id = $mj_scripts_options['jpb_Tracker_app_id'];
     
    122122            $product = array();
    123123            global $wp_query;
    124             $mj_scripts_options = get_option('mediajel_tracker_option_name');
     124            $mj_scripts_options = get_option('campaign_kpi_tracker_option_name');
    125125            $hs_cart = $mj_scripts_options['jpb_Tracker_cart'];
    126126
  • mediajel-tracker/trunk/public/partials/mj-tracker.php

    r2672044 r2959739  
    66 * This file is used to markup the public-facing aspects of the plugin.
    77 *
    8  * @link       https://www.mediajel.com
     8 * @link       https://www.google.com
    99 * @since      1.1.2
    1010 *
    11  * @package    MediaJel Tracker
    12  * @subpackage mediajel-tracker/public/partials
     11 * @package    Campaign KPI tracker
     12 * @subpackage campaign-kpi-tracker/public/partials
    1313 */
    1414?>
  • mediajel-tracker/trunk/uninstall.php

    r2672044 r2959739  
    2020 * https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/pull/123#issuecomment-28541913
    2121 *
    22  * @link       http://www.mediajel.com
     22 * @link       http://www.google.com
    2323 * @since      1.1.2
    2424 *
    25  * @package    MediaJel Tracker
     25 * @package    Campaign KPI tracker
    2626 */
    2727
Note: See TracChangeset for help on using the changeset viewer.