Skip to content

Commit f87b555

Browse files
SDK regenerated by CI server [ci skip]
1 parent 41a0f4b commit f87b555

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

AsposeWordsCloud.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 = 'AsposeWordsCloud'
3-
s.version = '22.8'
3+
s.version = '22.9'
44
s.summary = 'Aspose Words for Cloud.'
55
s.homepage = 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This repository contains Aspose.Words Cloud SDK for Swift source code. This SDK
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 22.9
17+
18+
- CompressDocument method now can handle images.
19+
- Added support to convert password protected document using ConvertDocument API.
20+
21+
1622
## Enhancements in Version 22.8
1723

1824
- Added optional loadEncoding and password parameters for ConvertDocument API method.
@@ -228,7 +234,7 @@ Add link to this repository as dependency to your Package.swift:
228234

229235
dependencies: [
230236
// Dependencies declare other packages that this package depends on.
231-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "22.8"),
237+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "22.9"),
232238
],
233239
targets: [
234240
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -246,7 +252,7 @@ targets: [
246252
Add link to git repository as dependency to your Podfile:
247253

248254
```ruby
249-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '22.8'
255+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '22.9'
250256
```
251257

252258
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ public class Configuration : Codable {
188188

189189
// Returns SDK version for using in statistics headers
190190
public func getSdkVersion() -> String {
191-
return "22.8";
191+
return "22.9";
192192
}
193193
}

0 commit comments

Comments
 (0)