Plugin Directory

Changeset 1563547


Ignore:
Timestamp:
12/28/2016 03:32:05 PM (9 years ago)
Author:
lickstats
Message:

Added some varnish

Location:
lickstats/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lickstats/trunk/readme.txt

    r1553650 r1563547  
    22Contributors: lickstats
    33Donate link: https://lickstats.com/
    4 Tags: utilities
     4Tags: productivity
    55Requires at least: 3.7
    66Tested up to: 4.6.1
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 The Lickstats WordPress plugin is used to append the Lickstats JavaScript plugin to the footer of your website.
     15The Lickstats WordPress plugin is used to add the Lickstats plugin to your website.
    1616
    1717Don’t have a Lickstats account? Sign up at https://lickstats.com.
     
    2424== Changelog ==
    2525
     26= 1.1 =
     27
     28Added some varnish
     29
    2630= 1.0 =
    2731
  • lickstats/trunk/views/index.php

    r1553650 r1563547  
    9191<?php else:?>
    9292    <h3>Account details</h3>
    93     <p>Plugin status: configured<p>
     93    <p><strong>Plugin status: configured</strong><p>
     94    <p>Hello <?php echo htmlspecialchars($account_email);?></p>
     95    <?php if($account_type == 'ENTERPRISE'):?>
     96    <h3>Configure cross-domains (enterprise feature)</h3>
    9497    <table class="form-table">
    9598        <tbody>
    96             <tr>
    97                 <th scope="row">
    98                     <label>Email</label>
    99                 </th>
    100                 <td>
    101                     <?php echo htmlspecialchars($account_email);?>
    102                 </td>
    103             </tr>
    104             <tr>
    105                 <th scope="row">
    106                     <label>Account type</label>
    107                 </th>
    108                 <td>
    109                     <?php echo htmlspecialchars($account_type);?>
    110                 </td>
    111             </tr>
    112             <?php if($account_type == 'ENTERPRISE'):?>
    11399            <tr>
    114100                <th scope="row">
     
    120106                </td>
    121107            </tr>
    122             <?php endif;?>
    123108        </tbody>
    124     </table><br>
     109    </table>
     110    <?php endif;?><br>
    125111    <?php if(!empty($error)):?>
    126112        <div style="background:#f2dede; padding:12px;"><?php echo $error?></div><br>
Note: See TracChangeset for help on using the changeset viewer.