Skip to content

Commit

Permalink
changes for version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkmar Kantor committed Sep 20, 2015
1 parent 53b87ef commit 576512f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crop-thumbnails.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/' );
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 576512f

Please sign in to comment.