Skip to content

Commit 3ea1f53

Browse files
committed
Bumped version
1 parent 4665994 commit 3ea1f53

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
x.y.z Release Notes (yyyy-MM-dd)
22
=============================================================
33

4+
2.7.0 Release Notes (2024-04-06)
5+
=============================================================
6+
47
## Added
58

9+
* Set minimum version to iOS 11. ([#571](https://github.com/TimOliver/TOCropViewController/pull/571))
610
* A `PrivacyInfo.xcprivacy` file to the resource bundle in order to be compliant with Apple's new privacy requirements. ([#569](https://github.com/TimOliver/TOCropViewController/pull/569))
711
* A new aspect ratio setting of 16:6. ([#557](https://github.com/TimOliver/TOCropViewController/pull/557))
812
* Ukranian localization. ([#529](https://github.com/TimOliver/TOCropViewController/pull/529))
913

1014
## Enchancements
1115

16+
* Updated project for Xcode 15. ([#571](https://github.com/TimOliver/TOCropViewController/pull/571))
1217
* Exposed `reverseContentLayout` as an external property. ([#568](https://github.com/TimOliver/TOCropViewController/pull/568))
1318
* Exposed `cropView` as an external property. ([#532](https://github.com/TimOliver/TOCropViewController/pull/532))
1419
* Added a way to revert back to the original aspect ratio after selecting a custom ratio from the list. ([#543](https://github.com/TimOliver/TOCropViewController/pull/543))

CropViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CropViewController'
3-
s.version = '2.6.1'
3+
s.version = '2.7.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.'
66
s.homepage = 'https://github.com/TimOliver/TOCropViewController'

TOCropViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TOCropViewController'
3-
s.version = '2.6.1'
3+
s.version = '2.7.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A view controller that enables cropping and rotation of UIImage objects.'
66
s.homepage = 'https://github.com/TimOliver/TOCropViewController'

TOCropViewControllerExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@
999999
"@executable_path/Frameworks",
10001000
"@loader_path/Frameworks",
10011001
);
1002-
MARKETING_VERSION = 2.6.1;
1002+
MARKETING_VERSION = 2.7.0;
10031003
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10041004
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
10051005
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
@@ -1036,7 +1036,7 @@
10361036
"@executable_path/Frameworks",
10371037
"@loader_path/Frameworks",
10381038
);
1039-
MARKETING_VERSION = 2.6.1;
1039+
MARKETING_VERSION = 2.7.0;
10401040
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10411041
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
10421042
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
@@ -1336,7 +1336,7 @@
13361336
"@executable_path/Frameworks",
13371337
"@loader_path/Frameworks",
13381338
);
1339-
MARKETING_VERSION = 2.6.1;
1339+
MARKETING_VERSION = 2.7.0;
13401340
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
13411341
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
13421342
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
@@ -1379,7 +1379,7 @@
13791379
"@executable_path/Frameworks",
13801380
"@loader_path/Frameworks",
13811381
);
1382-
MARKETING_VERSION = 2.6.1;
1382+
MARKETING_VERSION = 2.7.0;
13831383
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
13841384
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
13851385
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;

0 commit comments

Comments
 (0)