From 7229976135aa84c13b8f946715968d03c62eae74 Mon Sep 17 00:00:00 2001 From: Gustavo Bordoni Date: Tue, 9 Jul 2024 08:15:34 -0400 Subject: [PATCH] Version bump to 7.3.1 + changelogs --- CHANGES.md | 5 +++-- readme.txt | 8 ++++++-- the-events-calendar-category-colors.php | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c886e9d..f72cb5d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ -#### [unreleased] -* fixes for PHP 8+ to not pass `null` to functions +#### 7.3.1 / 2024-07-09 + +* Fix - Resolve problem for PHP 8+, avoid passing pass `null` to string specific functions. (props @afragen) [TECENG-58] #### 7.3.0 / 2023-04-29 * updates to legend superpowers to maintain selection between time selections diff --git a/readme.txt b/readme.txt index 7840584..b88bf81 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: events, color, calendar, category Requires at least: 5.2 Requires PHP: 7.1 Tested up to: 6.6 -Stable tag: 7.3.0 +Stable tag: 7.3.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -32,7 +32,7 @@ The last compatible version of this plugin that works with TEC 2.x is [The Event ### Where can I get more help? -There is more extensive documentation of the plugins features and usage on the [The Events Calendar: Category Colors wiki](https://github.com/afragen/the-events-calendar-category-colors/wiki). +There is more extensive documentation of the plugins features and usage on the [The Events Calendar: Category Colors wiki](https://github.com/the-events-calendar/the-events-calendar-category-colors/wiki). ### Where can I report bugs? @@ -47,6 +47,10 @@ There is more extensive documentation of the plugins features and usage on the [ ## Changelog +#### 7.3.1 / 2024-07-09 + +* Fix - Resolve problem for PHP 8+, avoid passing pass `null` to string specific functions. (props @afragen) [TECENG-58] + #### 7.3.0 / 2023-04-29 * updates to legend superpowers to maintain selection between time selections * dim/undim legend superpowers menu items diff --git a/the-events-calendar-category-colors.php b/the-events-calendar-category-colors.php index 0442f7a..bf4beba 100644 --- a/the-events-calendar-category-colors.php +++ b/the-events-calendar-category-colors.php @@ -12,7 +12,7 @@ * Plugin Name: The Events Calendar: Category Colors * Plugin URI: https://github.com/the-events-calendar/the-events-calendar-category-colors * Description: This plugin adds event category background coloring to The Events Calendar plugin. - * Version: 7.3.0 + * Version: 7.3.1 * Text Domain: the-events-calendar-category-colors * Domain Path: /languages * Author: Andy Fragen, Barry Hughes