From 5c293a517d1f919f37eda08a11b2dff92b08ec2f Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Wed, 27 Feb 2019 03:15:29 +0530 Subject: [PATCH] Version update for releasing version 2.2.1 --- README.md | 2 +- init.php | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b914e1..d5730ba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **Requires at least:** 3.7 **Requires PHP:** 5.6 **Tested up to:** 5.1 -**Stable tag:** 2.2 +**Stable tag:** 2.2.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/init.php b/init.php index 04c6daa..5fdf184 100644 --- a/init.php +++ b/init.php @@ -4,7 +4,7 @@ * Plugin URI: https://wordpress.org/plugins/fix-image-rotation/ * Description: Fix Image Rotation plugin fixes image orientation based on EXIF data. This is primarily a patch for mis-oriented images delivered from iPhones. Functionally it filters all uploads and if EXIF->Orientation is set to a number greater than 1, then the image is resaved with a new orientation before the image is processed by WordPress. * Author: Gagan Deep Singh - * Version: 2.2 + * Version: 2.2.1 * Author URI: http://gagan.pro * License: GPLv2 * License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/readme.txt b/readme.txt index 6ccb459..77a7ba0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Image Rotation, iPhone Requires at least: 3.7 Requires PHP: 5.6 Tested up to: 5.1 -Stable tag: 2.2 +Stable tag: 2.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html