From 2ec063b2f0c3837de94b24a69ab5646a4e821e63 Mon Sep 17 00:00:00 2001 From: Volkmar Kantor Date: Thu, 8 Jun 2023 10:59:17 +0200 Subject: [PATCH] fix php notice on settings screen --- crop-thumbnails.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/crop-thumbnails.php b/crop-thumbnails.php index 41ba590..95a03ec 100644 --- a/crop-thumbnails.php +++ b/crop-thumbnails.php @@ -6,7 +6,7 @@ * Plugin URI: https://wordpress.org/extend/plugins/crop-thumbnails/ * Author: Volkmar Kantor * Author URI: https://www.totalmedial.de - * Version: 1.7.1 + * Version: 1.7.2 * Description: The easy way to adjust your cropped image sizes. * * @@ -28,7 +28,7 @@ */ -define('CROP_THUMBNAILS_VERSION','1.7.1'); +define('CROP_THUMBNAILS_VERSION','1.7.2'); include_once __DIR__.'/functions/enqueuejsmodule.php'; include_once __DIR__.'/functions/helper.php'; diff --git a/readme.txt b/readme.txt index 2933b0f..44b13d5 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: post-thumbnails, images, media library Requires at least: 5.0 Tested up to: 6.2.2 Requires PHP: 7.4.0 -Stable tag: 1.7.1 +Stable tag: 1.7.2 License: GPL v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -124,6 +124,9 @@ If you fork and planning to publish the forked plugin, please contact me. 5. Quicktest on settings-page, to check if your system is correct setup. == Changelog == += 1.7.2 = +* fix php notice on settings screen + = 1.7.1 = * fix settings screen not loading