Skip to content

Commit 779e959

Browse files
Merge branch 'master' into release
2 parents 9b81499 + 103152c commit 779e959

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
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 24.3
17+
18+
- Added support for 'RemoveEmptyCells' option for the 'Cleanup' parameter in the insert 'MailMerge' API method.
19+
20+
1621
## Enhancements in Version 24.1
1722

1823
- Added support for InsertAfterNode in the insert API without NodePath.
@@ -316,7 +321,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
316321
To install this package do the following:
317322
update your Gemfile
318323
```ruby
319-
gem 'aspose_words_cloud', '~> 24.2'
324+
gem 'aspose_words_cloud', '~> 24.3'
320325
```
321326
or install directly
322327
```bash

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 = "24.2.0".freeze
27+
VERSION = "24.3.0".freeze
2828
end

0 commit comments

Comments
 (0)