Changeset 1910183
- Timestamp:
- 07/17/2018 07:21:27 AM (8 years ago)
- Location:
- simple-espace-table/tags/1.1
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
simple-espace-table-plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-espace-table/tags/1.1/readme.txt
r1910171 r1910183 7 7 Requires at least: 4.4 8 8 Tested up to: 4.9.7 9 Stable tag: 1. 0.010 Version: 1. 0.09 Stable tag: 1.1.0 10 Version: 1.1.0 11 11 Requires PHP: 5.6 12 12 -
simple-espace-table/tags/1.1/simple-espace-table-plugin.php
r1910171 r1910183 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.