Skip to content

Commit

Permalink
Bumped version to 2.0.3
Browse files Browse the repository at this point in the history
longitachi committed Jul 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ab8c48e commit 563e57e
Showing 4 changed files with 18 additions and 8 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,16 @@

-----

## [2.0.2](https://github.com/longitachi/ZLImageEditor/releases/tag/2.0.1) (2024-03-22)
## [2.0.3](https://github.com/longitachi/ZLImageEditor/releases/tag/2.0.3) (2024-07-05)
### Add:
* Enhance the user experience of the image cropping interface and optimize the animation effects.

### Fix:
* Fix the bug that causes a crash when entering the cropping interface while the app only supports landscape mode.

-----

## [2.0.2](https://github.com/longitachi/ZLImageEditor/releases/tag/2.0.2) (2024-03-22)
### Add:
* Adapt the text sticker input interface for iPad landscape mode.

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -53,6 +53,11 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
### <a id="ChangeLog"></a>Change Log
> [More logs](https://github.com/longitachi/ZLImageEditor/blob/master/CHANGELOG.md)
```
● 2.0.3
Add:
Enhance the user experience of the image cropping interface and optimize the animation effects.
Fix:
Fix the bug that causes a crash when entering the cropping interface while the app only supports landscape mode.
● 2.0.2
Add:
Adapt the text sticker input interface for iPad landscape mode.
@@ -61,10 +66,6 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
● 2.0.1
Add:
Adapt to iOS 17, replace UIGraphicsBeginImageContextWithOptions with UIGraphicsImageRenderer.
● 2.0.0
Add:
Enhancing the drawing tool with an eraser function.
The minimum supported system has been upgraded from iOS 9 to iOS 10.
...
```

@@ -117,7 +118,7 @@ $ carthage update ZLImageEditor

#### Swift Package Manager
1. Select File > Swift Packages > Add Package Dependency. Enter https://github.com/longitachi/ZLImageEditor.git in the "Choose Package Repository" dialog.
2. In the next page, specify the version resolving rule as "Up to Next Major" with "2.0.2" as its earliest version.
2. In the next page, specify the version resolving rule as "Up to Next Major" with "2.0.3" as its earliest version.
3. After Xcode checking out the source and resolving the version, you can choose the "ZLImageEditor" library and add it to your app target.

### <a id="Support"></a> Support
2 changes: 1 addition & 1 deletion Sources/General/ZLImageEditor.swift
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
import Foundation
import UIKit

let version = "2.0.2"
let version = "2.0.3"

public struct ZLImageEditorWrapper<Base> {
public let base: Base
2 changes: 1 addition & 1 deletion ZLImageEditor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZLImageEditor'
s.version = '2.0.2'
s.version = '2.0.3'
s.summary = 'A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters, adjust.'

s.homepage = 'https://github.com/longitachi/ZLImageEditor'

0 comments on commit 563e57e

Please sign in to comment.