Lengoo.Connector.Optimizely
1.2.19-beta003
See the version list below for details.
dotnet add package Lengoo.Connector.Optimizely --version 1.2.19-beta003
NuGet\Install-Package Lengoo.Connector.Optimizely -Version 1.2.19-beta003
<PackageReference Include="Lengoo.Connector.Optimizely" Version="1.2.19-beta003" />
paket add Lengoo.Connector.Optimizely --version 1.2.19-beta003
#r "nuget: Lengoo.Connector.Optimizely, 1.2.19-beta003"
// Install Lengoo.Connector.Optimizely as a Cake Addin #addin nuget:?package=Lengoo.Connector.Optimizely&version=1.2.19-beta003&prerelease // Install Lengoo.Connector.Optimizely as a Cake Tool #tool nuget:?package=Lengoo.Connector.Optimizely&version=1.2.19-beta003&prerelease
Lengoo Optimizely12 Connector
Overview
This solution contains OptimizelyConnector and TestSite projects. Test Site - runs the CMS Demonstration Template project from Optimizely. Connector - provides connection between Optimizely CMS and Lengoo Api services.
More details about Optimizely project you may find at: https://docs.developers.optimizely.com/content-management-system/docs/getting-started
Development environment
- .NET 6.0
- Visual studio 2022 / Visual studio code
Dependencies
- EpiServer.CMS
- Lengoo.net
- Lengoo.SDK
First Running
Before running the project, you have to check:
TestSite was set as Startup project
If the credentials was configured in TestSite project, appsettings.json file.
Lengoo section provides next configs:
environment (should have one of the values: Production or Sandbox)
apiCredentials (should have credentials that was provide for Proffesional translations)
apiMachineTranslationCredentials (should have credentials that was provide for Machine translations)
"Lengoo": { "environment": "Sandbox", "apiCredentials": { "clientId": "%CLIENT_ID%", "token": "%CLIENT_SECRET%" }, "apiMachineTranslationCredentials": { "clientId": "%MT_CLIENT_ID%", "token": "%MT_CLIENT_SECRET%" } }
Project Features and Functionality
OptimizelyConnector provides functionality of 2 types of translations: Proffesional (human) and Machine translations for CMS project that are using Optimizely12.
To test how it works, you have to click on translate button on top of the page (1), and complete the translation request wizard (2).
After that your Translation job was created - you have to check if this job appears on Profesional (3) or Machine (4) Translations JobList. When the job will be tranlsated you will get an notification that status was changed (5).
In case that Import Translation results automatically checkbox was checked in translation request wizard (2) - translation result will be applied to selected languages.
In case that Translation Job status is not updated, please ensure that Lengoo Scheduled Jobs was configured in Admin panel.
Nuget Packaging
- To release a new package version you have to use "Actions" tab on gitHub
- In "Release Connector" menu - you have to run the workflow with new version of NugetPackage
- After that package will be generated and uploaded - in approximatelly 10 minutes it will appears in Nuget Services
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- EPiServer.CMS (>= 12.0.3)
- Lengoo.Net (>= 1.0.8)
- Lengoo.SDK (>= 2.3.2)
- morelinq (>= 3.3.2)
- RestSharp (>= 106.15.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.21 | 551 | 8/21/2023 |
1.2.20 | 143 | 8/18/2023 |
1.2.19-beta004 | 150 | 8/8/2023 |
1.2.19-beta003 | 131 | 8/4/2023 |
1.2.19-beta002 | 144 | 8/1/2023 |
1.2.19-beta001 | 168 | 7/28/2023 |
1.2.18-beta001 | 200 | 7/12/2023 |
1.2.17 | 187 | 6/23/2023 |
1.2.16 | 154 | 6/23/2023 |
1.2.6 | 295 | 6/9/2023 |
1.2.5 | 159 | 5/31/2023 |
1.2.4 | 192 | 5/22/2023 |
1.2.2-beta001 | 140 | 7/12/2023 |
1.2.1 | 189 | 4/28/2023 |
1.1.4 | 231 | 4/19/2023 |
1.1.3 | 241 | 4/4/2023 |
1.1.2 | 225 | 4/4/2023 |
1.1.1 | 208 | 4/4/2023 |
1.1.0 | 242 | 3/31/2023 |
1.0.2 | 254 | 3/22/2023 |
1.0.1 | 285 | 2/28/2023 |
1.0.0 | 262 | 2/24/2023 |
This release fixes an issue with the deployment of the adding in new Optimizely 12 projects.
Breaking changes:
- The Lengoo specific configuration entry has been renamed from AppSettings to Lengoo. Please See the Readme file for more details.