Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkmar Kantor committed Nov 18, 2015
1 parent 7307a9f commit 258db52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crop-thumbnails.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

//cpt - stands for crop-post-thumbnail
define('CROP_THUMBS_LANG','cpt_lang');
define('CROP_THUMBS_VERSION','0.10.2');
define('CROP_THUMBS_VERSION','0.10.3');

function cpt_plugin_init() {
load_plugin_textdomain( CROP_THUMBS_LANG, false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ If you fork and planning to publish the forked plugin, please contact me.
5. Choose what image-sizes should be hidden (for what post-types), for better usability.

== Changelog ==
= 0.10.3 =
* small language adjustments

= 0.10.2 =
* make the modal-dialog more robust against css-overriding of other plugins
Expand Down

0 comments on commit 258db52

Please sign in to comment.