diff --git a/crop-thumbnails.php b/crop-thumbnails.php index 022ea50..41ba590 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.0 + * Version: 1.7.1 * Description: The easy way to adjust your cropped image sizes. * * @@ -28,7 +28,7 @@ */ -define('CROP_THUMBNAILS_VERSION','1.7.0'); +define('CROP_THUMBNAILS_VERSION','1.7.1'); include_once __DIR__.'/functions/enqueuejsmodule.php'; include_once __DIR__.'/functions/helper.php'; diff --git a/functions/backendpreparer.php b/functions/backendpreparer.php index 6fea2f8..13571c2 100644 --- a/functions/backendpreparer.php +++ b/functions/backendpreparer.php @@ -109,9 +109,6 @@ protected static function showCropButtonOnThisAdminPage() { * adds the links into post-types and the media-library */ function addLinksToAdmin() { - - - ?>