@@ -13,6 +13,19 @@ 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.6
17+
18+ - Added 'DeleteBookmark' and 'DeleteBookmarkOnline' API methods for delete bookmarks by name from the document.
19+ - Added 'DeleteBookmarks' and 'DeleteBookmarksOnline' API methods for delete all bookmarks from the document.
20+ - Added 'InsertBookmark' and 'InsertBookmarkOnline' API methods for create new bookmarks in the document.
21+ - Support all save formats for 'CreateDocument' operation.
22+
23+
24+ ## Enhancements in Version 22.5
25+
26+ - Internal API fixes and improvments.
27+
28+
1629## Enhancements in Version 22.4
1730
1831- Added ExportShapesAsSvg to HtmlSaveOption.
@@ -204,7 +217,7 @@ Add link to this repository as dependency to your Package.swift:
204217
205218dependencies: [
206219 // Dependencies declare other packages that this package depends on.
207- .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift" , from : " 22.5 " ),
220+ .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift" , from : " 22.6 " ),
208221],
209222targets: [
210223 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -222,7 +235,7 @@ targets: [
222235Add link to git repository as dependency to your Podfile:
223236
224237``` ruby
225- pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 22.5 '
238+ pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 22.6 '
226239```
227240
228241## Getting Started
0 commit comments