Plugin Directory

Changeset 1567200


Ignore:
Timestamp:
01/03/2017 03:01:56 PM (9 years ago)
Author:
lickstats
Message:

Moved cross-domains to starter

Location:
lickstats/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lickstats/trunk/lickstats.php

    r1563564 r1567200  
    77Plugin URI: https://lickstats.com/
    88Description: The Lickstats WordPress plugin is used to add the Lickstats plugin to your website.
    9 Version: 1.1
     9Version: 1.2
    1010Authors: Alexandre Leclair and Sun Knudsen
    1111Author URI: https://lickstats.com/
  • lickstats/trunk/readme.txt

    r1563547 r1567200  
    55Requires at least: 3.7
    66Tested up to: 4.6.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • lickstats/trunk/views/index.php

    r1563547 r1567200  
    9191<?php else:?>
    9292    <h3>Account details</h3>
    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>
     93    <p><strong>Hello <?php echo htmlspecialchars($account_email);?></strong></p>
     94    <!-- <?php if($account_type == 'ENTERPRISE'):?> -->
     95    <!-- <?php endif;?><br> -->
     96    <h3>Settings</h3>
    9797    <table class="form-table">
    9898        <tbody>
     99            <tr>
     100                <th scope="row">
     101                    <label>Plugin status</label>
     102                </th>
     103                <td>
     104                    Enabled
     105                </td>
     106            </tr>
    99107            <tr>
    100108                <th scope="row">
     
    108116        </tbody>
    109117    </table>
    110     <?php endif;?><br>
    111118    <?php if(!empty($error)):?>
    112119        <div style="background:#f2dede; padding:12px;"><?php echo $error?></div><br>
Note: See TracChangeset for help on using the changeset viewer.