| @@ -4,10 +4,10 @@ | ||
| 4 | 4 | Text Domain: timed-content |
| 5 | 5 | Domain Path: /lang |
| 6 | 6 | Plugin URI: http://wordpress.org/plugins/timed-content/ |
| 7 | 7 | Description: Plugin to show or hide portions of a Page or Post based on specific date/time characteristics. These actions can either be processed either server-side or client-side, depending on the desired effect. |
| 8 | -Author: K. Tough, Arno Welz7el, Enrico Bacis | |
| 9 | -Version: 2.99 | |
| 8 | +Author: K. Tough, Arno Welzel, Enrico Bacis | |
| 9 | +Version: 2.78 | |
| 10 | 10 | Author URI: http://wordpress.org/plugins/timed-content/ |
| 11 | 11 | */ |
| 12 | 12 | defined( 'ABSPATH' ) or die(); |
| 13 | 13 | |
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | |
| 14 | 14 | require 'lib/class-customfieldsinterface.php'; |
| 15 | 15 | require 'lib/class-timedcontentplugin.php'; |
| 16 | 16 | |
| 17 | -define( 'TIMED_CONTENT_VERSION', '2.99' ); | |
| 17 | +define( 'TIMED_CONTENT_VERSION', '2.78' ); | |
| 18 | 18 | define( 'TIMED_CONTENT_SLUG', 'timed-content' ); |
| 19 | 19 | define( 'TIMED_CONTENT_PLUGIN_URL', plugins_url() . '/' . TIMED_CONTENT_SLUG ); |
| 20 | 20 | define( 'TIMED_CONTENT_SHORTCODE_CLIENT', 'timed-content-client' ); |
| 21 | 21 | define( 'TIMED_CONTENT_SHORTCODE_SERVER', 'timed-content-server' ); |