Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arnowelzel committed Dec 18, 2023
1 parent 3f76f63 commit c6fe97d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3
Stable tag: 2.78
Stable tag: 2.79
License: GPL2

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

== Changelog ==

= 2.79 =

* Fix backend code for admin dashboard "right now" output of timed content rule links.

= 2.78 =

* Fixed a JavaScript error message in the backend UI.
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.78
Version: 2.79
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.78' );
define( 'TIMED_CONTENT_VERSION', '2.79' );
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 c6fe97d

Please sign in to comment.