Plugin Directory

Changeset 1910183


Ignore:
Timestamp:
07/17/2018 07:21:27 AM (8 years ago)
Author:
fbchville
Message:

Add readme and version 1.1 on tag

Location:
simple-espace-table/tags/1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-espace-table/tags/1.1/readme.txt

    r1910171 r1910183  
    77Requires at least: 4.4
    88Tested up to: 4.9.7
    9 Stable tag: 1.0.0
    10 Version: 1.0.0
     9Stable tag: 1.1.0
     10Version: 1.1.0
    1111Requires PHP: 5.6
    1212
  • simple-espace-table/tags/1.1/simple-espace-table-plugin.php

    r1910171 r1910183  
    55 * Description: SIMPLE eSPACE TABLE (SeT) is designed to take the power of eSPACE, a product from CoolSolution Group, and output the event in a simple html table format to easily be shown on digital signage or a simple web view. The setup is easy and the configuration is a breeze. Just input your API key in settings and then customize one or more table views to output your event data.
    66 * Author: fbchville
    7  * Version: 1.0
     7 * Version: 1.1
    88 * License: GPL2+
    99 * Text Domain: crb
     
    1212
    1313define( 'SIMPLE_ESPACE_TABLE_MINIMUM_WP_VERSION', '4.7' );
    14 define( 'SIMPLE_ESPACE_TABLE_VERSION', '1.0' );
     14define( 'SIMPLE_ESPACE_TABLE_VERSION', '1.1' );
    1515define( 'SIMPLE_ESPACE_TABLE_INIT', true );
    1616define( 'SIMPLE_ESPACE_TABLE_LICENSE', true );
Note: See TracChangeset for help on using the changeset viewer.