Skip to content

Commit

Permalink
v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Sita committed Sep 2, 2015
1 parent de5112b commit 623bfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manual-image-crop.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?php
/*
Plugin Name: Manual Image Crop
Plugin URI: http://www.rocketmill.co.uk/wordpress-plugin-manual-image-crop
Plugin URI: https://github.com/tomaszsita/wp-manual-image-crop
Description: Plugin allows you to manually crop all the image sizes registered in your WordPress theme (in particular featured image). Simply click on the "Crop" link next to any image in your media library and select the area of the image you want to crop.
Version: 1.09
Version: 1.12
Author: Tomasz Sita
Author URI: https://github.com/tomaszsita
License: GPL2
Text Domain: microp
Domain Path: /languages/
*/

define('mic_VERSION', '1.09');
define('mic_VERSION', '1.12');

include_once(dirname(__FILE__) . '/lib/ManualImageCropSettingsPage.php');

Expand Down

0 comments on commit 623bfa9

Please sign in to comment.