Skip to content

Commit

Permalink
Updated compatibility information for WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
arnowelzel committed Jun 28, 2024
1 parent 973bf97 commit bce4bf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Contributors: kjvtough, awelzel
Tags: marketing, marketing tool, post, page, date, time, timer, timed, show, hide, content, schedule, display
Requires at least: 3.8
Tested up to: 6.4
Stable tag: 2.80
Tested up to: 6.5
Stable tag: 2.81
License: GPL2

Plugin to show or hide portions of a Page or Post based on specific date/time characteristics.
Expand Down Expand Up @@ -62,6 +62,10 @@ If you want to use Timed Content with Gutenberg you have to add a "Classic" bloc

== Changelog ==

= 2.81 =

* Updated compatibility information for WordPress.

= 2.80 =

* Updated compatibility information for WordPress.
Expand Down
4 changes: 2 additions & 2 deletions timed-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
Plugin URI: http://wordpress.org/plugins/timed-content/
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.
Author: K. Tough, Arno Welzel, Enrico Bacis
Version: 2.80
Version: 2.81
Author URI: http://wordpress.org/plugins/timed-content/
*/
defined( 'ABSPATH' ) or die();

require 'lib/class-customfieldsinterface.php';
require 'lib/class-timedcontentplugin.php';

define( 'TIMED_CONTENT_VERSION', '2.80' );
define( 'TIMED_CONTENT_VERSION', '2.81' );
define( 'TIMED_CONTENT_SLUG', 'timed-content' );
define( 'TIMED_CONTENT_PLUGIN_URL', plugins_url() . '/' . TIMED_CONTENT_SLUG );
define( 'TIMED_CONTENT_SHORTCODE_CLIENT', 'timed-content-client' );
Expand Down

0 comments on commit bce4bf7

Please sign in to comment.