Changeset 1910182
- Timestamp:
- 07/17/2018 07:20:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-espace-table/trunk/simple-espace-table-plugin.php
r1906250 r1910182 5 5 * 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. 6 6 * Author: fbchville 7 * Version: 1. 07 * Version: 1.1 8 8 * License: GPL2+ 9 9 * Text Domain: crb … … 12 12 13 13 define( 'SIMPLE_ESPACE_TABLE_MINIMUM_WP_VERSION', '4.7' ); 14 define( 'SIMPLE_ESPACE_TABLE_VERSION', '1. 0' );14 define( 'SIMPLE_ESPACE_TABLE_VERSION', '1.1' ); 15 15 define( 'SIMPLE_ESPACE_TABLE_INIT', true ); 16 16 define( 'SIMPLE_ESPACE_TABLE_LICENSE', true );
Note: See TracChangeset
for help on using the changeset viewer.