Skip to content

Commit 174204f

Browse files
SDK regenerated by CI server [ci skip]
1 parent 331fc6a commit 174204f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1818
- Added 'DeleteBookmark' and 'DeleteBookmarkOnline' API methods for delete bookmarks by name from the document.
1919
- Added 'DeleteBookmarks' and 'DeleteBookmarksOnline' API methods for delete all bookmarks from the document.
2020
- Added 'InsertBookmark' and 'InsertBookmarkOnline' API methods for create new bookmarks in the document.
21+
- Support all save formats for 'CreateDocument' operation.
2122
- Support dependsOn feature for batch requests.
2223

2324
## Enhancements in Version 22.5
@@ -212,7 +213,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
212213
To install this package do the following:
213214
update your Gemfile
214215
```ruby
215-
gem 'aspose_words_cloud', '~> 22.4'
216+
gem 'aspose_words_cloud', '~> 22.6'
216217
```
217218
or install directly
218219
```bash

lib/aspose_words_cloud/api/words_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ def copy_styles_from_template(request)
14701470
[data, status_code, headers]
14711471
end
14721472

1473-
# Supported extensions: ".doc", ".docx", ".docm", ".dot", ".dotm", ".dotx", ".flatopc", ".fopc", ".flatopc_macro", ".fopc_macro", ".flatopc_template", ".fopc_template", ".flatopc_template_macro", ".fopc_template_macro", ".wordml", ".wml", ".rtf".
1473+
# Supported all save format extensions.
14741474
# @param request CreateDocumentRequest
14751475
# @return [DocumentResponse]
14761476
def create_document(request)
@@ -1487,7 +1487,7 @@ def create_document(request)
14871487
data
14881488
end
14891489

1490-
# Supported extensions: ".doc", ".docx", ".docm", ".dot", ".dotm", ".dotx", ".flatopc", ".fopc", ".flatopc_macro", ".fopc_macro", ".flatopc_template", ".fopc_template", ".flatopc_template_macro", ".fopc_template_macro", ".wordml", ".wml", ".rtf".
1490+
# Supported all save format extensions.
14911491
# @param request CreateDocumentRequest
14921492
# @return [Array<(DocumentResponse, Fixnum, Hash)>]
14931493
# DocumentResponse, response status code and response headers

lib/aspose_words_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# ------------------------------------------------------------------------------------
2525

2626
module AsposeWordsCloud
27-
VERSION = "22.4".freeze
27+
VERSION = "22.6".freeze
2828
end

0 commit comments

Comments
 (0)