diff --git a/crop-thumbnails.php b/crop-thumbnails.php index 2710f3d..7c2d2a8 100644 --- a/crop-thumbnails.php +++ b/crop-thumbnails.php @@ -4,7 +4,7 @@ * Plugin URI: http://wordpress.org/extend/plugins/crop-thumbnails/ * Author: Volkmar Kantor * Author URI: http://www.totalmedial.de - * Version: 0.10.0 + * Version: 0.10.1 * Description: Crop your thumbnails, the easy way. * * License: GPL v3 @@ -26,7 +26,7 @@ //cpt - stands for crop-post-thumbnail define('CROP_THUMBS_LANG','cpt_lang'); -define('CROP_THUMBS_VERSION','0.10.0'); +define('CROP_THUMBS_VERSION','0.10.1'); function cpt_plugin_init() { load_plugin_textdomain( CROP_THUMBS_LANG, false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); diff --git a/readme.txt b/readme.txt index fb2fb68..5a2c5b1 100644 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,11 @@ Example-Code: CROP_THUMBNAILS_DO_CACHE_BREAK( $('.your-image-selector') ); });` += I want to contribute code. = +Fantastic, i published the code on github: https://github.com/vollyimnetz/crop-thumbnails. But be warned, i am carefully evaluate new features. + +If you fork and planning to publish the forked plugin, please contact me. + == Screenshots == 1. You have access to Crop-Thumbnails on post / page / custom-post-types. @@ -88,6 +93,9 @@ Example-Code: == Changelog == += 0.10.1 = +* small enhancement for developers: add the 'same_ratio_active' parameter in the ajax-request (https://wordpress.org/support/topic/return-same-ratio-daja-in-ajax-request) + = 0.10.0 = * refactoring some parts of the code to make it more modular * adding a cache breaker to the backend, so in post-view and mediathek the image should be refreshed after the modal-dialog closes