Skip to content

Commit

Permalink
fix php notice on settings screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkmar Kantor committed Jun 8, 2023
1 parent fc651c2 commit 2ec063b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crop-thumbnails.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
*
Expand All @@ -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';
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2ec063b

Please sign in to comment.