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 2d0d2c8 commit 619bf3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 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.77
Stable tag: 2.78
License: GPL2

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

== Changelog ==

= 2.78 =

* Fixed a JavaScript error message in the backend UI.

= 2.77 =

* Updated compatibility information for WordPress.

= 2.76 =
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.77
Version: 2.78
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.77' );
define( 'TIMED_CONTENT_VERSION', '2.78' );
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 619bf3d

Please sign in to comment.