From bce4bf76ebfe3b3600254ab04cc17f5c16f0d8cd Mon Sep 17 00:00:00 2001 From: Arno Welzel Date: Fri, 28 Jun 2024 10:19:06 +0200 Subject: [PATCH] Updated compatibility information for WordPress --- readme.txt | 8 ++++++-- timed-content.php | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index a163e2a..255d22d 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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. diff --git a/timed-content.php b/timed-content.php index d70490d..052e9d9 100644 --- a/timed-content.php +++ b/timed-content.php @@ -6,7 +6,7 @@ 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(); @@ -14,7 +14,7 @@ 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' );