Skip to content

Commit 4901016

Browse files
committed
Bumped versions
1 parent 2177df0 commit 4901016

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

CHANGELOG.md

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

4+
3.0.0 Release Notes (2025-09-30)
5+
=============================================================
6+
7+
## Added
8+
9+
- A new Liquid Glass design for iOS 26. 🎉 ([#619](https://github.com/TimOliver/TOCropViewController/pull/619))
10+
- Configurable lists of available aspect ratios. ([#608](https://github.com/TimOliver/TOCropViewController/pull/608))
11+
12+
## Enhancements
13+
14+
- Updated Xcode project for Xcode 26. ([#618](https://github.com/TimOliver/TOCropViewController/pull/618))
15+
16+
## Fixed
17+
18+
- Deprecated `imageEdgeInsets` for iOS 15 and above. ([#618](https://github.com/TimOliver/TOCropViewController/pull/614))
19+
20+
421
2.8.0 Release Notes (2025-09-23)
522
=============================================================
623

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.8.0'
3+
s.version = '3.0.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.8.0'
3+
s.version = '3.0.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
@@ -1016,7 +1016,7 @@
10161016
"@executable_path/Frameworks",
10171017
"@loader_path/Frameworks",
10181018
);
1019-
MARKETING_VERSION = 2.7.4;
1019+
MARKETING_VERSION = 3.0.0;
10201020
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10211021
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
10221022
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
@@ -1056,7 +1056,7 @@
10561056
"@executable_path/Frameworks",
10571057
"@loader_path/Frameworks",
10581058
);
1059-
MARKETING_VERSION = 2.7.4;
1059+
MARKETING_VERSION = 3.0.0;
10601060
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10611061
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
10621062
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOCropViewController;
@@ -1375,7 +1375,7 @@
13751375
"@executable_path/Frameworks",
13761376
"@loader_path/Frameworks",
13771377
);
1378-
MARKETING_VERSION = 2.7.4;
1378+
MARKETING_VERSION = 3.0.0;
13791379
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
13801380
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
13811381
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;
@@ -1419,7 +1419,7 @@
14191419
"@executable_path/Frameworks",
14201420
"@loader_path/Frameworks",
14211421
);
1422-
MARKETING_VERSION = 2.7.4;
1422+
MARKETING_VERSION = 3.0.0;
14231423
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
14241424
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
14251425
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.CropViewController;

0 commit comments

Comments
 (0)