Plugin Directory

Changeset 1293661


Ignore:
Timestamp:
11/24/2015 06:04:43 PM (10 years ago)
Author:
imforza
Message:

Update to 1.3.4

  • Email Marketing Link Added
Location:
imforza-news/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • imforza-news/trunk/admin/adminbar.php

    r1290277 r1293661  
    129129        ));
    130130
     131
     132         if ( !empty($client_details['email_marketing']) == '1' ){
     133
     134
     135                // Add sub menu link "Contact Support"
     136    $wp_admin_bar->add_menu( array(
     137            'parent' => 'imforza_link',
     138            'id'     => 'imforza_email_marketing',
     139            'title' => __( 'Email Marketing', 'imforza'),
     140            'href' => __('http://email.imforza.com'),
     141            "meta" => array("target" => "blank")
     142        ));
     143
     144
     145         }
     146
    131147    // Add sub menu link "Contact Support"
    132148    $wp_admin_bar->add_menu( array(
  • imforza-news/trunk/admin/dashboard.php

    r1290277 r1293661  
    6464<ul class="imforza-links">
    6565    <?php
     66
     67    $client_details = get_option('imforza_client_details');
     68
     69    if (  !empty($client_details['email_marketing']) == '1' ) {
     70        echo '<li><a href="http://email.imforza.com" target="_blank"><span class="dashicons dashicons-megaphone"></span> Email Marketing</a></li>';
     71    }
     72
    6673    if ( is_plugin_active( 'wp101/wp101.php' ) ) {
    6774        echo '<li><a href="admin.php?page=wp101"><span class="dashicons dashicons-video-alt3"></span> Video Guides</a></li>';
    6875    }
     76
     77
    6978?>
    7079    <li><a href="//help.imforza.com" target="_blank"><span class="dashicons dashicons-book"></span> KnowledgeBase</a></li>
  • imforza-news/trunk/admin/settings.php

    r1291209 r1293661  
    164164            <td>
    165165 <label>
    166                 <input type="radio" name="imforza_client_details[site_type]" id="" value="template" <?php if ($client_details['site_type'] == 'template' ){ echo 'checked="checked"'; } ?>> Template </label><br /><br />
    167               <label>   <input type="radio" name="imforza_client_details[site_type]" id="" value="custom" <?php if ($client_details['site_type'] == 'custom' ){ echo 'checked="checked"'; } ?>> Custom </label>
     166                <input type="radio" name="imforza_client_details[site_type]" id="website-type-template" value="template" <?php if ($client_details['site_type'] == 'template' ){ echo 'checked="checked"'; } ?>> Template </label><br /><br />
     167              <label>   <input type="radio" name="imforza_client_details[site_type]" id="website-type-custom" value="custom" <?php if ($client_details['site_type'] == 'custom' ){ echo 'checked="checked"'; } ?>> Custom </label>
    168168
    169169            </td>
     
    193193        </tr>
    194194
     195
    195196        <tr>
    196197         <th><label for="imforza_design_input">Design (comps) URL:</label></th>
     
    214215        </td>
    215216        </tr>
     217
     218
     219         <tr>
     220         <th><label for="">Email Marketing: <br /><small>(<a href="http://email.imforza.com" target="_blank">Campaign Monitor</a>)</small></label></th>
     221        <td>
     222            <label>
     223                <input type="radio" name="imforza_client_details[email_marketing]" id="" value="1" <?php if (!empty($client_details['email_marketing']) == '1' ){ echo 'checked="checked"'; } ?>> Yes</label><br /><br />
     224              <label>   <input type="radio" name="imforza_client_details[email_marketing]" id="" value="0" <?php if (!empty($client_details['email_marketing']) == '0' ){ echo 'checked="checked"'; } ?>> No</label>
     225              <p class="description">Does this client have access to our email marketing services?</p>
     226        </td>
     227        </tr>
     228
     229
     230         <tr>
     231         <th><label for="">PPC: <br /></label></th>
     232        <td>
     233            <label>
     234                <input type="radio" name="imforza_client_details[ppc_status]" id="" value="1" <?php if (!empty($client_details['ppc_status']) == '1' ){ echo 'checked="checked"'; } ?>> Yes</label><br /><br />
     235              <label>   <input type="radio" name="imforza_client_details[ppc_status]" id="" value="0" <?php if (!empty($client_details['ppc_status']) == '0' ){ echo 'checked="checked"'; } ?>> No</label>
     236              <p class="description">Does this client have an active PPC campaign?</p>
     237        </td>
     238        </tr>
     239
     240
     241         <tr>
     242         <th><label for="">Consulting: <br /></label></th>
     243        <td>
     244            <label>
     245                <input type="radio" name="imforza_client_details[consulting_status]" id="" value="1" <?php if (!empty($client_details['consulting_status']) == '1' ){ echo 'checked="checked"'; } ?>> Yes</label><br /><br />
     246              <label>   <input type="radio" name="imforza_client_details[consulting_status]" id="" value="0" <?php if (!empty($client_details['consulting_status']) == '0' ){ echo 'checked="checked"'; } ?>> No</label>
     247              <p class="description">Does this client have an active consulting service?</p>
     248        </td>
     249        </tr>
     250
     251
    216252
    217253        <!--
     
    246282*/
    247283
     284
     285
     286
     287// http://email.imforza.com/
  • imforza-news/trunk/imforza.php

    r1293612 r1293661  
    22/*
    33Plugin Name: imFORZA
    4 Version: 1.3.3
     4Version: 1.3.4
    55Plugin URI: //www.imforza.com#utm_source=wpadmin&utm_medium=plugin&utm_campaign=imforzanewsplugin
    66Description: imFORZA is a Web Design and Marketing company based out of El Segundo, CA. Get quick access to imFORZA Support and the latest marketing news.
     
    1515
    1616// Define Plugin Version
    17 define( 'IMFORZA_PLUGIN_VERSION', '1.3.3' );
     17define( 'IMFORZA_PLUGIN_VERSION', '1.3.4' );
    1818
    1919
     
    5151function imforza_activation() {
    5252
    53     update_option( 'imforza', array('version' => '1.3.3'));
     53    update_option( 'imforza', array('version' => '1.3.4'));
    5454
    5555    flush_rewrite_rules();
  • imforza-news/trunk/readme.txt

    r1293612 r1293661  
    55Requires at least: 4.0
    66Tested up to: 4.4
    7 Stable tag: 1.3.3
     7Stable tag: 1.3.4
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121
    2222== Changelog ==
     23
     24= 1.3.4 =
     25* Email Marketing Management Link
    2326
    2427= 1.3.3 =
Note: See TracChangeset for help on using the changeset viewer.