Changeset 1720982
- Timestamp:
- 08/29/2017 06:56:26 AM (9 years ago)
- Location:
- tabulate/trunk
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
tabulate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tabulate/trunk/README.md
r1715030 r1720982 5 5 * Requires at least: 4.6 6 6 * Tested up to: 4.8 7 * Requires PHP: 5.6 7 8 * Stable tag: trunk 8 9 * License: GPLv2 or later -
tabulate/trunk/tabulate.php
r1715030 r1720982 8 8 * Text Domain: tabulate 9 9 * Domain Path: /languages 10 * Version: 2.9. 610 * Version: 2.9.7 11 11 */ 12 12 13 define( 'TABULATE_VERSION', '2.9. 6' );13 define( 'TABULATE_VERSION', '2.9.7' ); 14 14 define( 'TABULATE_SLUG', 'tabulate' ); 15 15
Note: See TracChangeset
for help on using the changeset viewer.