Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
dynabic-billing-team committed Jul 23, 2024
2 parents e6ae52b + 80527d1 commit c962bf4
Show file tree
Hide file tree
Showing 820 changed files with 170,116 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def needToBuild = false
def packageTesting = false
def currentFolder = "dev"

node('win2019_1') {
node('win2019_2') {
try {
stage('checkout'){
checkout([$class: 'GitSCM', branches: [[name: params.branch]], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'LocalBranch', localBranch: "**"]], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '361885ba-9425-4230-950e-0af201d90547', url: 'https://git.auckland.dynabic.com/words-cloud/words-cloud-go.git']]])
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/w
- Add & remove watermarks and protection.
- Read & write access to Document Object Model.

## Enhancements in Version 24.7

- Added support for azw3 (Amazon Kindle Format) documents.


## Enhancements in Version 24.6

- Added the 'TranslateNodeId' method to transalate a node id to a node path.
Expand Down
2 changes: 1 addition & 1 deletion dev/api/api_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var (
xmlCheck = regexp.MustCompile("(?i:[application|text]/xml)")
)

// APIClient manages communication with the Aspose.Words for Cloud API Reference API v24.6
// APIClient manages communication with the Aspose.Words for Cloud API Reference API v24.7
// In most cases there should be only one, shared, APIClient.
type APIClient struct {
cfg *models.Configuration
Expand Down
Loading

0 comments on commit c962bf4

Please sign in to comment.