Skip to content

Commit b4637ee

Browse files
committed
Updated version number for release
1 parent aaa999c commit b4637ee

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
**Contributors:** [gagan0123](https://profiles.wordpress.org/gagan0123), [shashwatmittal](https://profiles.wordpress.org/shashwatmittal), [markjaquith](https://profiles.wordpress.org/markjaquith), [bgrande](https://profiles.wordpress.org/bgrande)
55
**Tags:** Image Rotation, iPhone
66
**Requires at least:** 3.7
7-
**Tested up to:** 4.8.1
7+
**Requires PHP:** 5.6
8+
**Tested up to:** 5.1
89
**Stable tag:** 2.2
910
**License:** GPLv2 or later
1011
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

init.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://wordpress.org/plugins/fix-image-rotation/
55
* 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.
66
* Author: Gagan Deep Singh
7-
* Version: 2.1.1
7+
* Version: 2.2
88
* Author URI: http://gagan.pro
99
* License: GPLv2
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

readme.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
Contributors: gagan0123, shashwatmittal, markjaquith, bgrande
33
Tags: Image Rotation, iPhone
44
Requires at least: 3.7
5-
Tested up to: 4.8.1
6-
Stable tag: 2.1.1
5+
Requires PHP: 5.6
6+
Tested up to: 5.1
7+
Stable tag: 2.2
78
License: GPLv2 or later
89
License URI: http://www.gnu.org/licenses/gpl-2.0.html
910

0 commit comments

Comments
 (0)