PluginProbe
Timed Content / 2.78
Timed Content v2.78
2.99 trunk 1.0 1.1 1.2 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.10 2.11 2.12 2.15 2.2 2.3 2.3.1 2.4 2.5 2.5.1 2.50 2.51 2.52 All 67 releases
← All changes | timed-content.php +3 -3 trunk2.78 View file →
@@ -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' );